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.
#!/bin/sh -e sudo dnf install -y xrdp sudo systemctl enable xrdp sudo systemctl start xrdp sudo dnf install -y xfce4-session echo "xfce4-session" > ~/.Xclients chmod a+x ~/.Xclients