mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2024-11-24 04:12:34 +08:00
RustDesk Server Program
docker | ||
libs/hbb_common | ||
src | ||
.env | ||
.gitattributes | ||
.gitignore | ||
build.rs | ||
Cargo.lock | ||
Cargo.toml | ||
db_v2.sqlite3 | ||
docker-compose.yml | ||
LICENSE | ||
README.md |
RustDesk Server Program
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
If you wanna develop your own server, rustdesk-server-demo might be a better and simpler start for you than this repo.
docker-compose
If you have Docker and would like to use it, an included docker-compose.yml
file is included. Edit line 16 to point to your relay server (the one listening on port 21117). You can also edit the volume lines (L18 and L33) if you need.
(docker-compose credit goes to @lukebarone and @QuiGonLeong)