mirror of
https://github.com/rustdesk/rustdesk-server-demo.git
synced 2025-07-02 15:55:26 +00:00
17 lines
777 B
Markdown
17 lines
777 B
Markdown
<p align="center">
|
|
[<a href="README-DE.md">Deutsch</a>] | [<a href="README-ES.md">Español</a>] | [<a href="README-FR.md">Français</a>] | [<a href="README-NL.md">Nederlands</a>] | [<a href="README-PL.md">Polski</a>] | [<a href="README-PT.md">Português</a>]<br>
|
|
</p>
|
|
|
|
# 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
|
|
```bash
|
|
# install rustup first, https://rustup.rs/
|
|
IP=<public ip of this machine> cargo run
|
|
```
|
|
|
|
https://rustdesk.com/blog/id-relay-set/
|
|
|
|
https://github.com/rustdesk/rustdesk/issues/115
|