This article will describe installing Xfce desktop environment and 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.
$ sudo dnf install -y xrdp $ sudo systemctl enable xrdp $ sudo systemctl start xrdp
3 Create ~/.Xclients
Create .Xclients in home directory of user to be connected.
$ sudo dnf install -y xfce4-session $ echo "xfce4-session" > ~/.Xclients $ chmod a+x ~/.Xclients
4 Connect to Xfce desktop environment via XRDP
The rdesktop connection is as the following.