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 xrdpThen restart the xrdp service:
sudo service xrdp restartfrom windows use remotedesktop Xorg
Posted from my blog with SteemPress : https://showoverview.de/ubuntu-server-17-10-xrdp-error-workaround/