windows使用rdp远程连接deepin

Posted wangmj518

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了windows使用rdp远程连接deepin相关的知识,希望对你有一定的参考价值。

deepin版本是截止目前最新的15.11,可以安装xrdp和x11vnc来使用windows可以远程连接。

首先开启ssh

sudo apt-get install openssh-server
#开启服务
sudo systemctl start sshd

安装x11vnc

sudo apt install x11vnc
#配置访问密码
zhaohy@zhaohy-PC:~$ x11vnc -storepasswd 
Enter VNC password: 
Verify password:    
Write password to /home/zhaohy/.vnc/passwd?  [y]/n y
Password written to: /home/zhaohy/.vnc/passwd
zhaohy@zhaohy-PC:~$ sudo cp /home/zhaohy/.vnc/passwd /etc/x11vnc.pass
zhaohy@zhaohy-PC:~$ 

配置开机启动

zhaohy@zhaohy-PC:~$ sudo vim  /lib/systemd/system/x11vnc.service

写入以下内容:

[Unit]
Description=Start x11vnc at startup.
After=multi-user.target
[Service]
Type=simple
ExecStart=/usr/bin/x11vnc -forever -rfbauth /etc/x11vnc.pass -rfbport 5900 -shared
[Install]
WantedBy=multi-user.target

上面设置的vnc密码和端口要记住

设置开机启动

sudo systemctl enable x11vnc.service

重启电脑,服务会自动启动,至此x11vnc配置完毕

安装xrdp

sudo apt install xrdp
#查看是否启动
sudo systemctl status xrdp
#设置开机启动
sudo systemctl enable xrdp

使用Windows 远程桌面远程deepin
用windows远程桌面程序输入ip地址

登录xrdp的时候选择vnc-any,ip和密码要再输入一次,这里的密码是前面配置的x11vnc的密码,端口也是x11vnc的端口,点击ok就可以成功远程deepin了



作者:haiyong6
链接:https://www.jianshu.com/p/66cf247ad544
来源:简书
著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。

以上是关于windows使用rdp远程连接deepin的主要内容,如果未能解决你的问题,请参考以下文章

remmina rdp远程连接windows

使用RDP协议连接windows服务器

windows 远程连接deepin笔记本 在deepin安装 ssh软件。

Deepin折腾笔记:实现远程桌面控制

linux(deepin os)下连接远程桌面

#脚本# CentOS 7 一键安装桌面环境(可远程RDP连接)