MikroTik Router Login
MikroTik is a Latvian networking company that makes routers running their own operating system, RouterOS. MikroTik hardware is extremely capable and runs the same OS on a $35 home router and a $3,000 core switch — but it's not consumer-friendly out of the box. If you're used to NETGEAR or TP-Link, expect a completely different experience: MikroTik assumes you know networking.
The default admin IP is 192.168.88.1. Default username is admin with no password — blank. Starting with RouterOS 7.x, MikroTik generates a random password and prints it on the device label, replacing the blank password default. There are three official ways to manage a MikroTik: Winbox (their dedicated Windows/Linux GUI app), WebFig (browser-based), or SSH.
Three Ways to Manage MikroTik
| Method | Best For | How to Access |
|---|---|---|
| Winbox | Full access, most features, professional setup | Download from mikrotik.com, connect by IP or MAC address |
| WebFig | Browser-based access, works anywhere | http://192.168.88.1 |
| SSH | Command-line, scripting, automation | ssh admin@192.168.88.1 |
| The Dude | Network monitoring and mapping (separate tool) | Download from mikrotik.com |
Why Winbox?
Winbox is MikroTik's native management application and gives access to every RouterOS feature in a hierarchical menu structure. Crucially, Winbox can find a MikroTik device by its MAC address even if the device has no IP configured yet — essential when setting up a new router or recovering from a misconfiguration that made 192.168.88.1 unreachable. Download it free from mikrotik.com.
Default Credentials by RouterOS Version
| RouterOS Version | Username | Password |
|---|---|---|
| RouterOS 6.x and older | admin | (blank — press Enter or leave empty) |
| RouterOS 7.x (2021+) | admin | Printed on device label |
How to Log In via WebFig
- Connect via ethernet to a LAN port (MikroTik devices often have no WiFi by default on RouterBoard and hEX models)
- Open a browser and go to
http://192.168.88.1 - Username: admin
- Password: blank (RouterOS 6) or label password (RouterOS 7)
- WebFig loads — it's more complex than consumer router UIs, with menus for IP, Routing, Wireless, Firewall, and more as separate sections
Common MikroTik Models
| Model | Type | Use Case |
|---|---|---|
| hEX (RB750Gr3) | 5-port wired router, no WiFi | Small office wired routing, VPN gateway |
| hAP ac² / hAP ax² | Home access point with WiFi | Home network with advanced routing |
| RB4011 | 10-port router with SFP | Demanding home lab, small ISP |
| CCR2004 / CCR2116 | Cloud Core Router | ISP-grade routing, data centers |
| CRS series | Cloud Router Switch | Managed switching with L3 routing |
Troubleshooting
| Problem | Fix |
|---|---|
| 192.168.88.1 unreachable | A previous admin may have changed the IP. Use Winbox to connect by MAC address instead. |
| Blank password rejected | RouterOS 7 — use the label password. Or try the password you set previously. |
| No internet after setup | MikroTik ships with no WAN configured. You must configure the WAN interface and NAT masquerade rule manually. |
| Locked out completely | Netinstall: MikroTik's recovery tool. Boots device over network and reinstalls RouterOS. |
Factory Reset
Hold the reset button while powering on the device. Keep holding until the LED flashes, then release. This reinstalls the default configuration: 192.168.88.1, admin with blank password (RouterOS 6) or label password (RouterOS 7), DHCP server on LAN ports.