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

用的是小鸟云服务器,操作步骤具体如下:

1.安装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

2.连接Windows实例。
3.运行以下命令:

rdesktop -u <您的服务器账户名> -p <服务器密码> <服务器IP或者自定义域名>

rdesktop为使用远程桌面连接的命令。  
-u 用户名。  
-p 您的管理员的密码。  
最后加上连接目标的IP地址。

如果登录失败,请检查云服务器端口号3389是否允许流入。

原文链接:https://www.niaoyun.com/docs/15842.html/?utm_source=php-c

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