RustDesk Server Program
Go to file
2022-06-20 15:22:42 +02:00
docker added healthcheck 2022-06-20 15:22:42 +02:00
libs/hbb_common missed files 2022-05-12 20:07:45 +08:00
src remove confusions 2022-05-13 09:56:44 +08:00
.env missed files 2022-05-12 20:07:45 +08:00
.gitattributes change sled to sqlite and remove lic 2022-05-12 20:00:33 +08:00
.gitignore missed files 2022-05-12 20:07:45 +08:00
build.rs configure_update in testnatresponse 2020-10-31 11:25:53 +08:00
Cargo.lock change sled to sqlite and remove lic 2022-05-12 20:00:33 +08:00
Cargo.toml missed files 2022-05-12 20:07:45 +08:00
db_v2.sqlite3 change sled to sqlite and remove lic 2022-05-12 20:00:33 +08:00
docker-compose.yml Updated readme; added docker-compose 2022-05-25 09:53:34 -07:00
LICENSE Create LICENSE 2022-05-12 22:11:06 +08:00
README.md Update README.md 2022-06-15 10:43:31 +08:00

RustDesk Server Program

Download

Manual

FAQ

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)