Signing in
- Connect to the network, by Wi-Fi or by cable. This has to be the network the router serves.
- Open a browser and type
http://192.168.1.1. Includehttp://, because browsers now default to HTTPS and most routers serve their LAN interface over plain HTTP. - Enter the credentials. Current models print a unique administrator password on a label. Look on the underside of the unit, on the rear panel next to the ports, or on a pull-out card in the base.
- Change that password after the first sign-in, then update the firmware. Both actions live under a System, Administration, or Advanced menu depending on the vendor.
Only sign in to equipment you own or are responsible for. Accessing another person’s router without permission is a criminal offence in most jurisdictions, and being on their Wi-Fi is not permission.
Brands that ship 192.168.1.1 as the default
| Vendor | Notes |
|---|---|
| ASUS | Also reachable at router.asus.com on the LAN |
| Linksys | myrouter.local on newer firmware |
| Netgear | Also routerlogin.net, which resolves only locally |
| Zyxel | Common across ISP-supplied units |
| Verizon Fios | Router and gateway models |
| TRENDnet, Actiontec, Ubiquiti EdgeRouter | Default on most models |
| TP-Link | Varies by model; many use 192.168.0.1 instead |
Vendors change defaults between hardware revisions, and ISPs reflash units with their own settings. Treat this table as a hint, never as the answer for your specific box.
Read your real gateway first
The address to type is your default gateway, whatever it happens to be.
ipconfig Windows, read Default Gateway
route -n get default macOS
ip route show default Linux, the address after "via"
On iOS: Settings, Wi-Fi, tap the (i), read the Router row. On Android the same value appears as Gateway in the Wi-Fi network details. The find your router’s IP guide has the full list.
If your gateway reads 192.168.0.1, 10.0.0.1, or 192.168.1.254, use that instead. Each has its own page: 192.168.0.1, 10.0.0.1, 192.168.1.254.
Why this address, and why it repeats everywhere
192.168.1.1 sits in 192.168.0.0/16, one of three ranges RFC 1918 set aside in 1996 so that any network could number itself without asking a registry. Backbone routers drop packets addressed to those ranges, which is what makes reuse safe.
Home routers typically carve out the single /24 subnet 192.168.1.0/24, keep the first usable address for themselves, and hand out .2 through .254 over DHCP. That convention, repeated across vendors for two decades, is the whole reason this particular string is one of the most searched numbers on the web.
The page will not load
Work down this list in order.
Check the gateway. Nine times out of ten the router simply lives at a different address. Run the command above before anything else.
Force plain HTTP. Type http://192.168.1.1 in full. If the browser has an HSTS entry cached for the address, try a private window or a different browser.
Disconnect the VPN. A full-tunnel VPN client installs a default route that swallows LAN traffic on some configurations. Disconnect, reload, reconnect afterwards.
Get off the guest network. Guest SSIDs isolate clients and block the management interface by design. Join the main network.
Try a cable. Some units restrict administration to the wired LAN ports, and some restrict it after a firmware update.
Clear a stale lease. If your own address is 169.254.x.x, DHCP failed and you are not really on the network at all. That behaviour is defined in RFC 3927. Release and renew, then reboot the router.
Consider bridge mode. A modem or ONT running in bridge mode has no LAN admin page. Administration happens on the router behind it.
Check for a double NAT. If your router’s WAN address is itself an RFC 1918 address, there are two routers in the chain and 192.168.1.1 may belong to either one.
Changing the address
You can move the router off 192.168.1.1, and there is one good reason to: avoiding a subnet clash. Corporate VPNs frequently use 192.168.1.0/24 internally, and when your home network uses the same range, routing breaks in ways that look like a broken VPN.
Set the LAN address to something less crowded, such as 192.168.37.1, under LAN or Network settings. Two things follow. The DHCP pool must move to the same subnet, and existing devices keep their old leases until they renew, so reboot them or wait out the lease.
This address is not what websites see
Nothing in 192.168.0.0/16 reaches the internet. The address a website records is the public one your ISP assigned to your router’s WAN interface. Check it on whatsmyip.fyi, and see the ISP, ASN, and approximate location behind it in the full report. Pasting 192.168.1.1 into /ip-lookup returns nothing useful, because there is no registry entry to return.
Questions people ask
- Why can't I reach 192.168.1.1?
- Usually because your router does not use that address. Check your actual default gateway with ipconfig on Windows or ip route show default on Linux. The other frequent causes are a browser forcing HTTPS, a VPN capturing all routes, and a guest network with client isolation.
- Is 192.168.1.1 my IP address?
- No. It is your router's address on the local network. Your device has a different address in the same range, usually something like 192.168.1.42, and both are invisible to the internet.
- What is the default username and password for 192.168.1.1?
- It depends on the model, and current routers ship a unique password printed on a label on the unit itself. Look on the underside or the rear panel. If the label is gone, a factory reset restores the printed credentials.
- Is it safe to open 192.168.1.1?
- Yes, on your own network. The request never leaves your home, because routers on the public internet discard traffic addressed to RFC 1918 ranges.
Related
Last reviewed 2026-09-04. Reviewed quarterly, or sooner when a vendor changes something.