41

I fear I know the answer to this already, but I would like to be able to connect to my Mac Mini in a 'remote desktop' fashion.

I would like to connect to my Mac as if I were sat at my desk, but I want to be able to access it from my Ubuntu machine.

I'm using Snow Leopard and Ubuntu Server 8.04.

Cheers!

EDIT

So I tried the screen sharing option, the problem I have with this is that the screen resolution I see is that of my 22" at home, so on my little netbook the 1920 x 1200 resolution requires lots of scrolling this way, and scrolling that way etc etc.

With my experience of Windows systems, the remote desktop protocol spawns a new session specifically for remote access, solving the screen size problem and means the machine doesn't have to be logged in to be connected to.

Is there an option of this nature that I could explore, instead of sharing the screen?

I did try LogMeIn, unfortunately this had the same effect as the screen sharing.

11 Answers11

31

On the Mac: Go to System Preferences -> Sharing and enable "Screen Sharing".

On Ubuntu: Using any suitable VNC client (xtightvncviewer appears to be the most compatible), enter the IP address or host name or your Mac Mini and then connect. You should now see your Mac's desktop.

For added security, click on the "Computer Settings..." button in "Screen Sharing" to enable and set an additional VNC password if required.

8

I tried lots of things but this was the only thing that actually worked for me:

There are two tricks to using VNC from a non Mac to connect to a Mac running OS X Lion.

Turn on the VNC server by enabling System Preferences -> Sharing -> Screen Sharing. Even though it provides little security, a VNC password must be set so that OS X will present an authentication scheme that makes sense to a standard VNC client. Enable “VNC viewers may control screen with password“

After connecting, you will see a grey linen-backgrounded desktop with nothing in it. Type your user name and password. After logging in, your desktop contents will display!

slhck
  • 235,242
8

Personally I think the best solution is not bitmap-based.

NoMachine (and other groups like FreeNX) offer something called NX. It is an X windows interface that provides for bitmap caching and compresses the line drawing commands that are sent to the graphical device. NX can be very fast over low speed connections because it does not send differences between screens as does the VNC protocol. Over high speed connections the quality and performance is excellent. It's at least as good, or better, than Remote Desktop on Windows.

NoMachine offers a free version of their server and client. They support Windows, Linux, Apple Mac and are now working on Android and iOS. You can download their free products or try their commercial products from this page:

https://www.nomachine.com/download

The FreeNX group also provides an NX server and clients but I'm not aware of any support for Apple Mac systems. Of course it's a good idea to keep up with their progress which you can do here:

http://freenx.berlios.de/

Dave M
  • 13,250
Sam Azer
  • 111
4

You can use VNC. It is platform-independent.

From Linux, TightVNC will connect to an Mac OS X session served by Apple Remote Desktop if the VNC option is enabled.

1

For Macs with Retina screen don't forget to scale the display.

for example with UltraVnc :

enter image description here

clhy
  • 6,514
Vindic
  • 111
1

This may not be the best solution for you, but I use SSH, but it's not on by default.

To enable it, from system preferences, go to Internet & Networking > there is a Sharing > Remote Login.

The best part about SSH for me is that I can access it painlessly from anywhere including my phone!

EDIT: This is going to be the most cross platform support you're going to get out of any of these options.

kzh
  • 4,473
1

There's an application called Splashtop ... you run a "Streamer" on the host, and the main app on the client. It performs brilliantly.

For some reason, you have to pay for Splashtop on Macs, but it's free for most other platforms.

http://www.splashtop.com/splashtop2

0

LogMeIn Free works with PC/Mac as a server, and PC/Mac/Linux as clients.

0

I am using Vinagre as VNC client from Ubuntu to Mac Mini running macOS Sierra 10.12.6.

sudo apt install vinagre

From Man:

   vinagre - a remote desktop viewer for the GNOME Desktop

Website: https://wiki.gnome.org/Apps/Vinagre

0

As Windows Remote Desktop allows for connecting multiple users: see Can a Mac Machine be used by Multiuser at same time? and Is there a multi-user Remote Desktop app for Mac OSX? if that's a requirement.

Arjan
  • 31,511
0

I use iRAPP. (http://www.coderebel.com)

It provides as a terminal server on MacOS. You can then connect to this mac using standard RDP from any Windows machine. For me this solution has way more performance than any VNC I have tried. Enjoy.