Common Router Logins for Router Configuration
See a quick overview of common default router IP addresses and login credentials, plus why you must change them.
Popular Default Router IP Addresses
Most consumer routers ship with a small set of default IP addresses, such as 192.168.0.1, 192.168.1.1, 10.0.0.1, or 192.168.1.254. The router’s label or quick‑start guide usually lists the default address, username, and password.
If you cannot find documentation, you can still discover the router IP by checking your device’s default gateway. Once you know the address, you can try a browser to see whether a login page appears.
Run these from Command Prompt or PowerShell.
ipconfig | findstr /I "Default Gateway"
Use Terminal to see which IP your router uses.
netstat -nr | grep default
Why Changing Default Credentials Matters
Attackers routinely scan the internet and local networks for routers that still use factory‑default usernames and passwords. If they find one, they can log in, change DNS settings, or open ports to expose internal devices.
After your first login, immediately replace defaults with a strong, unique password and store it in a password manager. Where supported, create separate read‑only and admin accounts so everyday checks can be done without full control over the device.