Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
QiLuo is an enterprise-grade Rust admin dashboard and backend management platform built with Axum, Sea-ORM, and Vue 3.

Light Bootstrap Dashboard is an admin dashboard template designed to be beautiful and simple.
QiLuo is an open-source, enterprise-grade Rust admin dashboard and backend management platform (admin panel/CMS framework) built on Axum, Sea-ORM, and Vue 3, designed to generate complete management backends for SaaS and internal tools.
QiLuo is an enterprise-grade admin dashboard and backend management platform written in Rust and Vue 3. It takes a database configuration and produces a running management frontend and backend with user, role, department, menu, and API permission controls, plus monitoring and scheduling. The project is open source under the MIT License and is hosted on GitHub, GitCode, and Gitee, with an official website at qiluo.vip providing tutorials and an online demo. It is built with Axum, Sea-ORM, and Tokio on the backend and Vue 3.4, Vite, TypeScript, Pinia, and Element Plus on the frontend.
QiLuo separates the Rust backend and Vue frontend into two repositories. You set the database URL in the config/ directory, import the provided SQL file, run the backend with cargo run, and launch the frontend with pnpm dev. The default management address is http://localhost:4000, where you use the default admin account to access all modules. The backend is organized into api, service, model, cache, and worker directories, and the frontend follows a standard Vue 3 layout with permissions handled in permission.ts.
QiLuo is free and open-source software distributed under the MIT License. There are no paid tiers mentioned in the official documentation.
Yes, the MIT License allows free use, modification, and redistribution, including in commercial projects. No license fee or subscription is mentioned in the project documentation.
QiLuo supports MySQL version 8.0 or higher and SQLite version 3.35 or higher as the primary database, with Redis version 6.0 or higher used for caching. The connection string is set in the config/ directory.
The project requires Rust 1.70.0 or newer. The backend uses Axum, Sea-ORM, Tokio, and JWT, and the frontend requires Node.js 16.0 or higher for Vite-based development.
The default administrator account is username admin with password 123456. The project strongly recommends changing this password immediately after your first login.
