windows远程桌面连接centos7桌面显示,安装xdrp
发布时间:2020-07-03 12:44:23 所属栏目:Windows 来源:互联网
导读:利用xdrp可以使用windows远程连接centos,具体步骤只需在centos服务器安装软件包,客户端使用mstc连接。 1、yum install xdrp 2、yum install tigervnc tigervnc-server 3、配置密码 vncpasswd root (这里登录的账户和密码还是系统账户密码) 4、如果远程连
利用xdrp可以使用windows远程连接centos,具体步骤只需在centos服务器安装软件包,客户端使用mstc连接。 1、yum install xdrp 2、yum install tigervnc tigervnc-server 3、配置密码 vncpasswd root (这里登录的账户和密码还是系统账户密码) 4、如果远程连接不成功,可以尝试配置如下 vim /etc/xrdp/xrdp.ini 修改max 32,改为24 5、停止防火墙服务或者打开防火墙3389端口 systemctl stop firewalld.service 或者 firewall-cmd --permanent --zone=public --add-port=3389/tcp firewall-cmd --reload (编辑:莱芜站长网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
推荐文章
站长推荐
- .net – SendKeys.Send和Windows Key
- windows-installer – 任何人都有MSIINV.EXE的副
- windows-8 – 在Windows 8上禁用了DirectX控制面
- 在windows平台下采用electron-packager打包elect
- windows – 如何停止’gem’实用程序访问我的主目
- .net – Windows Azure Web角色缓存(预览)“挂起
- 如何在Windows上正确使用node.js child_process.
- silent-installer – 如何在没有用户交互的情况下
- 在 Windows 下安装 Scrapy
- .net – 创建大量定制的Windows安装程序?
热点阅读