Skip to content

Instantly share code, notes, and snippets.

@atulkamble
Created February 4, 2022 11:40
Show Gist options
  • Save atulkamble/fa6ad343e337c164bdadbcf1dfb86469 to your computer and use it in GitHub Desktop.
Save atulkamble/fa6ad343e337c164bdadbcf1dfb86469 to your computer and use it in GitHub Desktop.
Install and configure xrdp to use Remote Desktop with Ubuntu
sudo apt-get update
sudo apt-get -y install xfce4
sudo apt install xfce4-session
sudo apt-get -y install xrdp
sudo systemctl enable xrdp
echo xfce4-session >~/.xsession
sudo service xrdp restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment