返回排行榜
RustDesk Server Program
remote-desktopremote-controlremote-accesstauri
关键指标
Star 增长趋势
Star
10.1k
Forks
2.5k
周增长
—
Issues
164
5k10k
2023年1月2023年8月2024年3月2024年10月2025年5月2025年12月2026年7月
制品库crates.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
相关仓库