Windows远程连接Ubuntu
前期准备
Step1:安装xrdp
sudo apt-get install xrdp
Step2:安装vnc4server
sudo apt-get install vnc4server tightvncserver
Step3:安装xfce4
sudo apt-get install xubuntu-desktop
Step4:配置xfce4
echo "xfce4-session" >~/.xsession
Step5:继续配置xfce4
sudo vi /etc/xrdp/startwm.sh
在. /etc/X11/Xsession前一行插入 xfce4-session
一定要重启
Step6:重启xrdp
sudo service xrdp restart
获取Ubuntu ip
ifconfig
进行连接
Step7:windows远程桌面连接
使用远程桌面连接mstsc.exe,连接之后类型选择sesman-xvnc
填写用户名和密码
The End!
注:欢迎转载分享