3

I want to remote control my Ubuntu from another Ubuntu. I need to have audio support and fast connection with the ability to issue shortcut keys, clipboard copy and use language switching.

I've heard about:

VNC
VNC + SSH Tunnelling
NX Server, free edition
FreeNX
NeatX
X2Go
X11 Forwarding over SSH
xrdp
x11rdp
LTSP
x11vnc

What I have tried so far:

VNC (SLOW)
VNC + SSH Tunnelling (SAME AS ABOVE)
NX Server, free edition 
FreeNX (LIMITATIONS -3 users - resolution...)
NeatX
X2Go
X11 Forwarding over SSH
xrdp (AUDIO SUPPORT - COMPLEX DEPLOYMENT)
x11rdp (AUDIO SUPPORT - COMPLEX DEPLOYMENT)
LTSP
x11vnc (AUDIO SUPPORT - COMPLEX DEPLOYMENT)

The solutions in What free Remote Desktop (server) solutions are there? do not answer my needs.

Note: Ubuntu may be going to remove xorg implementation in the next release (14.04 LTS) so we will not have the option of x server forwarding. I am developing Android applications and the Android emulator I use cannot run in xrdp. I can only start it with vnc. So I suffer from switching from xrdp to vnc all day.

kamil
  • 7,355
  • 7
  • 40
  • 61

2 Answers2

2

For me, the best solution for remote controlling another desktop PC is Team viewer. It performs very fast, and it's cross-platform. It even works on android!

Dusan Milosevic
  • 1,952
  • 6
  • 27
  • 48
0

The Ubuntu Desktop 14.04 LTS came pre-installed with Remmina that use the RDP - Remote Desktop Protocol, then it connect with Microsoft Windows OS too.

It setup is full feature and tweaks.

Beyond it have SFTP, SSH and VNC as alternative protocols.

Fernando Santucci
  • 1,270
  • 1
  • 12
  • 19
  • I am talking on how to remote from windows to ubuntu – kamil Nov 22 '14 at 16:50
  • Sorry, but you said: "I want to remote control my ubuntu from another ubuntu".

    So, in this case, the TeamViewer is a good paid solution, because it use the RDP protocol, not only the VNC protocol.

    – Fernando Santucci Nov 23 '14 at 04:25
  • teamviewer is free for personal use. It doesn't use RDP! it has its own protocol – kamil Nov 24 '14 at 07:29