Citrix Server sort of app - on a Mac? - Stack Overflow most recent 30 from stackoverflow.com2009-11-28T15:41:34Zhttp://stackoverflow.com/feeds/question/48505http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/48505/citrix-server-sort-of-app-on-a-mac2Citrix Server sort of app - on a Mac?ceejayoz2008-09-07T15:07:31Z2008-10-28T03:27:55Z
<p>Does anyone know of a similar product to Citrix Server that'll run on the Mac OS?</p>
<p>Essentially, I'm looking to allow multiple remote users to log in to the same OSX Server at the same time (with full visual desktop, not SSH).</p>
http://stackoverflow.com/questions/48505/citrix-server-sort-of-app-on-a-mac/48519#485198Answer by Sören Kuklau for Citrix Server sort of app - on a Mac?Sören Kuklau2008-09-07T15:18:16Z2008-09-07T15:18:16Z<p>OS X's Quartz window server has no remoting abilities, unlike <a href="http://en.wikipedia.org/wiki/Display_PostScript" rel="nofollow">its predecessor</a>. X11 <em>does</em>, but 'native' OS X applications don't use that; of the few Mac apps typically run in X11 (such as GIMP or CrossOver), none are specific to the Mac, so you might as well run them on a different OS.</p>
<p>That said, if all you want is to visually remote-control a session, it is possible to use VNC or a derivative, such as Apple Remote Desktop. Since 10.4, this allows for multiple simultaneous sessions, <a href="http://www.redstonesoftware.com/products/vine_viewer/multidesktop" rel="nofollow">as implemented with Vine Server</a>. Remote Desktop also has other abilities such as remotely installing and updating software.</p>
<p>(Unlike Citrix and X11, VNC does <em>not</em> send drawing commands over the network; it instead transmits a compressed image representation pixel-per-pixel.)</p>
<p>You should specify your exact needs. <strong>You will not get a Citrix-like experience where you can run single Mac apps in their own remote session.</strong> You will, however, get remote graphical control, and that <em>may</em> be more than enough for you.</p>
http://stackoverflow.com/questions/48505/citrix-server-sort-of-app-on-a-mac/48729#487291Answer by ceejayoz for Citrix Server sort of app - on a Mac?ceejayoz2008-09-07T20:02:26Z2008-09-07T20:02:26Z<p>Anyone have experience with <a href="http://www.aquaconnect.net/?page_id=26" rel="nofollow">Aqua Connect</a>? Found them from Google, and they claim the next version works on RDP as well as VNC. Wondering if it's just a nice wrapper around the VNC capabilities <code>@Soeren Kuklau</code> pointed out.</p>
<p>Thanks for the link to Vine Server, that's worth investigating.</p>
http://stackoverflow.com/questions/48505/citrix-server-sort-of-app-on-a-mac/48738#487382Answer by Sören Kuklau for Citrix Server sort of app - on a Mac?Sören Kuklau2008-09-07T20:13:06Z2008-09-07T20:13:06Z<p>I've never heard of it, but <a href="http://www.aquaconnect.net/?p=170" rel="nofollow">from their blog</a>:</p>
<blockquote>
<p>Aqua Connect Terminal Server uses the VNC (Virtual Network Computing) protocol to send data between Mac OS X and the client application.</p>
</blockquote>
<p>Now, if someone <em>does</em> know of a non-VNC solution, I'd be happy to hear it.</p>
http://stackoverflow.com/questions/48505/citrix-server-sort-of-app-on-a-mac/49941#499410Answer by Sören Kuklau for Citrix Server sort of app - on a Mac?Sören Kuklau2008-09-08T15:28:16Z2008-09-08T15:28:16Z<p>John Vasileff,</p>
<p>Back to My Mac is a tunnelling / NAT traversal technique that enables the use of any networking (including VNC-based remote control). iChat screen sharing, Finder Screen Sharing and Remote Desktop all use VNC. Apple does not offer any non-VNC solutions.</p>
http://stackoverflow.com/questions/48505/citrix-server-sort-of-app-on-a-mac/242154#2421540Answer by boost for Citrix Server sort of app - on a Mac?boost2008-10-28T03:27:55Z2008-10-28T03:27:55Z<p><a href="http://citrixblogger.org/2008/09/08/citrix-iphone-xendesktop-demo/" rel="nofollow">Citrix XenDesktop iPhone Demo</a></p>