Install XRDP
sudo apt-get install xrdp
Once installed update the xrdp.ini file to set crypt_level=high
sudo vim /etc/xrdp/xrdp.ini
crypt_level=high
Update the firewall to allow connectivity
sudo ufw allow 3389/tcp
Restart the service to apply changes from config
sudo systemctl restart xrdp