- Login to VPS (via Putty).
- Perform the following updates: 
sudo apt-get update
 During the updates, select the keyboard language, and you also need to reboot:sudo apt-get upgrade -y   
- Install and enable the xRDP utility:                                                                                                                                                                                            
sudo apt-get install xrdp 
 sudo systemctl enable xrdp
 sudo systemctl restart xrdp 
- Install the xfce environment: sudo apt-get install xfce4 xfce4-terminal
- Open the RDP port to enable remote connection: sudo ufw allow 3389/tcp
- Restart the xRDP server for the changes to take effect: sudo /etc/init.d/xrdp restart
- Connecting to the remote desktop (mstsc.exe ). Enter the IP address of the server and click Connect:                                                                                                
- Enter the username and password for the user, click OK:                                                                                                                                                                  
- We get the desktop of the Xfce environment:                                                                                                                                                                                 
- 0 A felhasználók hasznosnak találták ezt
