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.

MikroTik WebFig: 192.168.88.1

Three Ways to Manage MikroTik

MethodBest ForHow to Access
WinboxFull access, most features, professional setupDownload from mikrotik.com, connect by IP or MAC address
WebFigBrowser-based access, works anywherehttp://192.168.88.1
SSHCommand-line, scripting, automationssh admin@192.168.88.1
The DudeNetwork 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 VersionUsernamePassword
RouterOS 6.x and olderadmin(blank — press Enter or leave empty)
RouterOS 7.x (2021+)adminPrinted on device label

How to Log In via WebFig

  1. Connect via ethernet to a LAN port (MikroTik devices often have no WiFi by default on RouterBoard and hEX models)
  2. Open a browser and go to http://192.168.88.1
  3. Username: admin
  4. Password: blank (RouterOS 6) or label password (RouterOS 7)
  5. 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

ModelTypeUse Case
hEX (RB750Gr3)5-port wired router, no WiFiSmall office wired routing, VPN gateway
hAP ac² / hAP ax²Home access point with WiFiHome network with advanced routing
RB401110-port router with SFPDemanding home lab, small ISP
CCR2004 / CCR2116Cloud Core RouterISP-grade routing, data centers
CRS seriesCloud Router SwitchManaged switching with L3 routing

Troubleshooting

ProblemFix
192.168.88.1 unreachableA previous admin may have changed the IP. Use Winbox to connect by MAC address instead.
Blank password rejectedRouterOS 7 — use the label password. Or try the password you set previously.
No internet after setupMikroTik ships with no WAN configured. You must configure the WAN interface and NAT masquerade rule manually.
Locked out completelyNetinstall: 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.