Skip to content

Instantly share code, notes, and snippets.

@cozingo
Last active February 24, 2021 13:09
Show Gist options
  • Save cozingo/6b967af0dee236da3a14cad0b1993616 to your computer and use it in GitHub Desktop.
Save cozingo/6b967af0dee236da3a14cad0b1993616 to your computer and use it in GitHub Desktop.
rdp
https://gitlab.com/Remmina/Remmina/-/issues/1584
Resolution: Custom 1280x960
Color depth: High Color(16 bpp)
sudo apt update
sudo apt install xrdp
Option 1: xfce4
sudo apt-get install xfce4 xfce4-terminal
sudo sed -i.bak '/fi/a #xrdp multiple users configuration \n xfce-session \n' /etc/xrdp/startwm.sh
Option 2: MATE
sudo apt-get install mate-core mate-desktop-environment mate-notification-daemon
sudo sed -i.bak '/fi/a #xrdp multiple users configuration \n mate-session \n' /etc/xrdp/startwm.sh
sudo adduser xrdp ssl-cert
sudo /etc/init.d/xrdp restart
https://www.e2enetworks.com/help/knowledge-base/how-to-install-remote-desktop-xrdp-on-ubuntu-18-04/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment