11

Possible Duplicate:
Can a Mac be used by multiple users at same time?

Is there a remote desktop app for the Mac that allows multiple people to be remoted in at the same time, similar to RDP in Windows? I've used VNC, but that only allows one person to control the computer.

For some background: I'd like to set up a mac that many users can RDP into from PC's to do XCode development. I did some searching and didn't find anything, so I'm assuming it's just not possible, but I want to confirm.

Update: Thanks to a link in one of the answers, I found a reasonable solution: AquaConnect

9 Answers9

11

What you need is Vine Server (it's free) and a suitable client (I use TightVNC from a Windows machine).

There's some setup effort involved - Fast User switching needs to be enabled, and each user needs to actually login to the machine first so that they have an active session on the machine. Also, each user needs an instance of Vine Server running (and therefore each needs a different port number), but that can be configured to start at login. The machine also remains useable by a user actually sat in front of it.

Edited to add:

Just in case it wasn't clear in the original explanation, the above solution is:

  1. Completely free
  2. Not dependant on OSX Server
  3. Multiple, simultaneous, independant users
8

As of OS X Lion this is supported by the built-in Screen Sharing, if you have set up multiple accounts:

Per-user screen sharing

You can remotely log in to a Mac with any user account on that computer and control it, without interrupting someone else who might be using the computer under a different login.

However, I failed to make it work using Windows clients. Your mileage may vary of course.

Arjan
  • 31,511
2

Just to clarify, you can simultaneously connect multiple VNC clients to the same Mac using the built-in Screen Sharing server, and they can all control the computer. You can use a regular VNC client such as Chicken of the VNC to connect. Usually there is an option in the client that you have to set to enable multiple clients (it is a checkbox in the Open Connection dialog in Chicken of the VNC). However, all of the clients will be controlling the same login session, so that may not be suitable for what you are doing.

mark4o
  • 5,552
1

I have set up VineVNC before and it works. But for the use case above (developers using just one application on the Mac) I would suggest installing X11 on their PCs, and using ssh -X to start xcode on the Mac with a tunneled X11 display.

1

This link suggests there's no equivalent.

djhowell
  • 3,801
1

Thanks to @djhowell for the link. Looking in the comments, it looks like there is a 3rd party product called AquaConnect (http://www.aquaconnect.net/) that does what I'd like. Pricing isn't available, but it looks interesting.

1

A possible solution is to connect to the computer with ssh and use CLI of Xcode, which is xcodebuild.

mouviciel
  • 3,088
0

You can follow this link .. it worked for me .. I was able to allow multiple user ( in my case 3) sharing different session for each to run the xcode )

Test Plant - Vine Viewer

ChrisF
  • 41,540
0

What you are looking for is basically a Apple terminal services equivilant.

As far as I know, it does not exist and it would not be possible to implement in standard software as it would need a change of architecture in the way OSX works.

William Hilsum
  • 117,648