An open-source console designed for self-hosting, as an alternative to RustDesk Server Pro.
9.8K
Enterprise-grade management platform for the RustDesk ecosystem
🔐 Authentication & SecurityJWT tokens · TOTP 2FA · OIDC SSO · Passkey · Email verification · Rate limiting |
📱 Device ManagementGrouping · Status tracking · Strategy assignment · Batch operations · Force disconnect |
📋 Address BookPersonal & shared books · Tag organization · Peer management · Access rules |
🎯 Strategy ConfigurationDevice / user / group assignment · Priority resolution · Heartbeat delivery |
📊 Dashboard & AnalyticsOverview statistics · Trend analysis · Real-time monitoring · Multi-metric support |
🔍 Audit & ComplianceConnection · 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 -d
That's it. The frontend is accessible at http://localhost:21114.
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
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:prod
Requirements: 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
Content type
Image
Digest
sha256:95cb65f46…
Size
146.3 MB
Last updated
26 days ago
docker pull databk/rustdesk-console