sudo apt-get install xrdp
sudo apt-get install xfce4
sudo nano /etc/xrdp/startwm.sh
Inhalt:
#!/bin/sh if [ -r /etc/default/locale ]; then . /etc/default/locale export LANG LANGUAGE fi startxfce4
sudo service xrdp restart