{% extends "base.html" %} {% block title %}Interfaces - WireGuard Admin{% endblock %} {% block breadcrumbs %}/ Interfaces{% endblock %} {% block content %}
{{ error }}
{% endif %}Subnet ({{ iface.subnet }}) and port are fixed after creation. Public key: {{ iface.public_key }}
No interfaces yet. Create one below.
{% endfor %}With host networking the new UDP port is reachable immediately. The interface is brought up on creation.
| Name | State | Address | Port | Peers | Endpoint host | |
|---|---|---|---|---|---|---|
| {{ c.name }} | {% if c.running %} running {% else %} stopped {% endif %} {% if not c.has_config %} no conf {% endif %} | {{ c.address or "-" }} | {{ c.listen_port or "-" }} | {{ c.peer_count }} | ||
Importing takes over the wg-quick config: the server key, peers, preshared keys and site subnets are read from the .conf (a timestamped backup is kept). Imported peers have no private key, so config download and QR are unavailable until you rotate their keys. Endpoint host is the public address clients connect to.
{% else %}No unmanaged interfaces or configs found in the config directory.
{% endif %}