VNC Servers for Ubuntu 18.04

Contents:
  1. Install Xrdp Server - Windows 10 Remote Server
  2. Rdesktop via ssh tunnel

[Top][Home]
https://websiteforstudents.com/access-ubuntu-18-04-lts-beta-desktop-via-vnc-from-windows-machines/

https://help.ubuntu.com/community/VNC/Servers

https://linuxconfig.org/vnc-server-on-ubuntu-18-04-bionic-beaver-linux

https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-vnc-on-ubuntu-18-04

[Top][Home]


VNC Clients

Here is a list of possible clients:
https://help.ubuntu.com/community/VNC/Clients

Install a client wth the followig command:


https://websiteforstudents.com/connect-to-ubuntu-16-04-17-10-18-04-desktop-via-remote-desktop-connection-rdp-with-xrdp/

[Top][Home]


Install Xrdp Server - Windows 10 Remote Server

Image


[Top][Home]


ssh server



[Top][Home]


Rdesktop via ssh tunnel

Open a terminal to create the tunnel

ssh -L 3389:$WindowsMachineLanIp:3389 user@$SshLanServer -N
Then use rdesktop to connect to it

rdesktop -g 1280x600 127.0.0.1:3389 -r \
disk:mydisk=/Path/To/LocalDirToMountOnRemoteWindowsMachine/ -r \
clipboard:CLIPBOARD \
-u $WindowsUser
That will connect you as $WindowsUser, with a screen resolution of 1280x600, it will mount your local folder as a disk on the windows machine and you will be able to share the clipboard (after login)


[Top][Home]


Glenn Lyons VK4PK
glenn@LyonsComputer.com.au
Ver:07092018 - pre published v0.9