Remote server management
{% with messages = get_flashed_messages(category_filter=["danger","success","info"]) %} {% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %}
Add new server
Hostname (IP or domain):
SSH Username:
SSH Password:
SSH Port:
Type:
Linux
Mikrotik
Authentication Method:
Password
SSH Key
Private Key (if using SSH Key):
Key Passphrase (if encrypted key):
Add Host
ID
Hostname
SSH User
Port
Type
Auth Method
Actions
{% for h in hosts %}
{{ h.id }}
{{ h.hostname }}
{{ h.resolved_hostname }}
{{ h.username }}
{{ h.port }}
{{ h.type }}
{{ h.auth_method }}
Edit
Test
Backup
Delete
{% endfor %}
Import Servers from CSV
|
Export Servers to CSV
|
Go to Dashboard