We are planning to give each of our users their own users account on Linux Terminal Server.

Users can log in to the Terminal Server with browser or with an application. I checked Ulteo Server (Virtual Open Desktop) - but are there any other Open Source Terminal Servers for Linux?

Thanks in advance.

link|improve this question
feedback

5 Answers

instead of vnc which can be quite painfully slow over low-bandwidth connections check nomachine nx and freenx - second one is fully open source of protocol/server from first one.

link|improve this answer
I have used nx before and it is a great replacement for X server or VNC. – Dave Drager Sep 1 '09 at 13:17
feedback

Any standard Linux installation is configured for remote use. The traditional way of using it is with the X Window protocol, which requires X software on the client (e.g. as distributed with Cygwin). An alternative is VNC. Modern Linux distribution also offer VNC-based connections as a standard option.

Setting this up for all of your users requires some Linux/X knowledge. I have no idea what Ulteo Server does, it may save a lot of configuration and troubleshooting effort. Similar offerings may exist from other vendors. But the basic capability of working remotely, with multiple users at a time, each with their own desktops on the same machine, is standard in Linux.

link|improve this answer
feedback

Check out the Linux Terminal Server Project www.ltsp.org.

link|improve this answer
LTSP is generally used to get desktops onto a bunch of net-booting thin-clients. I doubt it's that applicable in situations where the end user already has machine running a browser and other applications, as seems to be implied by the original question. – timday Sep 1 '09 at 12:28
feedback

Try LTSP, it has come a long way in recent years, and fairly easy to get clients connecting to it. Once the LTSP server is installed and running (note, which ever computer you end up using as the server, best to have dual nics, save you some headaches) you can change the bios setting of almost any desktop pc to boot to network and it will find and connect to the LTSP server automatically.

link|improve this answer
feedback

While not fully open source, it's heavily based on OSS, is the thinlinc. The free version allows for up to 10 concurrent connections.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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