This article will describe installing LXDE desktop environment and XRDP, and connecting to LXDE desktop environment via XRDP.
Table of Contents
1 Install LXDE desktop environment
Install LXDE desktop environment with this.
2 Install XRDP
#!/bin/sh sudo apt install -y xrdp openbox-lxde-session sudo sed -e 's/^new_cursors=true/new_cursors=false/g' \ -i /etc/xrdp/xrdp.ini sudo systemctl enable xrdp sudo systemctl restart xrdp echo "startlxde" > ~/.xsession