mirror of
https://github.com/mivodev/mivo.git
synced 2026-01-26 13:31:56 +07:00
feat: Initialize VitePress documentation system with multi-language content, custom theme, and assets.
This commit is contained in:
28
docs/manual/settings/routers.md
Normal file
28
docs/manual/settings/routers.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# Managing Routers
|
||||
|
||||
To start managing your Mikrotik, you first need to connect it to MIVO.
|
||||
|
||||
## <Icon name="PlusCircle" color="success" /> Connecting a Router
|
||||
|
||||
1. Go to **Settings** > **Routers**.
|
||||
2. Click **Add Router**.
|
||||
3. Fill in the details:
|
||||
- **Session Name**: A unique identifier for this connection.
|
||||
- **IP Address**: Your Mikrotik IP or DNS name.
|
||||
- **Username/Password**: Your Mikrotik API credentials.
|
||||
- **Port**: Usually 8728 (API).
|
||||
|
||||
## <Icon name="Activity" color="info" /> Connection Status
|
||||
|
||||
MIVO will attempt to connect to the router in real-time. If the status is green, you're ready to start managing!
|
||||
|
||||
## <Icon name="Database" color="warning" /> Backup & Restore
|
||||
|
||||
Protect your configuration by creating backups of your MIVO database.
|
||||
|
||||
- **Backup**: Creates a JSON file containing all router sessions and global settings.
|
||||
- **Restore**: Upload a previously saved MIVO backup file to recover your data.
|
||||
|
||||
> [!CAUTION]
|
||||
> Restoring a backup will overwrite your current settings and sessions.
|
||||
|
||||
Reference in New Issue
Block a user