Blogger Information
Blog 93
fans 0
comment 0
visits 123535
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
使用云服务器,如何实现Rdesktop连接?
想无
Original
509 people have browsed it

1.云服务器的配置
我用的是小鸟云内蒙BGP节点的Windows服务器,实例已经顺利运行,因为本地为Linux环境,参考了他们的文档和技术的建议,操作如下:

安装rdesktop。
运行 rdesktop 命令检查系统是否已经安装,若未安装则请 转到 github 下载最新安装包 >> 或 单击以下链接直接下载 v1.8.3版本:
rdesktop-1.8.3.tar.gz
rdesktop-1.8.3.zip
并在相应目录下运行以下命令解压和安装
tar xvzf rdesktop-<x.x.x>.tar.gz ##替换x.x.x为下载的版本号
cd rdesktop-1.8.3
./configure
make
make install
连接Windows实例。
运行以下命令:
rdesktop -u <您的服务器账户名> -p <服务器密码> <服务器IP或者自定义域名>
rdesktop为使用远程桌面连接的命令。  
-u 用户名。  
-p 您的管理员的密码。  
最后加上连接目标的IP地址。
如果登录失败,请检查云服务器端口号3389是否允许流入。
本地为Linux或Mac OS 环境,可以参考这个文档:https://www.niaoyun.com/docs/15842.html/?utm_source=phpc-220209

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post