vote up 3 vote down star

I'm trying to remotely control a macintosh computer. I know that in the windows world, you can use Remote Desktop to connect from one windows computer to another windows computer. This works relatively well.

I know that you can use a VNC server but this isn't always the most secure or give the best performance. Are there other options available?

flag

8 Answers

vote up 2 vote down

In some situations Copilot is a good solution. Not so much for day-to-day admin, but great for remote tech support.

If you need the solution to be cross-platform (ie, controlling an OS X box from Windows) then VNC is the obvious choice. I've had much better luck with the free Vine VNC Server than with Apple's built in one. As for viewers, Chicken of the VNC on OS X or Tight VNC on Windows are good solutions.

As others have said, for security firewall VNC and then use an SSH tunnel. There's lots of ways to do that, and the exact details depends on OS, firewall, network, etc. One method of creating an SSH tunnel for VNC is described here.

link|flag
vote up 0 vote down

Citrix, the people behind pc anywhere and the windows remote desktop have a hosted app called "Go to my pc" https://www.gotomypc.com/

I've heard people says it good.

link|flag
vote up 0 vote down

If you are looking for a free, secure solution: I would recommend using any of a number of VNC servers that are available, blocking the ports that VNC uses to communicate, and then using SSH tunneling to connect. This way, ssh is encrypting everything, and you can still rely on free, open source (?), and cross platform standards for controlling the Desktop remotely.

link|flag
vote up 3 vote down

If you're trying to connect from one (Leopard) Mac to another, you can use the built-in Screen Sharing functionality; turn the server on from the Sharing System Preferences pane, and either use the network browser (on a LAN) or just open a vnc:// URL.

If you're trying to manage a bunch of Macs, try Apple's Remote Desktop (ARD) software; it's sold in 10- and unlimited-client versions, so if you've got fewer than 5 or so Macs it's probably not worth the money. The client bits for ARD are part of OS X. Screen Sharing and ARD use the same protocol, which includes some Apple-proprietary extensions to VNC which do encryption (either of all data, or of just keystroke/password info) and support adaptive JPEG compression, which gives you decent-enough performance (usable, but nothing like RDP or NX unfortunately).

If you need something cross-platform, check out Timbuktu and TeamViewer (which will punch through firewalls and so forth).

link|flag
vote up 3 vote down

Apple's Remote Desktop has AES encryption. Another good way is to just enable SSH in sharing and use shell access to perform tasks without interrupting the user.

link|flag
vote up 1 vote down

You can use VNC which is built into Tiger.

link|flag
vote up 0 vote down

Yeah, VNC is good, but what about Apple's Remote Desktop?

link|flag
vote up 1 vote down

http://www.apple.com/remotedesktop/

^That's your best solution.

If you go into the Settings panel, you can find a variety of other remote access options including SSH.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.