paxbu.blogg.se

Sudo apt get install ssh
Sudo apt get install ssh












If Iptables is running on your server, Use below command sudo iptables -A INPUT -p tcp -dport 3389 -j ACCEPT If you have enabled UFW, Use below command sudo ufw allow 3389/tcp Run the below command to open the port in Ubuntu 18.04 Post configuring, To connect with the RDP session you need to allow the port in firewall which by default is closed. Execute the following command to add the xrdp user to the group sudo adduser xrdp ssl-cert Step 4: Allow RDP port in Firewall

sudo apt get install ssh

If you installed MATE, Please use below command to MATE environment sudo sed -i.bak '/fi/a #xrdp multiple users configuration \n mate-session \n' /etc/xrdp/startwm.shīy default Xrdp uses the /etc/ssl/private/ssl-cert-snakeoil.key file which is readable only by users that are members of the “ssl-cert” group. To install MATE Please use below command sudo apt-get install mate-core mate-desktop-environment mate-notification-daemon Configurations to use prefered environmentĪfter installation, configure XRDP to use XFCE environment with below command sudo sed -i.bak '/fi/a #xrdp multiple users configuration \n xfce-session \n' /etc/xrdp/startwm.sh To install XFCE Please use below command sudo apt-get install xfce4 #Optional

sudo apt get install ssh

ssh your_server_ip Step 2: Install XRDP PackagesĪfter login, you can update your package list for upgrades for packages that need upgrading, as well as new packages that have just come to the repositories with below command sudo apt-get updateĪfter updates, Run below command to install Xrdp on your server sudo apt-get install xrdp Step 3: Install your preferred desktop environment In order to install the Xrdp application, you need to login to the server with Sudo access to it.

sudo apt get install ssh

Step 1: Log in to the server with Sudo access.

sudo apt get install ssh

  • Sudo access to your Ubuntu 18.04 server.
  • This tutorial will explain to you how to install and configure the Xrdp on Ubuntu 18.04. Remote Desktop (Xrdp) is a free and open-source implementation of the Microsoft RDP server that enables operating systems other than Microsoft Windows to provide a fully functional RDP-compatible remote desktop experience.














    Sudo apt get install ssh