192.168.88.1 Router Login

192.168.88.1 is reserved for one manufacturer. Every MikroTik router, from the small hAP units used in homes and cafés to the CCR carrier routers, ships with this address on its LAN bridge and with RouterOS behind it. Unlike consumer routers, MikroTik gives you three ways in: WebFig in a browser, the WinBox desktop application, and SSH or Telnet for the command line. The web interface is enough for Wi-Fi and basic settings; WinBox is what network engineers actually use.

Router address192.168.88.1
Open router login Opens on your local network only. Nothing is sent to ipchecker.net.

Default logins for devices on 192.168.88.1

Factory credentials by brand. Where a device prints a unique password on its label, that label overrides anything listed here. If a default fails, the password has been changed and a factory reset restores it.

Brand / modelUsernamePasswordNotes
MikroTik hAP seriesadmin(blank)hAP lite, hAP ac2, hAP ax; newer units print a password on the label
MikroTik RB seriesadmin(blank)RB750, RB2011, RB4011
MikroTik CCRadmin(blank)Cloud Core Routers
MikroTik Chateau (LTE/5G)adminprinted on labelLTE and 5G home routers
MikroTik cAP / wAPadmin(blank)Access points; often managed via CAPsMAN
MikroTik Audienceadmin(blank)Mesh units

How to log in at 192.168.88.1

  1. Connect to the router’s network. Join its Wi-Fi or plug in with an Ethernet cable. Mobile data, a VPN, or a different router’s Wi-Fi will not reach 192.168.88.1.
  2. Type the address in the URL bar. Enter http://192.168.88.1 exactly, in the address bar at the top of the browser, not in a search box. Some devices also answer to a hostname such as router.lan.
  3. Accept a certificate warning if one appears. Routers that use HTTPS on the local network present a self-signed certificate. On your own router the warning is expected; choose Advanced and proceed.
  4. Sign in. Use the credentials from the table above or from the label on the router. Usernames are case-sensitive on some firmware.
  5. Change the admin password. Do this before anything else. Default credentials are public, and remote management, if enabled, exposes the login to the internet.

WebFig, WinBox or Quick Set?

On first login RouterOS opens Quick Set, a single page that configures internet mode, Wi-Fi name and key, and the LAN range without touching the full interface. For most homes that is enough. WebFig, reached from the menu, exposes every RouterOS feature in the browser. WinBox, downloaded free from mikrotik.com, connects even when the router has no IP address by using the MAC address, which makes it the tool to recover a misconfigured unit. RouterOS updates are applied from System, then Packages; MikroTik releases them often and they matter for security.

Hostnames that reach the same page

These names resolve to 192.168.88.1 while you are connected to the device, and keep working even if the address has been changed.

HostnameDevices
router.lanRouterOS 7 default DNS name

Common mistypes of 192.168.88.1

None of these open anything. Each is a slip that sends people to a search page or a timeout instead of the admin panel.

192.168.88.1.1192.168.8.1 (Huawei, not MikroTik)192.168.88.l192.168.881www.192.168.88.1192.168.88.1 ✓

192.168.88.1 will not open: what to check

Wrong gateway. The most common cause by far. Read the Default Gateway from your device: ipconfig on Windows, Wi-Fi details on macOS, iPhone and Android, or ip route on Linux. If it is not 192.168.88.1, that is the address to use.

Typed into search. A page of search results means the address went to a search engine. Click the address bar, clear it, and type the IP again. Adding http:// in front forces the browser to treat it as an address.

HTTPS forced. Some browsers upgrade to https:// automatically and the router does not answer there. Type http:// explicitly.

VPN or private DNS. A VPN routes everything away from the local network; secure DNS in the browser can break router hostnames. Turn both off while you log in.

169.254.x.x address. If your device shows an address starting 169.254, it never received one from the router. Restart both devices, and check the cable or Wi-Fi connection.

Forgotten password. Defaults failing means someone changed the password. Hold the reset button for about ten seconds to return the unit to factory settings, which also erases its configuration and Wi-Fi name.

Find your router’s real address

DeviceWhere to look
Windows 10 / 11Command Prompt → ipconfig → Default Gateway
macOSSystem Settings → Wi-Fi → Details → TCP/IP → Router
iPhone / iPadSettings → Wi-Fi → (i) → Router
AndroidWi-Fi → network details → Gateway (varies by maker)
Linuxip route | grep default

Related addresses

All router login IPs

Frequently asked questions

What is the default password for 192.168.88.1?
On RouterOS units made before 2021 the username is admin and the password is empty. Newer units, including all Chateau and hAP ax models, have a unique password printed on the label. If you have neither, hold the reset button while powering on until the light flashes.
Can I log in to MikroTik without knowing the IP?
Yes. WinBox has a Neighbors tab that lists every MikroTik on the local segment by MAC address, and you can connect to the MAC directly. That works even when the LAN address has been changed and forgotten.
Why does 192.168.88.1 show a login but Quick Set is missing?
The router is running a configuration without the default bridge, typically after someone applied a custom setup. Use WebFig or WinBox instead; Quick Set only appears with the default configuration.
Should I change 192.168.88.1 to something else?
Not necessarily. It is a private address like any other. What you must change is the admin password, and you should disable services you do not use under IP, then Services, and restrict the rest to the LAN.
Scroll to Top