Linux/Ubuntu Remote Desktop Access from Windows 10
Ubuntu 20.04 Remote Desktop Access from Windows 10
sudo apt update
sudo apt install xrdp
sudo systemctl enable --now xrdp
sudo ufw allow from any to any port 3389 proto tcp
ip address --- find ip/hostname of ubuntu
#Linux #RemoteDesktopAccess