Skip to main content

Remote Desktop

We will be installing xrdp, a service that allows us to remotely access our computer over the local network.  This is an open-source implementation of Microsoft's Remote Desktop Protocol and will work with any software that supports RDP.

Installing Remote Desktop

Run this command in a terminal to install it:

sudo apt-get install -y xrdp
image.png

image.png

Once installed, we can verify that the service is running with the command:

sudo systemctl status xrdp

image.png

Accessing Remote Desktop

xrdp is an open-source implementation of the Microsoft Windows RDP protocol that is widely supported by most operating systems.  Here, we can explore some of the ways to remotely access your server desktop for maintenance.

You cannot remote desktop into your account while you are logged in locally through the desktop.

Linux

We will be installing Remmina, an open-source client for accessing computers over the network using protocols like RDP, SSH, and VNC.  We will need to open the terminal and run the following commands to install the software.

sudo apt update
sudo apt-get install -y remmina remmina-plugin-rdp remmina-plugin-vnc
image.png image.png image.png

Once we have finished installing the software, we can open it from the start menu.

image.png

You can connect to your server by entering the IP address into the bar.  Make sure to use the RDP protocol.

image.png

Windows

Most versions of Windows come with the Remote Desktop Connection program installed that can be used to connect to your server.  You will need to enter the IP address of your server on the local network.

image.png

Once connected, you can enter your username and password to connect to the desktop.

image.png image.png

MacOS

Android & iOS

Web Access

Screen Shot 2025-03-09 at 21.24.24.png

Screen Shot 2025-03-09 at 21.26.31.png