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

2

9 Answers 9

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
4
  • Could you explain how you did it exactly?
    – twerdster
    Commented Jun 14, 2011 at 11:21
  • Okay. I tried this and even on the same network it is painfully slow.
    – twerdster
    Commented Jun 14, 2011 at 13:47
  • This worked (Y)
    – ilight
    Commented Nov 20, 2012 at 11:56
  • Page not found when i click on the link. Is there any update on this matter?
    – Ali123
    Commented Dec 22, 2019 at 11:09
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.

1
  • The "failed to make it work with Windows client" is pretty much a deal killer and ample reason to curse under one's breath.
    – Michael
    Commented Apr 28, 2013 at 17:08
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.

1
  • 2
    Thanks for the answer. This is good to know, but we'd like to have separate sessions since we want to set up one box as an XCode playground box for everyone at our firm. Commented Aug 27, 2009 at 22:03
1

This link suggests there's no equivalent.

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.

3
  • 1
    Please note that this works on OSX server and not the client OS. Commented Aug 26, 2009 at 19:11
  • Agreed... It is understandable that this is the price we'll have to pay to try this out... 500 bucks for a server license plus whatever aquaconnect costs. Commented Aug 26, 2009 at 19:17
  • Suggestion: Please add updates to your original question and just specify that it is an update on what you have found. It helps keep the website neat and tidy.
    – Troggy
    Commented Aug 26, 2009 at 19:20
1

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

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.

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.

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

1
  • True, but the same as Chris answered. Still welcome to Super User!
    – Arjan
    Commented Dec 22, 2010 at 11:41

Not the answer you're looking for? Browse other questions tagged .