192.168.0.100 — What This Address Is & How to Log In

On a 192.168.0.x network the router is almost always 192.168.0.1 — so 192.168.0.100 is usually a device on your network, not the gateway. Here's how to tell what your 192.168.0.100 actually is, when it has a login page, and what to do if you really wanted the router.

What is 192.168.0.100?

192.168.0.100 is a private IPv4 address inside the common 192.168.0.x range. On these networks the gateway sits at 192.168.0.1, so .100 is a host address, not the router. It shows up so often for a simple reason: many routers (TP-Link and D-Link among them) start their DHCP pool at 192.168.0.100, making it the first address handed to a connected device. Like all RFC 1918 addresses, it's only reachable from inside your own network.

What 192.168.0.100 usually turns out to be

What it isDoes it have a login page?
A connected device (PC, phone, TV, console)No — it's just that device's local address
An IP camera, NVR, or DVRYes — a web login for the camera
A NAS or network printerYes — the device's own admin panel
An access point or extender with a static IPYes — its management page

Because the role varies, the first job is to find out which of these your 192.168.0.100 is before expecting a particular screen.

How to identify and log in to 192.168.0.100 — step by step

  1. Open a browser and type http://192.168.0.100 in the address bar, not the search box. Use http://, not https.
  2. If a login page appears, 192.168.0.100 is a camera, NAS, printer, or access point. Enter that device's admin credentials — check its label or manual, commonly admin / admin or admin with a blank password.
  3. If nothing loads, 192.168.0.100 is almost certainly a regular client device with no admin page — nothing to log in to.
  4. If you actually want the router, open http://192.168.0.1 instead — that's the gateway on a 192.168.0.x network.

Next steps:

Why so many devices land on 192.168.0.100

It's the DHCP starting address on a lot of consumer routers. When the pool begins at 192.168.0.100, the first device to join gets .100, the next gets .101, and so on. That's also why the address can move between devices after a reboot — whichever device asks first may take it. If you need a device to stay at 192.168.0.100 (handy for a camera or NAS you bookmark), set a static IP or DHCP reservation so the router always assigns it the same address.

"192.168.0.100 not working" — what to check

  • Nothing loads: It's likely a client device, not an admin device. Use 192.168.0.1 for the router.
  • The address moved: DHCP may have reassigned .100 to a different device. Check your router's connected-device list for the current IP.
  • Use http, not https: Most device admin pages are served over plain HTTP; an HTTPS redirect will fail.
  • Wrong subnet: If your device isn't on 192.168.0.x, your network may use 192.168.1.x instead — the router would be 192.168.1.1.
  • Don't know what device it is: Check the connected-device list in your router at 192.168.0.1, which shows the name and IP of everything on the network.

How to find your real gateway address

If you're not sure which address your router uses, check your device's default gateway: on Windows run ipconfig and read the "Default Gateway" line; on macOS open System Settings → Network → Details → TCP/IP; on a phone, view the Wi-Fi network details. Full walkthrough: how to find your router's IP address. Once you're into the right admin page, run a speed test to confirm your connection is performing as expected.

Related Guides

More From This Section