Web frontend for RustDesk Console, built with Ant Design Pro and UmiJS.
- Device management
- User and address book management
- Group and permission management
- Activity monitoring and statistics
- Multi-language support
- Node.js >= 20.0.0
Install dependencies:
npm installStart development server:
npm run devBuild for production:
npm run buildPreview production build:
npm run preview| Script | Description |
|---|---|
npm run dev |
Start dev server (connects to dev API) |
npm start |
Start dev server with mock data |
npm run build |
Build for production |
npm run preview |
Build and preview locally |
npm run lint |
Run linter (Biome + TypeScript) |
npm test |
Run tests |