{% extends "admin/layout.html" %} {% block admin_title %}Серверы{% endblock %} {% block admin_content %}
Как в Amnezia-Web-Panel: укажите IP/домен, логин и пароль или ключ. Панель сначала проверит SSH, затем сохранит сервер.
{{ s.ssh_username or '—' }}@{{ s.ssh_host or '—' }}:{{ s.ssh_port or 22 }} · VPN {{ s.public_host }}:{{ s.public_port }} · {{ s.interface_name }} / {{ s.subnet }} · клиентов: {{ s.clients|length }} {% if probe.get('latency_ms') is not none %}· ping {{ probe.get('latency_ms') }} ms{% endif %}
{% if s.ssh_server_info %}{{ s.ssh_server_info }}
{% endif %}
Серверов пока нет — подключите первый VPS через форму выше.
{% endfor %} {% endblock %}