基于NaCl 的端对端加密的 P2P 连接 Windows 无需管理权限或安装,可依需求在本地提升权限。 您也可以选择不同的付费方案,提供双重认证2FA 与解锁更多功能。 开源项目地址: RustDesk 或者直接点击这里下载: RustDesk Client https://github.com/rustdesk/rustdesk/releases/download/1.2.3/rustdesk-1.2.3-x86_64.exe...
官方支持将配置放入 rustdesk.exe 文件名中 (仅支持 Windows) 将rustdesk.exe更改为 rustdesk-host=<主机 IP 或名称>,key=<公钥字符串>.exe,例如 rustdesk-host=192.168.1.137,key=xfdsfsd32=32.exe。 好了,这样就可以免配置了。直接运行就可以了,程序自动从文件名中读取配置。 高级安装# Client Deployment ::...
如果无法启用Web-Client功能,估计是从1.1.12-1及之前版本升级的,修补增加:先停用套件! sed -i'/^lang: "zh-CN"/a app:\n web-client: 1'/var/packages/RustDeskServer/target/conf/config.yaml 使用教程 支持RustDesk官方客户端下载地址,最新@裙下孤魂 制作版本:123云盘下载 支持Windows、MacOS、安卓、iOS,U...
首先,我们需要阅读SSL密钥以支持HTTPS和HTTP / 2: let mut config = ServerConfig::new(NoClientAuth::new()); let cert_file = & mut BufReader::new(File::open( "cert.pem" ).unwrap()); let key_file = & mut BufReader::new(File::open( "key.pem" ).unwrap()); let cert_chain = cer...
After the client is saved, it will show that the configuration is successful image-20230912101459339 配置完成后,我们就可以通过树莓派运行的rustdesk服务,进行局域网内设备相互远程控制了 After the configuration is complete, we can use the rustdesk service running on the Raspberry Pi to remotely control ...
Web 服务器中涉及到的两个主要协议是超文本传输协议(Hypertext Transfer Protocol,HTTP)和传输控制协议(Transmission Control Protocol,TCP)。这两者都是请求-响应(request-response)协议,也就是说,有客户端(client)来初始化请求,并有服务端(server)监听请求并向客户端提供响应。请求与响应的内容由协议本身定义。
🚀This is an open source Api server based on the open source RustDesk client, the implementation of the client all Api interfaces, and provides a Web-UI for the management of data. rustdeskrustdesk-api-server UpdatedNov 8, 2024 TypeScript ...
libs/clipboard: file copy and paste implementation for Windows, Linux, macOS. src/ui: obsolete Sciter UI (deprecated) src/server: audio/clipboard/input/video services, and network connections src/client.rs: start a peer connection src/rendezvous_mediator.rs: Communicate with rustdesk-server, wait...
Discussed in #391 Originally posted by blackxd0g September 23, 2024 Hello! Please add the ability to generate a custom windows x32 client version
Fix those issues, and I'd easily give this client app 5 stars. Now, in terms of feature requests, I'd really love to see an option to automatically switch the display/monitor to follow the remote window focus the same way AnyDesk does. That's very useful when connecting to a multi-...