João Freitas

The following is a follow-up on the topic of establishing an RDP connection via xrdp for my Lubuntu home server.

https://lasplo.hu/xrdp-on-lubuntu-without-black-srceen/


Ive got black screen when tried connect to linux from Windows Remote Desktop Connection. Solution on Lubuntu 18.04:

  1. install xrdp server:
sudo apt install xrdp
sudo systemctl enable xrdp
  1. In the /etc/xrdp/startwm.sh, you will need to comment (#) the last two lines and add at the bottom of the file, the following line, and SAVE:

    lxsession -s Lubuntu -e LXDE

  1. Finally restart xprdp:

    sudo /etc/init.d/xrdp restart

#reads #laszlo porkolab #guide #rdp #xrdp #lubuntu