How to Install XFCE GUI Desktop on Ubuntu Server VPS and access by RDP (using XRDP)
Cloud Tech
In this video i show you step-by-step how you can install the XFCE GUI Desktop on Ubuntu 22.04 and Ubuntu 20.04 VPS, and then access it with RFP (using the Linux XRDP Package)
======================================================
If you are looking for a particular video try,
1) Channel : https://cloudtechlinks.com/YTChannel
2) then : https://cloudtechlinks.com/All-Videos
======================================================
Commands :
00) sudo -i
01) adduser xrdpuser (password example : se7ye8pc5hs0 )
02) usermod -aG sudo,adm xrdpuser
03) apt-get update && apt-get upgrade -y
04) apt-get install wget unzip sed [chromium-browser | firefox] htop xfce4 xfce4-goodies -y
05 su xrdpuser
06) clear && cd ~ && mkdir -p Downloads && ls -la && cd Downloads && wget ht tps://www.c-nergy.be/downloads/xRDP/xrdp-installer-1.4.3.zip && sudo ufw status
(please remove the spaces in https)
07) unzip xrdp-installer-1.4.3.zip && chmod +x xrdp-installer-1.4.3.sh && ./xrdp-installer-1.4.3.sh
08) sudo sed -i 's/3389/19529/g' /etc/xrdp/xrdp.ini
09) sudo sed -i 's/crypt_level=high/crypt_level=low/g' /etc/xrdp/xrdp.ini
10) sudo ufw status ------} if active then run : ufw allow 19529 (e.g. VULTR does this)
11) Open TCP port 19529 in web based control panel (e.g. AWS call them security groups)
12) The List of Exceptions :
On AWS, Specifically for only Ubuntu 20.04 - echo xfce4-session[GREATER THAN SIGN HERE] /home/xrdpuser/.xsession
12) sudo reboot
Timestamps : 00:00 The Video Purpose 00:35 Installing XFCE and XRDP on Ubuntu Server 07:30 Connecting via RDP from Windows PC 11:05 YouTube End Cards
====================================
43851794 Bytes