Back to rankings
RustDesk Server Program
remote-desktopremote-controlremote-accesstauri
Key Metrics
Star Growth
Stars
10.1k
Forks
2.5k
Weekly Growth
—
Issues
164
10.1k10.1k10.1k
Jul 18Jul 19Jul 19Jul 20Jul 20Jul 21Jul 22
Artifactscrates.io
cargo add rustdesk-serverREADME
RustDesk Server Program
Self-host your own RustDesk server, it is free and open source.
How to build manually
cargo build --release
Three executables will be generated in target/release.
- hbbs - RustDesk ID/Rendezvous server
- hbbr - RustDesk relay server
- rustdesk-utils - RustDesk CLI utilities
You can find updated binaries on the Releases page.
If you want extra features, RustDesk Server Pro might suit you better.
If you want to develop your own server, rustdesk-server-demo might be a better and simpler start for you than this repo.
Installation
Please follow this doc
Related repositories