Setup Azure VM Ubuntu Server to be Desktop
The following describes how to use an Azure VM to install Ubuntu Desktop
sudo apt-get update
sudo apt-get install ubuntu-desktop
sudo apt install xrdp
sudo adduser xrdp ssl-cert
#sudo ufw allow from 192.168.33.0/24 to any port 3389
sudo ufw allow 3389Restart the VM
The next task that we need to do is to install and configure xRDP
mkdir Downloads
cd DownloadsDownload
References:
Last updated