Upstream OSS to Pro migration guide
Self-host your own RustAdmin server, it is free and open source.
cargo build --releaseThree executables will be generated in target/release.
- hbbs - RustAdmin ID/Rendezvous server
- hbbr - RustAdmin relay server
- rustadmin-utils - RustAdmin CLI utilities
You can find updated binaries on the Releases page.
For upstream Pro features, RustDesk Server Pro might suit you better.
If you want to develop your own upstream-compatible server, rustdesk-server-demo might be a better and simpler start for you than this repo.
Please follow the upstream self-hosting doc