{% extends "base.html" %} {% block title %}Dashboard - WireGuard Admin{% endblock %} {% block content %}

Dashboard

Interface

{{ status.name }} {% if status.up %}up {% else %}down{% endif %}

Port {{ status.listen_port or settings.wg_port }}

Peers

{{ peers | length }} total, - online

Traffic

RX {{ status.total_rx | fmt_bytes }}

TX {{ status.total_tx | fmt_bytes }}

Peers

NameAddressStatusHandshakeRXTX
{% endblock %} {% block scripts %}{% endblock %}