The Wayback Machine - https://web.archive.org/web/20230715052108/https://github.com/rustdesk/rustdesk-server-demo
Skip to content

rustdesk/rustdesk-server-demo

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
May 27, 2021 20:44
May 27, 2021 18:22
May 27, 2021 19:59
June 7, 2021 20:08
May 5, 2023 21:12
May 5, 2023 21:14
May 5, 2023 21:14

[Deutsch] | [Nederlands]

A working demo of RustDesk server implementation

This is a super simple working demo implementation with only one relay connection allowed, without NAT traversal, persistence, encryption and any other advanced features. But it can be your good starting point to write your own RustDesk server program.

How to run

# install rustup first, https://rustup.rs/
IP=<public ip of this machine> cargo run

https://rustdesk.com/blog/id-relay-set/

rustdesk/rustdesk#115