MikroWizard.mikroman/README.md

74 lines
1.9 KiB
Markdown
Raw Normal View History

2024-07-20 16:39:16 +03:30
# MikroMan | MikroWizard Backend
This is the MikroWizard Backend app .
# What is MikroWizard?
Mikrotik routers are widely used in the networking industry for their robust features and flexibility. However, managing and monitoring these routers can be a complex and time-consuming task. With MikroWizard, we aim to simplify this process and empower network administrators with a powerful yet user-friendly tool.
## Features
- Router Management
- Device grouping
- Access Management
2024-07-21 14:20:59 +03:30
- groups
- Radius server
- Permissions
- Forceing and Automation of Permissions and Radius
2024-07-20 16:39:16 +03:30
- Monitoring and Reporting
2024-07-21 14:20:59 +03:30
- Radius logs
- Syslog
- Events
- Software logs
- Device Health History
- Device BW history
- Graphs
2024-07-20 16:39:16 +03:30
- Automation and Scripting
2024-07-21 14:20:59 +03:30
- Batch code Execution
- Schedule code Execution
- Backup Schedule
2024-07-20 16:39:16 +03:30
- Snippets ( Batch configuration )
- User Access Management
2024-07-21 14:20:59 +03:30
- Create/Delete Users
- Access Management
- Device Access and Permission Assignment
2024-07-20 16:39:16 +03:30
- Auto Deploy On Routers
2024-07-21 14:20:59 +03:30
- Apply Radius configuration and Forcing
- Apply Syslog configuration and Forcing
- Apply User Groups and Forcing
2024-07-20 16:39:16 +03:30
- Activity Monitoring
- NOC dashboard - Monitoring Wall (pro)
2024-07-21 14:20:59 +03:30
- Radio Monitoring - Radio quality and connectivity (pro)
2024-07-20 16:39:16 +03:30
- Firmware Management
2024-07-21 14:20:59 +03:30
- Internal Firmware Repository
- Automatic Firmware Download from the Mikrotik website and store in Repo
- Firmware Update Schedule (pro)
- Firmware `safe update`
- with `safe update` Mikrowizard will take care of updating dependencies and packages
And Many More Features is coming :)
2024-07-20 16:39:16 +03:30
## License
[AGPL](https://www.gnu.org/licenses/agpl-3.0.html)
## Tech Stack
**Code :** Python , Bash , UWCGI
**Database :** PostgreSQL , Redis , Redis Time Series
Thanks to RESTPie3 from https://github.com/tomimick/restpie3
## Deployment
2024-07-22 15:08:48 +03:30
To deploy this project
2024-07-20 16:39:16 +03:30
2024-07-22 15:08:48 +03:30
Please read the documntaion from MikroWizard.com
https://mikrowizard.com/docs-category/geting-started/
2024-07-20 16:39:16 +03:30