3

Possible Duplicate:
Mac OS X multi-user thin client server (terminal server)?

Hi,

Is there a product (preferably a free or included one) that allows for one to connect to a otherwise headless desktop/server session running on an OS X box?

As in, where the user is given a graphical session and is able to run apps etc through it, kinda like "Windows Terminal Services" or LTSP.

My exact use case is an office, where we have one Mac, but have multiple developers who want to use it to write their software in XCode at the same time. (licensing issues aside)

lfaraone
  • 1,581
  • 2
  • 17
  • 22
  • Duplicate of http://serverfault.com/questions/8966/mac-os-x-multi-user-thin-client-server-terminal-server – Chealion Jul 27 '09 at 16:05

4 Answers4

2

Aqua Connect Terminal Server (http://www.aquaconnect.net/?page_id=26) provides actual terminal services, though unfortunately it's priced high enough that they won't actually tell you what the price is.

Polsy
  • 201
  • 2
  • 2
1

You could try VNC:

http://www.apple.com/downloads/macosx/networking_security/chickenofthevnc.html

Run the VNC server on your Mac, and VNC clients on your Windows PCs. There are many implementations of VNC, and some are free.

Dave

  • should have clarified, we want something that allows more than one session to run at once. VNC by itself doesn't do that, afaict, right? – lfaraone Jul 27 '09 at 02:31
  • I don't know about OSX, but in *nix land (of which OSX is a derivitave) you can specify a desktop number after the connection in the form of :x (where x is the session). e.g. OSXMACHINE:1 would connect to desktop 1, OSXMACHINE:2 and soforth. No idea if this works in OSX though. – Mark Henderson Jul 27 '09 at 02:56
  • You don't need to run a VNC server on Mac OS X 10.5 or 10.6. There is an option to allow VNC clients to connect when enabling the Screen Sharing functionnality. Launch the Preferences applications, and go to Sharing. Enable screen sharing, then go to Computer Settings and check "VNC viewers may control screen with password". – Laurent Etiemble Dec 08 '09 at 08:03
1

TestPlant have instructions on setting up Multiple Desktop Sessions on Mac OS X Tiger with VNC. That works, even over slow (WAN) connections.

The "Aqua Connect Terminal Server" (mentioned above) is nicer, but it requires LAN; it did not perform very well in our tests (6Mbps connection with 60ms).

CodeRebel (2) has a product called "iRAPP", which we still need to test (anybody have any experience with it?).

kermic
  • 11
  • 1
0

Your best bet is Apple Remote Desktop, although it is not free and I'm not sure it supports multiple simultaneous sessions.

Paul Lathrop
  • 1,568
  • 10
  • 10
  • It doesn't. Essentially it's VNC with some extra management features. –  Jul 27 '09 at 08:45