{% extends "base.html" %} {% block title %}Peers - WireGuard Admin{% endblock %} {% block breadcrumbs %}/ Peers{% endblock %} {% block content %}
{{ error }}
{% endif %}No interfaces configured. Create one first.
{% else %}Count > 1 creates a batch named name-1, name-2, ... (custom IP ignored). Empty quota = unlimited.
| Name | Address | Enabled | Status | Usage | Note | |
|---|---|---|---|---|---|---|
| {{ peer.name }} {% if not peer.has_private_key %} imported {% endif %} | {{ peer.address }} | {% if peer.enabled %} enabled {% elif peer.over_quota %} over quota {% else %} disabled {% endif %} | {% if ps and ps.online %} online {% else %} offline {% endif %} | {{ peer.cum_total | fmt_bytes }}{% if peer.quota_bytes %} / {{ peer.quota_bytes | fmt_bytes }}{% endif %} | {{ peer.note }} |
|
| No peers yet. Add one above. | ||||||