This article will describe installing XRDP and connecting to Xfce desktop environment via XRDP.
Table of Contents
1 Install Xfce desktop environment
Install Xfce desktop environment with this.
2 Install XRDP
Install XRDP and create ~/.xsession
#!/bin/sh sudo zypper -n in xrdp sudo systemctl enable xrdp sudo systemctl start xrdp sudo firewall-cmd --add-port=3389/tcp --permanent sudo firewall-cmd --reload echo "xfce4-session" > ~/.xsession
3 Connect to Xfce desktop environment via XRDP
The rdesktop connection is as the following. If you have already logined via display, XRDP will be failed.