Windows远程连接Linux桌面

本测试使用的是Ubuntu,因unity桌面有点大,远程带起有点慢,所以换用xfce4桌面,顺利地实现远程多用户桌面使用无压力。

先安装好xrdp、vnc4server、xfce4:

sudo apt install xrdp
sudo apt install vnc4server
sudo apt install xfce4

然后注销切换到xfce4桌面,在自己电脑切换桌面配置好先:

sudo vim /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf
添加或者修改成下面的配置:
user-session=xfce4
allow-guest=false
greeter-show-manual-login=true
greeter-hide-users=true

接着打开xrdp服务:

echo "xfce4-session" >~/.xsession
sudo service xrdp start

最后在Windows下,直接Win+R打开mstsc,输入Ubuntu的ip地址,然后用户名和密码登录就行

你可能感兴趣的:(Linux笔记)