
Remote Desktop Protocol (RDP) is a Microsoft protocol providing a remote graphical connection to another computer via the network. It supports strong encryption, audio, and disk redirection. xrdp is an open-source project to implement the RDP on the Linux X desktop. This tutorial explains how to install xrdp on a Ubuntu 20.04 instance with GNOME desktop environment.
Connect to your instance via SSH or the Web Console as your sudo user.
Install GNOME desktop.
Reboot your instance.
After the reboot, connect to your instance again via SSH or the Web Console as your sudo user.
Install xrdp.
It's recommended to change the RDP port. For example, change the default port of 3389 to 13389. If you choose a different port, adjust the sed command below.
Open the port in the Ubuntu firewall, ufw.
If you use the Vultr Firewall, open the port there as well.
Restart the xrdp service:
Connect your instance with an RDP Client.
0 Comments
Be the first to comment and share your perspective with the community.