Mikrotik Setup

WireGuard Tunnel

Create an encrypted WireGuard VPN tunnel from MikroTik to WiZone Cloud.
Important: Get your configuration from the WiZone Portal first.
Go to Devices → NAS Configuration and keep it open — you will copy values from there in every step below.

Step 1 – Create WireGuard Interface

Go to WireGuard → WireGuard tab → Add (+) and configure:

FieldValue
Namewizone-wg
Listen Port51820
Private KeyPEER PRIVATE KEY from Portal

Click Apply → OK.

New WireGuard Interface


Step 2 – Assign IP to WireGuard Interface

Go to IP → Addresses → Add (+) and configure:

FieldValue
AddressWG INTERFACE IP from Portal
Interfacewizone-wg

Click Apply → OK.

WireGuard Interface IP


Step 3 – Add Peer

Go to WireGuard → Peers tab → Add (+) and configure:

FieldValue
Interfacewizone-wg
Public KeyTUNNEL PUBLIC KEY from Portal
Endpoint Address
•••••••••••••
Endpoint PortTUNNEL PORT from Portal (e.g. 51821)
Allowed Address10.1.10.0/24, 10.1.200.0/24, 10.255.0.1/32

Click Apply → OK.

New WireGuard Peer

Three Allowed Addresses are required:
  • 10.1.10.0/24 — WiZone system network (RADIUS, API)
  • 10.1.200.0/24 — WiZone support team VPN (remote debugging)
  • 10.255.0.1/32 — VPN tunnel gateway

Verify

Go to WiZone PortalDevices → NAS List and check the MikroTik Status is UP

WiZone NAS List