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 Users Found This Useful
Was this answer helpful?

Related Articles

How to Install and Setup LAMP on CentOS VPS

LAMP (Linux - Apache - MySQL - PHP) is a common webserver software stack for Linux. Installing...

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:...

How to install ionCube Loader on ISPmanager?

How to install ionCube Loader on ISPmanagerCheck OS version / x86_64 or x86$ uname -aDownload the...

Windows Server - Change the Administrator Password

Procedures for changing Administrator passwords This topic provides procedures to change...

Как получить пробный период VPS / VDS от Asvhost?

Как получить пробный период VPS / VDS? Мы предлагаем тестовый виртуальный сервер на срок от 1...