How to access Ubuntu GUI remotely from Windows
If needed, install a GUI.
apt install ubuntu-desktopInstall and configure XRDP.
apt install xrdp
systemctl enable xrdp
systemctl start xrdp
adduser xrdp ssl-certConfigure firewall to allow XRDP.
ufw allow 3389/tcp
ufw reload