vnc 無論用tiger or vnc4server均可以正經常使用,但xrdp沒法鏈接
netstat -tnlp看一下是否有3389,沒有。 說明xrdp沒有打開。
用/etc/init.d/xrdp restart 依舊無效,只有xrdp-sesman。
手動執行xrdp。能夠鏈接了
但黑屏。linux
root@localhost:/etc/xrdp# netstat -tnlp Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 0.0.0.0:5901 0.0.0.0:* LISTEN 25340/Xtightvnc tcp 0 0 0.0.0.0:6001 0.0.0.0:* LISTEN 25340/Xtightvnc tcp 0 0 127.0.0.1:3350 0.0.0.0:* LISTEN 27054/xrdp-sesman tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 24857/sshd tcp 0 0 127.0.0.1:6010 0.0.0.0:* LISTEN 25062/0 tcp 0 0 0.0.0.0:3389 0.0.0.0:* LISTEN 27062/xrdp tcp6 0 0 :::22 :::* LISTEN 24857/sshd tcp6 0 0 ::1:6010 :::* LISTEN 25062/0
先配置~/.xsession,參考下面選當前用的桌面是mate仍是xfce4.
我用mate,註釋掉xfce4便可。session
root@localhost:~# cat .xsession #startxfce4 & mate-session #xfce4-session
這樣修改後仍是不行, 但我保留上面的配置後從新安裝xrdp
apt-get purge xrdp
apt-get install xrdp
查看xrdp狀態:
/etc/init.d/xrdp status
重啓:
/etc/init.d/xrdp startssh
再執行## 1. 的xrdp, 就能夠正常跑了。tcp