Slashdot Mirror


Free Remote Access Tools For Windows and Mac Compared

snydeq writes "InfoWorld's Keith Schultz provides an in-depth comparison of seven free remote access tools for Windows, four of which offer compatibility with the Mac. 'As you read about each tool, you'll notice that I put a lot of emphasis on remote printing. I rely on remote access tools on a daily basis, and in most cases I need to be able to print to my remote PC. For someone that just wants to check their home/office email account or view documents from outside the office, all of the utilities here will work fine. But for those trying to get some serious work done, remote printing may be the deal breaker.' Many of the free tools under review offer paid or licensed versions for access to additional features."

5 of 152 comments (clear)

  1. SSH X forwarding for Mac/Windows by 0racle · · Score: 3, Interesting

    Honestly, what I would really love to see would be something like SSH X forwarding to run a single remote app from a Mac or WIndows machine. I have a MacBook, it has a 13 inch screen. My Linux desktop at home has a much larger screen. I wish I could just forward individual Cocoa apps the same way you can run remote X apps over SSH and run them on the larger screen without having to hook the monitor, a keyboard and mouse to the Mac.

    --
    "I use a Mac because I'm just better than you are."
  2. Re:They're all free! by je+ne+sais+quoi · · Score: 5, Interesting

    The whole reason I use macs at work is that it's underpinnings are unix so I can use all those great tools that I use on linux at home and on my computing clusters on the mac. So, my remote computing solution is fuse, sshfs, fink and X11.app on the mac side, and ssh. Works like a charm. I even have konqueror installed on my desktop mac so I can have a remote gui file browser.

    --
    Gentlemen! You can't fight in here, this is the war room!
  3. UltraVNC - Single Click by ka9dgx · · Score: 4, Interesting

    I highly recommend using UltraVNC-SC. You configure it for your needs as a support person. The person you support has to run a small single EXE file, and you then have control over their machine. Quick and efficient access to someone's desktop to see what they see has made a vast improvement in my ability to support people for the past 5 years or so.

  4. There is support for Mac Remote Desktop by www.sorehands.com · · Score: 3, Interesting

    They talk about RDP for Mac, but they are only talking about the client. There is a
    beta version of Mac Remote Desktop that allows an RDP client to connect to a Mac.

    It is called Mac Remote Desktop (surprised?) There is some information about it at http://www.aquaconnect.net/mac-remote-desktop.php

    Aqua Connect also has a version for Mac Server, called Aqua Connect Terminal Server. More information is at http://www.aquaconnect.net/

  5. My open source remote desktop code by QuickBible · · Score: 1, Interesting

    I have a free, open source remote desktop system for Windows XP and above. It is written in C++ using MFC and the MDI interface. It supports multiple sessions and the client supports multiple server connections. It is stable but light on the features. It is my hobby project. It would be great if some other coders could help me flesh out the features. If any windows programmer is interested, you can find the source code and executables on codeproject. Here is the link http://www.codeproject.com/KB/IP/remotecontrol.aspx