RDP to another computer

Derived from here

sudo apt update
sudo apt install xrdp
sudo systemctl enable --now xrdp
sudo ufw allow from any to any port 3389 proto tcp
sudo service xrdp enable
sudo service xrdp start
  1. open remmina

  2. enter the remote server name

  3. Select the default Xorg

  4. Select “Dynamic Resolution Update” icon from the left panel.