vote up 2 vote down star
2

Currently I know several methods of connecting to a GUI remotely, or running GUI applications remotely:

  1. Microsoft Terminal Services (only works for remote windows; installation);
  2. VNC (it's slow);
  3. XDMCP (requires a remote X server running, has no session persistance);
  4. Local X as remote DISPLAY for applications (best solution, but - no session persistance).

We are trying to create Solaris development environments that can replace local workstations for our developers. So one of the requirements is session persistence, and/or session mobility. And another requirement is for it to be fast, and it has to run on Solaris/UNIX.

Are there any lightweight solutions for this?

flag
Correction to 1.: [xrdp](xrdp.sourceforge.net) gives you a RDP server, and [rdesktop](rdesktop.org) is an RDP client; both for Linux and other non-Windows operating systems. Traditionally [VNC](tightvnc.com) is used, though. – ephemient Mar 30 at 23:55

1 Answer

vote up 3 vote down check

Either NoMachine (http://www.nomachine.com/) or FreeNX (http://freenx.berlios.de/) sounds like what you want. Fast, keeps session if your connection drops and even works over SSH so your connections are encrypted.

link|flag
NX is by far the best option for tapping into a Unix/Linux desktop remotely. – J Wynia Dec 11 '08 at 19:03
Looks like nomachine has too many features, I've been exploring it for a couple of days now. Will check the freenx option - if it's the bare minimum X-proxy that I need, then it's the perfect solution. – Evgeny Dec 12 '08 at 14:23

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.