RustDesk Server Program https://rustdesk.com/server
  • Rust 86.4%
  • NSIS 4.6%
  • JavaScript 3.8%
  • Shell 3.6%
  • Dockerfile 0.6%
  • Other 1%
Find a file
2026-07-23 20:13:48 +08:00
.cargo crt-static 2023-02-16 15:23:31 +08:00
.github Update build.yaml 2026-07-21 06:05:22 +08:00
.vscode clippy 2023-02-08 16:45:30 +08:00
debian bump version 2026-07-23 20:13:48 +08:00
docker Bump S6 overlay and fix env warnings (#472) 2024-09-28 23:33:47 +08:00
docker-classic define the HOME env to allow running rootless (#612) 2025-11-22 15:20:15 +08:00
kubernetes chore: Added kubernetes example file (#623) 2026-01-06 17:58:33 +08:00
libs Git submodule: Bump libs/hbb_common from 83419b6 to 5438d20 (#682) 2026-07-21 06:14:29 +08:00
rcd Add description of relay server variable for clarity (#378) 2024-02-27 21:44:56 +08:00
src fix more UDP reflection/amplification 2026-07-23 18:43:32 +08:00
systemd fix naming 2023-07-06 00:50:11 +08:00
tests Update protobuf to 3.7.2 (#684) 2026-07-23 18:46:09 +08:00
ui bump version 2026-07-23 20:13:48 +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 Add Simplified Chinese Readme File. (#409) 2024-04-24 19:04:02 +08:00
.gitmodules replace libs/hbb_common with submodule (#502) 2025-01-20 17:34:22 +08:00
build.rs crt-static 2023-02-16 15:23:31 +08:00
Cargo.lock bump version 2026-07-23 20:13:48 +08:00
Cargo.toml bump version 2026-07-23 20:13:48 +08:00
db_v2.sqlite3 1.1.13 2025-01-21 01:09:21 +08:00
docker-compose.yml Use same volumes for hbbs and hbbr 2022-07-21 16:45:06 +02:00
LICENSE Create LICENSE 2022-05-12 22:11:06 +08:00
README.md Update README.md 2026-01-12 14:54:50 +08:00

RustDesk Server Program

build

Download

Manual

FAQ

How to migrate OSS to Pro

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