Connecting via Winbox
Once your VPN tunnel is connected, access your MikroTik router remotely using Winbox with the server address and your assigned port.
Before You Start
- You need a MikRouter remote account with an active subscription.
- Your VPN tunnel must already be connected— set it up first with the guide for your protocol (L2TP, SSTP, OVPN or PPTP).
- Install Winbox on the computer you are connecting from.
- Have the remote's
Connect ToandAssigned Portfrom your remotes in the dashboard, plus your router's own admin username and password — not the PPP credentials, which only build the tunnel.
Get Your Remote Address and Port
Accounts
Remote Accounts
Manage your remote access accounts. Drag to rearrange.
Open it, and its detail page gives you both halves of the address:
| Field | Value | Note |
|---|---|---|
| Connect To | test.mikrouter.com | The VPN server domain |
| Assigned Port | 12345 | Your assigned Winbox port |
Winbox wants the two joined, and the Remote URL further down that page already shows them that way — copy it from there rather than typing it out:
Remote URL
test.mikrouter.com:12345
Use this address to connect via Winbox, SSH, HTTP, or API.
Need a fresh port? Rotate to a new one for 2 credits. The current port stops working and is retired permanently.
Rotate PortOpen Winbox
Enter the Connection Address
MMIKROTIK
0
| Field | Value | Note |
|---|---|---|
| Connect To | test.mikrouter.com:12345 | Server address : your assigned port |
| Login | admin | Your MikroTik router admin username |
| Password | your-router-password | Your MikroTik router admin password |
Important: The login credentials here are your router's admin credentials, not your MikRouter PPP username/password. The PPP credentials are used for the VPN tunnel, while the router credentials are for Winbox access.
Connect
Connect. Winbox will connect to your MikroTik router through the VPN tunnel using the assigned remote port. You should see the router's interface as if you were connected locally.Verify Remote Access
- View and manage interfaces, firewall rules, and routing
- Monitor bandwidth and connected clients
- Update router configuration
- Access the terminal for CLI commands
Other Management Protocols
Besides Winbox (port 8291), you can also access your router remotely using the same server address with your assigned port for:
- HTTP/HTTPS — Web interface access via browser
- SSH — Command-line access via terminal
- API — RouterOS API for automation
Use the same server-address:port format for all protocols. The port forwarding is handled automatically by MikRouter.