diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..109a903 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# RustDesk Server Program + +<<<<<<< HEAD +Self-host your own RustDesk server, it is free and open source. + +``` +cargo build --release +``` + +Two executables will be generated in target/release. + - hbbs - RustDesk ID/Rendezvous server + - hbbr - RustDesk relay server + +[**Manual**](https://rustdesk.com/docs/en/self-host/) +======= +**Could you please also help finish below "RustDesk Self-Hosting Sever Survey"? So that we can make it better.** https://forms.gle/9sDqAC5JBuB4b52S6 + +If you are looking for an open source implementation, please go to [rustdesk-server-demo](https://github.com/rustdesk/rustdesk-server-demo). + +[Download](https://github.com/rustdesk/rustdesk-server/releases) + +[Doc](https://rustdesk.com/docs/en/self-host) +>>>>>>> 5043b7ce7f5a2230661381cb9c63f84c60414035 |