This article will describe installing MATE desktop environment and XRDP, and connecting to MATE desktop environment via XRDP.
Table of Contents
1 Install MATE desktop environment
Install MATE 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.
$ echo "mate-session" > ~/.Xclients $ chmod a+x ~/.Xclients
4 Connect to MATE desktop environment via XRDP
Use Xvnc as a session type. Windows Remote Desktop Connection is as the following.