XRDP on Linux deploy toss record 1. XRDP Connect fail
VNC does not work with either Tiger or vnc4server, but XRDP cannot connect
NETSTAT-TNLP See if there are 3389, no. Description XRDP not open.
With/ETC/INIT.D/XRDP restart still invalid, only Xrdp-sesman.
Perform XRDP manually. Can be connected to the
But the black screen.
[email protected]:/etc/xrdp# netstat -tnlpActive Internet connections (only servers)Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program nametcp 0 0 0.0.0.0:5901 0.0.0.0:* LISTEN 25340/Xtightvnctcp 0 0 0.0.0.0:6001 0.0.0.0:* LISTEN 25340/Xtightvnctcp 0 0 127.0.0.1:3350 0.0.0.0:* LISTEN 27054/xrdp-sesmantcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 24857/sshdtcp 0 0 127.0.0.1:6010 0.0.0.0:* LISTEN 25062/0tcp 0 0 0.0.0.0:3389 0.0.0.0:* LISTEN 27062/xrdptcp6 0 0 :::22 :::* LISTEN 24857/sshdtcp6 0 0 ::1:6010 :::* LISTEN 25062/0
2. XRDP Black Screen Solution
First configure the ~/.xsession, refer to the following selection of the current desktop is mate or xfce4.
I use mate to comment out the xfce4.
[email protected]:~# cat .xsession#startxfce4 &mate-session#xfce4-session
This will still not work, but I'll keep the above configuration and reinstall XRDP
Apt-get Purge XRDP
Apt-get Install XRDP
View XRDP Status:
/ETC/INIT.D/XRDP status
Restart:
/ETC/INIT.D/XRDP start
Execute # # 1 again. XRDP, you can run normally.
# XRDP on Linux deploy toss record