Remote Desktop into Ubuntu

Associate
Joined
29 Sep 2011
Posts
47
Hi, I have set up a Ubuntu Server 10.04.03 LTS and installed the ubuntu-desktop on a HP MicroServer. The server is running headless. So I need to way remote connect into the server. What is the best remote desktop server package in Ubuntu? I always need to connect into it from a Windows 7 laptop.

I have tried VNC but it's quite lag especially on the screen refresh. I have also tried xrdp but it seems that there is a bug in the package where I only can connect it ONCE, and I need to reboot the machine before I can connect it again.
 
I've found VNC to be slower than RDP too, but its a lot faster on some clients than others. If you havent already then try tightvnc and fiddle with the quality options to speed it up. Reducing the colours and resolution can help a lot.

EDIT - You could try freenx. I remember that was a bit faster than VNC but not used it in a while as VNC is generally "good enough" and comes out of the box.
 
Last edited:
Another vote for freenx here. You can also go to nomachine.com and download nxserver free edition from there. This is much faster than VNC and RDP as well (IMHO).
 
Bear in mind also that VNC is not a secure protocol. If you're already using putty you can use TCP tunnelling to tunnel the VNC connection through the SSH session for security.
 
Can you provide more info/guides on how to create the TCP tunnelling?

If you're using PuTTY, edit the connection settings in Connection -> SSH -> Tunnels

Enter source port as eg 5950 and Destination as 127.0.0.1:5900 (assuming you're using the standard VNC port on the Destination PC)

Then open a VNC connection to localhost:5950 and your TCP connection request will be tunnelled through the SSH session to the remote PC and connected to 5900.

One thing I didn't mention is that the VNC server must be set to allow loopback connections.
 
Back
Top Bottom