How To Setup Ubuntu Remote Desktop XRDP Server for Windows Client

Опубликовано: 04 Октябрь 2024
на канале: CodeCowboyOrg
230,835
350

Instructions below on how to set up Ubuntu Remote Desktop (XRDP) on Windows.

1) Install the VNC Remote Desktop Server software
a. sudo apt-get install xrdp
2) Install the gnome IDE
a. sudo apt-get install gnome-session-fallback
3) Set the user xsession config file in home directory, create a file .xsession replace [greater than] with the symbol (YouTube does not allow the bracket symbol) (see video for that is really typed in)
a. echo "gnome-session --session=gnome-fallback" [greater than] ~/.xsession
4) Reset the xserver
a. sudo /etc/init.d/xrdp restart