• Stars
    star
    559
  • Rank 76,981 (Top 2 %)
  • Language
    Rust
  • License
    GNU Affero Genera...
  • Created almost 3 years ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A working demo of RustDesk server implementation

[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