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

sudo apt update
sudo apt-get install remmina remmina-plugin-rdp remmina-plugin-vnc -y

image.png

image.png

image.png

image.png

image.png

Windows

image.png

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