WireGuard remote access to your Wild Cloud network
Interface
{status?.interface ?? 'wg0'}
Connected peers
{status?.peerCount ?? 0}
Listen port
{status?.listenPort ?? config?.listenPort ?? 51820}
{status.rawOutput}
Status
Public Endpoint
{config?.endpoint || not set}
Listen Port
{config?.listenPort ?? 51820}
VPN Subnet
{config?.address || '—'}
DNS for Clients
{config?.dns || '—'}
LAN CIDR
{config?.lanCIDR || '—'}
Public Key
{config?.publicKey || not generated}
{config?.publicKey &&No peers yet. Add a peer to get started.
{peer.name}
{peer.allowedIPs}
A VPN IP will be assigned automatically from the server subnet.