Ubuntu14.04配置3389远程桌面连接

1、安装xrdp

sudo apt-get install xrdp -y

2、安装vnc4server

sudo apt-get install vnc4server -y

3、安装xfce4

sudo apt-get install xubuntu-desktop

echo "xfce4-session" >~/.xsession

sudo service xrdp restart

4、测试连接

获取Ubuntu系统的IP地址,用Windows自动的远程连接工具(mstsc.exe)连接

原文地址:https://www.cnblogs.com/crxis/p/6977924.html