{% extends "base.html" %} {% block title %}Dashboard - WireGuard Admin{% endblock %} {% block breadcrumbs %}/ Dashboard{% 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

Name Address Status Handshake RX TX
{% endblock %} {% block scripts %}{% endblock %}