← 返回到所有服务
GitHub 仓库信息
获取时间 · 2026年6月5日 ★ 2,162 最新版本: 0.4.21 最后更新: 2026年5月25日
README
<div align="center"> [](https://www.getmotoradmin.com) # Motor Admin ### No-code Admin Panel and Business Intelligence tool 🤓 [Live Demo](https://app.getmotoradmin.com/demo/) | 👀 [Features overview](https://www.youtube.com/watch?v=ZD4Six8ZEP8) | 📙 [Docs](https://docs.getmotoradmin.com/guide/) | 💬 [Discord](https://discord.com/invite/mFFJKSTgw3) | ⭐ [Pro](https://www.getmotoradmin.com/pro) </div> Search, create, update, and delete data entries using a convenient UI. Create complex custom actions like sending an automated email to your customers via API integration. Build custom reports with SQL and visualize the results with charts. Combine individual reports into a single dashboard and share it with your team. ## Deployment ### Heroku [](https://heroku.com/deploy?template=https://github.com/motor-admin/motor-admin-heroku) ### Railway [](https://railway.app/new/template?template=https%3A%2F%2Fgithub.com%2Fmotor-admin%2Fmotor-admin-railway&plugins=postgresql&envs=SECRET_KEY_BASE&SECRET_KEY_BASEDesc=64+character+secret&PORTDefault=secret&referralCode=DSdLCm) ### Digital Ocean [](https://cloud.digitalocean.com/apps/new?repo=https://github.com/motor-admin/motor-admin/tree/master&refcode=33c75473a82d) ### Docker ```bash docker run -it -p 3000:3000 -v `pwd`:/app motoradmin/motoradmin:latest ``` ### Docker Compose ```bash curl https://raw.githubusercontent.com/motor-admin/motor-admin/master/docker-compose.yml | sed "s/SECRET_KEY_BASE:/SECRET_KEY_BASE: `openssl rand -hex 64`/" > docker-compose.yml docker compose up ``` ## Features * [Customizable CRUD](#customizable-crud) * [Custom actions](#custom-actions) * [Forms builder](#forms-builder) * [SQL queries](#sql-queries) * [Data visualization](#data-visualization) * [Dashboards](#dashboards) * [Email alerts](#email-alerts) * [Intelligence search](#intelligence-search) * [Optimized for mobile](#optimized-for-mobile) * [Configurations Sync](https://github.com/motor-admin/motor-admin/tree/master/guides/configurations_sync_between_environments.md) * [Roles and permissions control](https://docs.getmotoradmin.com/guide/roles_and_permissions.html) * Multiple databases support * Audit log * Personalized report alerts via Slack ## [Enterprise](https://www.getmotoradmin.com/pro) * Multi-factor authentication * SAML SSO * Custom styling * [learn more](https://www.getmotoradmin.com/pro) ### Customizable CRUD   ### Custom Actions  ### Forms Builder  ### SQL Queries  ### Data Visualization  ### Dashboards  ### Email Alerts  ### Intelligence Search  ### Optimized for Mobile  ## License Motor Admin is licensed under the AGPL v3 license.
Motor Admin 是一个开源的管理面板生成器,可以快速为数据库创建完整的管理界面。它支持多种数据库类型,并提供丰富的自定义选项。
主要功能
- 自动生成:根据数据库结构自动生成管理界面
- 多数据库支持:支持 PostgreSQL、MySQL、SQLite 等
- CRUD 操作:完整的增删改查功能
- 权限控制:细粒度的访问权限管理
- 自定义视图:自定义数据展示方式
- 数据过滤:高级数据过滤和搜索
- 导出功能:数据导出为多种格式
- API 集成:REST API 支持
- 主题定制:自定义界面主题
- 多语言:国际化支持
部署要求
- Ruby 3.0+
- PostgreSQL 或 MySQL
- 最低配置:1核 CPU,1GB 内存
- 推荐配置:2核 CPU,2GB 内存
- 存储空间:至少 5GB
- 网络:需要公网访问
- 操作系统:支持 Linux、macOS