Skip to content

WireGuard Setup

Secure private networking between your routers and Infinity Radius.

Updated 2026-09-13For: Network Technicians

Overview

Infinity Radius uses secure private networking (WireGuard) between supported network infrastructure and its router management services. This keeps management traffic between your router and the platform encrypted and isolated from the public internet.

Infinity Radius does not publish its internal VPN server credentials. Every router gets its own unique configuration generated for it — configurations are not shared between routers or tenants.

Setting Up the Tunnel

  1. 1Add the router in Network → Routers (see MikroTik Setup).
  2. 2Generate the router's configuration from the router's detail page.
  3. 3Apply the generated configuration on the router's WireGuard interface.
  4. 4Test the tunnel — the router should be able to reach the platform's management address.
  5. 5Confirm the router's status changes to Online in your dashboard.

Example Configuration

Your generated configuration follows this shape. Replace the placeholders below with the values shown on your router's detail page — do not reuse these placeholder values.

Example only — not a real key
[Interface]
PrivateKey = YOUR_WIREGUARD_PRIVATE_KEY
Address = 10.x.x.x/32

[Peer]
PublicKey = YOUR_WIREGUARD_SERVER_PUBLIC_KEY
AllowedIPs = 10.x.x.0/24
Endpoint = YOUR_ASSIGNED_ENDPOINT:51820
PersistentKeepalive = 25