Routers Network

MikroTik Router Login

By Daniel Roul Last updated

Login address

192.168.88.1

Login to your MikroTik router

Opens your router's admin login page. Works only on your own network.

To log in to a MikroTik router, you connect to 192.168.88.1 with the username admin. On older units the password is blank, but newer models ship with a unique password printed on the device, which catches a lot of people out. MikroTik also has its own management tool, WinBox, that most users prefer over the browser. This guide covers all of it, including the sticker-password change that confuses new owners.

How to Log In to a MikroTik Router

MikroTik gives you three ways in, and which you choose depends on how hands-on you want to be.

WebFig is the browser interface. Connect to the router, open a browser, type 192.168.88.1, and log in. WinBox is MikroTik’s own Windows tool and the option most administrators use. Download it from the MikroTik website, open it, and it will detect your router on the network, even by its MAC address if the IP has been changed. Then you log in with the same credentials. The MikroTik app for iPhone and Android handles basic setup and monitoring from a phone.

For the browser method:

  1. Connect your computer to the router with an Ethernet cable into a LAN port. MikroTik’s default configuration puts 192.168.88.1 on the LAN ports.
  2. Open a web browser and type 192.168.88.1 in the address bar.
  3. Enter the username and password. See below.
  4. Click Login to reach the RouterOS interface.

Default Username and Password for MikroTik

MikroTik deviceDefault IPUsernamePassword
Older models192.168.88.1admin(blank)
Newer models192.168.88.1adminthe password on the sticker

This split is the single biggest source of MikroTik login trouble, so it is worth understanding. Older MikroTik devices ship with the username admin and no password, so you type admin and press Enter past the blank password field. But newer models, including recent hAP units, come with a unique default password set at the factory, and an admin with a blank password will not work on them.

On newer units, the password is printed on a sticker on the device. Owners often miss it because it can be tucked away, sometimes on a small pull-out tab or in a drawer on the back of the unit, listing both the RouterOS password and the default Wi-Fi password. Check there before assuming the device is faulty. On some new units, the first login accepts the blank password but then immediately reports it as expired and requires you to set a new one.

How to Change Your MikroTik Password

Securing the admin account is essential on MikroTik, since the router can be exposed to the internet once configured.

In WebFig or WinBox, go to System, then Users, select the admin user, and set a new password. If you prefer the command line, the /password command prompts you to change it. Use a long, random password, ideally from a password generator, because MikroTik devices are a common target once reachable from the internet.

What to Do If You Cannot Log In

The page will not load at 192.168.88.1. Confirm you are connected to a LAN port, not the WAN port, and that your computer received an IP in the 192.168.88.x range.

  • On Windows: press Windows + R, type cmd, and run ipconfig. Read the “Default Gateway” line.
  • If the IP was changed and you do not know the new one, use WinBox, which finds the router by its MAC address even when the IP is unknown.

admin with a blank password is rejected

Your device is a newer model with a factory-set password. Find the sticker on the device, often on a pull-out tab or the underside, for the default RouterOS password. The manual or quick guide sheet may also list it.

You got a “password expired” message

On some new units this is normal on first login. Enter the blank or sticker password as the old one, then set your new password to continue.

The device was supplied by an ISP

Custom-branded MikroTik units sometimes have a different password or have user access restricted. If neither the blank nor the sticker password works, contact the provider.

How to Reset a MikroTik Router to Factory Settings

A factory reset clears your entire RouterOS configuration. Use it only when you are locked out and have no other way in. Note that on newer units, a reset returns the device to the sticker password, not a blank one.

  1. Power off the router.
  2. Press and hold the Reset button, then power the router on while still holding.
  3. Keep holding for about 5 to 10 seconds, until the ACT LED starts flashing, then release. On some newer models the reset uses a combination of the mode and reset buttons, so check your quick guide.
  4. The router restarts with its default configuration.
  5. Log in at 192.168.88.1 with admin and the blank or sticker password for your model.

For a deeper recovery, MikroTik’s Netinstall utility can completely reflash RouterOS, which is the tool of last resort when a normal reset does not restore access.

Conclusion

MikroTik works a bit differently from most home routers, and the main thing to know is how the login details are split between older and newer devices. On older models, you can usually log in with admin and leave the password field blank, while newer ones come with a unique password printed on a sticker that people often miss during setup. Many network admins prefer using WinBox because it can detect the router even if the IP address has changed, which makes access much easier during configuration. Since MikroTik RouterOS devices are very powerful and are often exposed to the internet, it is especially important to set a strong admin password right after your first login, even more so than with a standard home router.

Frequently asked questions

What is the default username and password for a MikroTik router?

The username is admin. On older models the password is blank, so you log in with no password. Newer models use a unique password printed on a sticker on the device. The default IP is 192.168.88.1.

Admin with no password is not working on my new MikroTik. Why?

Newer MikroTik models ship with a factory-set password instead of a blank one. It is printed on a sticker on the device, sometimes on a pull-out tab or the underside, alongside the default Wi-Fi password. Use that.

What is WinBox?

WinBox is MikroTik's own Windows management tool, downloaded from the MikroTik website. Most administrators prefer it over the browser because it can find the router by its MAC address even if the IP was changed, and it gives full access to RouterOS.

192.168.88.1 will not load. What should I check?

Make sure your cable is in a LAN port, not the WAN port, and that your computer has an IP in the 192.168.88.x range. If the IP was changed, use WinBox to detect the router by MAC address.

Why does my MikroTik say the password is expired on the first login?

Some newer units require you to set a password the first time you log in. Enter the blank or sticker password as the old one, then choose a new password to continue.

How do I change the MikroTik admin password?

In WebFig or WinBox, go to System then Users, select admin, and set a new password. From the command line, use the /password command. Choose a long, random password, since MikroTik devices are often exposed to the internet.