{{ diskWarning.level === 'critical' ? 'Disk Space Critical' : 'Disk Space Warning' }}
{{ diskWarning.used_percent.toFixed(1) }}% used — {{ formatBytes(diskWarning.free_bytes) }} remaining
OpenWRT-integrated router and network management
Standalone WireGuard VPN
Detected hardware and virtual interfaces
{{ iface.name }}
{{ iface.type === 'wifi' ? 'WiFi' : 'Ethernet' }} · {{ iface.mac }}
{{ iface.ipv4[0] }}
No IP
No physical interfaces detected
Scan with the WireGuard app
{{ peerQrData.peer_ip }}
Scan with the WireGuard app
{{ peerQrData.peer_ip }}
Generate a WireGuard config for the standard WireGuard app.
{{ peerError }}