Notes to Self

Alex Sokolsky's Notes on Computers and Programming

Remote Access to Ubuntu Studio 23.xx using RDP

Server

Use this script.

In the context of the ssh session.

wget https://www.c-nergy.be/downloads/xRDP/xrdp-installer-1.4.8.zip
unzip xrdp-installer-1.4.8.zip
chmod +x xrdp-installer-1.4.8.sh

Then just launch the script with no options.

Client

Use remmina.

sudo apt-add-repository ppa:remmina-ppa-team/remmina-next
sudo apt update
sudo apt install remmina remmina-plugin-rdp remmina-plugin-secret

Worked as expected.

Tips:

Problems: