Windows连接远程Ubuntu RDP

一、配置远程Ubuntu

1、安装 TrigerVNC Server

sudo apt install tightvncserver

2、安装xrdp

sudo apt install xrdp

查看运行状态

sudo systemctl status xrdp


注:此时连接远程桌面会出现登录黑屏现象,通过以下方法可解决:

sudo gedit /etc/xrdp/startwm.sh

 添加以下内容至对应位置

unset DBUS_SESSION_BUS_ADDRESS
unset XDG_RUNTIME_DIR
. $HOME/.profile

重启xrdp即可

sudo systemctl restart xrdp

二、Windows远程连接

1、远程连接工具准备,MobaXterm,下载并安装

2、按步骤连接远程Ubuntu桌面

 3、输入登录密码即可登入

4、成功连接远程桌面

注:登入同一个账户时,需要先将ubunt中的账户注销,否则MobaXterm中会一直弹出输入登录密码。

猜你喜欢

转载自blog.csdn.net/qq_43737816/article/details/128287186
RDP