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:
- install xrdp server:
sudo apt install xrdp
sudo systemctl enable xrdp
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
Finally restart xprdp:
sudo /etc/init.d/xrdp restart