Ubuntu Server 17.10 Xrdp error workaround

Words
76
Reading
1 min
Listen
Play
9y

 

Ubuntu Server 17.10 Xrdp error workaround


start here with desktop install

https://showoverview.de/install-a-full-lightweight-desktop-environment-for-linux-server/

xrdp error how to solve this:
I had to remove xrdp, vnc4server, tightvnc, which were all installed in the wrong order. I had to install tightvncserver, then install xrdp.

sudo apt-get remove xrdp vnc4server tightvncserver
sudo apt-get install tightvncserver
sudo apt-get install xrdp
Then restart the xrdp service:
sudo service xrdp restart
from windows use remotedesktop Xorg

Posted from my blog with SteemPress : https://showoverview.de/ubuntu-server-17-10-xrdp-error-workaround/
Ubuntu Server 17.10 Xrdp error workaround | Ecency