Powered by Netbill Billing System & Payflow

Centralized MikroTik VPN
Management Platform

Manage multiple MikroTik routers with WireGuard VPN from a single dashboard. Easy setup, remote access without VPN, and powerful API integration.

Dashboard Preview

Powerful Features

Everything you need to manage your MikroTik routers and WireGuard VPN infrastructure

Multi-Router Management

Manage unlimited MikroTik routers from a single dashboard. Monitor status, CPU, memory, and VPN peers in real-time.

WireGuard VPN

Modern, fast, and secure VPN using WireGuard protocol. Auto-generate client configs with QR codes for easy mobile setup.

REST API

Full REST API for integration with billing systems, automation scripts, and third-party applications. Create hotspot users programmatically.

Direct Remote Access

Access Winbox and WebFig directly without VPN connection. Manage your routers from anywhere using port forwarding.

NAT/CGNAT Support

Works with routers behind NAT or CGNAT. Management tunnel ensures connectivity even without public IP addresses.

Mobile Responsive

Fully responsive design works on any device. Manage your VPN infrastructure from your phone or tablet.

How It Works

Get started in minutes with our simple setup process

1

Deploy VPS

Install on any Ubuntu VPS. Automatic setup of WireGuard, database, and web panel.

2

Add Routers

Register your MikroTik routers through the web panel. Copy the generated script and paste it into MikroTik terminal.

3

Create Clients

Generate VPN client configurations with one click. Scan QR codes on mobile or download config files for desktop.

Powerful REST API

Integrate with your existing systems using our comprehensive REST API. Perfect for WiFi billing systems, automation scripts, and custom applications.

Hotspot User Management

Create, update, and delete hotspot users programmatically

Execute Any Command

Run any MikroTik RouterOS command via API

No VPN Required

Access routers through the API without VPN connection

API Example
# Get router system info
curl http://your-domain:3001/api/proxy/router-name/system

# Create hotspot user
curl -X POST http://your-domain:3001/api/proxy/router-name/command \
  -H "Content-Type: application/json" \
  -d '{
    "command": "/ip/hotspot/user",
    "action": "add",
    "params": {
      "name": "user123",
      "password": "pass123",
      "profile": "1 Day"
    }
  }'

# Get DHCP leases
curl http://your-domain:3001/api/proxy/router-name/ip/dhcp-server/leases
Unlimited Routers
WG
WireGuard Protocol
API
REST Integration
SSL
Auto HTTPS

Ready to Get Started?

Deploy your own MikroTik VPN Manager in minutes.