sudo apt update
sudo apt install xrdp
sudo apt install xfce4
sudo apt-get install xfce4-terminal tango-icon-theme
echo xfce4-session > ~/.xsession
sudo service xrdp restart
On Windows PC, use mstsc
to connect to the ubuntu server
sudo apt update
sudo apt install xrdp
sudo apt install xfce4
sudo apt-get install xfce4-terminal tango-icon-theme
echo xfce4-session > ~/.xsession
sudo service xrdp restart
On Windows PC, use mstsc
to connect to the ubuntu server
apt-get install xrdp
apt-get install xorgxrdp
adduser xrdp ssl-cert
apt-get install xfce4 xfce4terminal
these for headless debian based linux. I used them on Openmediavault, It worked.
As zero-cao said, use 'sudo systemctl start xrdp' on Ubuntu 18.04 instead will work.
Thanks!