2

Just migrated from Windows to Linux. Now I'm on Ubuntu 14.04 x64. My work requires to manage multiple servers with Windows on board, so I create many RDP connections. Often I need to connect to PC placed in my workplace from Windows PC at home. When I was on Windows I used RDP for this. But on Linux it became more difficult. I need RDP like tool which will help me to connect from Windows to Linux and solve problems in list below:

  • GUI, console is not enough because of reason above
  • connect to workplace PC in same session as I leave it
  • prevent anybody to see what I'm doing

I already tried:

  • x11vnc. Nice but I can't find the way to block local display and input devices
  • xrdp. Good but it does not support 3d desktops and I have problems to use keyboard in xrdp session
  • nomachine. Same as x11vnc.

Is there way to get what I need?

UPD. The best solution I could find for today described in this video tutorial. Best but not ideal.

2 Answers2

0

The answer to your problems is remmina.

You should install this package first. After that start the GUI and create as many connection profiles you need using RDP protocol choice.

Good luck and let us know how it works for you!

Fane
  • 391
  • 1
  • 6
-1

you can use rdesktop install that package and run below command syntax

$ rdesktop -g 1400x1000 < remotehostname > or < IPADDress >

PKumar
  • 2,952