No Description

c8a5d41906 chore: Update to Windows 2022 runner image (#568) 1 month ago
.cargo 388ae586ec crt-static 2 years ago
.github c8a5d41906 chore: Update to Windows 2022 runner image (#568) 1 month ago
.vscode e2f4962ba8 clippy 2 years ago
debian 8557c4ab82 freebsd still not work 6 months ago
docker b7bab80bfe Bump S6 overlay and fix env warnings (#472) 10 months ago
docker-classic 8b7f3491b1 minimal docker classic images 1 year ago
libs c650217919 Git submodule: Bump libs/hbb_common from `7cf11f7` to `83419b6` (#524) 5 months ago
rcd 19f8d3a0f4 Add description of relay server variable for clarity (#378) 1 year ago
src 2c57e51ec5 higher default bandwidth 1 month ago
systemd b713303c15 fix naming 2 years ago
ui 1fd1a2a3b6 1.1.14 6 months ago
.env 03ca2a9517 missed files 3 years ago
.gitattributes b3f39598a7 change sled to sqlite and remove lic 3 years ago
.gitignore 4240c47244 Add Simplified Chinese Readme File. (#409) 1 year ago
.gitmodules 7a509f6975 replace libs/hbb_common with submodule (#502) 6 months ago
Cargo.lock 1fd1a2a3b6 1.1.14 6 months ago
Cargo.toml 1fd1a2a3b6 1.1.14 6 months ago
LICENSE b0b1981ac9 Create LICENSE 3 years ago
README.md 796a75af5c Update README.md 1 month ago
build.rs 388ae586ec crt-static 2 years ago
db_v2.sqlite3 b9e5968299 1.1.13 6 months ago
docker-compose.yml 595aeb6d50 Use same volumes for hbbs and hbbr 3 years ago

README.md

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