UBUNTU 24.04 – Enable RDP

posted in: Uncategorized | 0
5
(1)

For Ubuntu exists XRDP. I always install it using briliant script available here:

https://c-nergy.be/repository.html

# Download the script
wget https://c-nergy.be/downloads/xRDP/xrdp-installer-1.5.2.zip

# Unzip it
unzip xrdp-installer-1.5.2.zip

# Make it executable
chmod +x xrdp-installer-1.5.2.sh

# Run it (must be ran as normal user and needs authentication during run)
./xrdp-installer-1.5.2.sh

# Confgure your firewal (if you are using it - check sudo ufw status)
sudo ufw allow from YOUR_LOCAL_IP/16 to any port 3389
# OR for any IP
sudo ufw allow 3389/tcp

Did you like this post?

Click on a star to rate it!

Average rating 5 / 5. Vote count: 1

No votes so far! Be the first to rate this post.

Follow jiri_klokocka:

Latest posts from