咨询热线:4006-75-4006
售前:9:00-23:30 备案:9:00-18:00 技术:7*24h
Linux环境CentOS安装xrdp,实现RDP远程连接
蓝队云小课堂:
安装xrdp
[root@localhost root]# yum install xrdp
报错:
Repository extras is listed more than once in the configuration
Last metadata expiration check: 0:05:46 ago on Mon 27 Feb 2023 05:42:23 PM CST.
No match for argument: xrdp
Error: Unable to find a match: xrdp
解决办法:
[root@localhost root]# yum install -y epel-release
重新执行安装:
[root@localhost root]# yum install -y xrdp
设置开机自启并启动服务:
[root@localhost root]# systemctl enable xrdp && systemctl start xrdp
查看服务状态:
[root@localhost root]# systemctl status xrdp
查看端口监听:
[root@localhost root]# netstat -tunlp
tcp6 0 0 :::3389 :::* LISTEN 9482/xrdp
注意:云服务器安装有云防火墙或者安全组的要放行端口。
如果您购买的是蓝队云云服务器,更多使用小技巧,可随时联系我们。
使用工具MobaXterm连接(或者使用Windows的mstsc连接)
更多小知识,可联系蓝队云一起探讨。