BEST LOOKING:
Simply open settings/sharing and turn on ‘Remote Desktop’

—- WHY DOES XRDP LOOK SO BAD —-
# Install xrdp
sudo apt-get install xrdp
# Enable system to start xrdp
sudo systemctl enable –now xrdp
# Open firewall port
sudo ufw allow from any to any port 3389

** DO DISABLE XRDP SERVICE **
sudo systemctl disable xrdp
#Remove completely
kuber@kubertemplate:~$ sudo apt remove xrdp
[sudo] password for kuber:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following package was automatically installed and is no longer required:
libfuse2
Use 'sudo apt autoremove' to remove it.
The following packages will be REMOVED:
xrdp
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 3,164 kB disk space will be freed.
Do you want to continue? [Y/n] Y
(Reading database ... 172694 files and directories currently installed.)
Removing xrdp (0.9.17-2ubuntu2) ...
Processing triggers for man-db (2.10.2-1) ...
Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
kuber@kubertemplate:~$ sudo apt purge xrdp
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following package was automatically installed and is no longer required:
libfuse2
Use 'sudo apt autoremove' to remove it.
The following packages will be REMOVED:
xrdp*
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] Y
(Reading database ... 172610 files and directories currently installed.)
Purging configuration files for xrdp (0.9.17-2ubuntu2) ...