Configuring the xRDP server on Ubuntu 18.04

  1. Login to  VPS (via Putty).
  2. Perform the following updates: 

    sudo apt-get update

    sudo apt-get upgrade -y

      During the updates, select the keyboard language, and you also need to reboot:                                                                         
  3. Install and enable the xRDP utility:                                                                                                                                                                                            

    sudo apt-get install xrdp
    sudo systemctl enable xrdp
    sudo systemctl restart xrdp

  4. Install the xfce environment:                                                                                                                                                                                                        sudo apt-get install xfce4 xfce4-terminal
  5. Open the RDP port to enable remote connection:                                                                                                                                                                      sudo ufw allow 3389/tcp
  6. Restart the xRDP server for the changes to take effect:                                                                                                                                                              sudo /etc/init.d/xrdp restart
  7. Connecting to the remote desktop (mstsc.exe ). Enter the IP address of the server and click Connect:                                                                                               
  8. Enter the username and password for the user, click OK:                                                                                                                                                                 
  9. We get the desktop of the Xfce environment:                                                                                                                                                                                
  • 0 Uživatelům pomohlo
Byla tato odpověď nápomocná?

Související články

How to get a trial period VPS / VDS?

We provide a test server for a period of up to 1 day.To receive trial period VPS / VDS you need:...

The reinstallation of the server via the VPS control panel

If you need to reinstall the operating system or change it to a different version, you can do...

Connection to the server through Remount Desktop

In order to allow the connection, you need to do the following: To get started, we connect to...

Hard disk volume check. How to Extend Drive in Windows.

To check the amount of hard disk space on the server, click the start menu, open Administrative...

Reinstallation CentOS 7 64bit

Go to the VPS Control Panel, select CentOS 7 64bit Minimal, check the box and click Reinstall....