|
JWT tokens · TOTP 2FA · OIDC SSO · Passkey · Email verification · Rate limiting |
Grouping · Status tracking · Strategy assignment · Batch operations · Force disconnect |
|
Personal & shared books · Tag organization · Peer management · Access rules |
Device / user / group assignment · Priority resolution · Heartbeat delivery |
|
Overview statistics · Trend analysis · Real-time monitoring · Multi-metric support |
Connection · File transfer · Security alarm · Console operation logging |
![]() |
![]() |
![]() |
![]() |
Default Admin Credentials: username
databk, passworddatabk— please change before production!
Grab the docker-compose.yml and launch:
docker compose up -dThat's it. The frontend is accessible at http://localhost:21114.
📋 Docker CLI (without Compose)
docker network create rustdesk-net
docker run -d \
--name rustdesk-console \
--network rustdesk-net \
-e JWT_SECRET=your-super-secret-key \
-v ./data:/data \
databk/rustdesk-console:latest
docker run -d \
--name rustdesk-console-web \
--network rustdesk-net \
-p 21114:80 \
-e BACKEND_URL=http://rustdesk-console:3000 \
databk/rustdesk-console-web:latest🔧 Build from Source
git clone https://github.com/databk/rustdesk-console.git
cd rustdesk-console
npm install
cp .env.example .env
# Edit .env with your configuration
npm run build
npm run start:prodRequirements: Node.js ≥ 20.0.0, npm ≥ 9.0.0
NestJS 11 · TypeScript · TypeORM 0.3 · SQLite · JWT · Passport.js · bcryptjs · otplib · Nodemailer · sharp · openid-client
See CONTRIBUTING.md for development setup, coding conventions, and contribution guidelines.
Built with ❤️ using NestJS | Data Block



