Remmina is free remote desktop client for GNOME desktop environment. It supports different types of remote control for many Linux versions. Remmina is able to display and control a desktop on remote computer. Especially it is possible to use Remmina for Windows Remote Desktop sessions. I found that latest Ubuntu iso destrutions (Ubuntu 16-64 and Ubuntu 18-64) already include Remmina:
# apt-get install remmina Reading package lists… Done Building dependency tree Reading state information… Done remmina is already the newest version (1.2.0-rcgit.29+dfsg-1ubuntu1.2). 0 upgraded, 0 newly installed, 0 to remove and 337 not upgraded. |
I just installed plugins:
# apt-get install remmina-plugin* # apt-get install libfreerdp-plugins-standard |
Starting Remmina:
Unexpected problem:
To fix this it is necessary to create connection profile:
Specifying custom resolution and color depth:
Remote Desktop Session to Windows device works:
Network connections.
Target side (Windows):
Client side (Ubuntu):
# netstat -anp | grep 10.199.30.1 tcp 0 0 10.19.68.24:39210 10.199.30.1:3389 ESTABLISHED 16904/remmina # ps -aux | grep remmina root  12754 0.0 0.0 16872 1056 pts/1 S+ 09:18 0:00 grep –color=auto remmina |