Remote Access to Ubuntu

Solution 1:

Setting up remote desktop on Ubuntu is actually very easy. All you need to do is install xrdp.

$ sudo apt update && sudo apt install xrdp

Reboot the device, and now you can connect to it via Remote Desktop. If you want to change some settings, the config file is documented in the manpages.