Short answer: that address cannot load, on any router, ever. It is a typo, and once you see why, finding the right one takes about two minutes.
Two things are wrong with it
An IPv4 address is four numbers separated by dots, and each number runs from 0 to 255. Check 192.168.l.70.1 against that:
- There is a letter in it. The third segment is a lowercase
l, not the digit1. In most sans-serif fonts they are nearly identical, which is exactly how this typo spreads — someone reads it off a screenshot and retypes it wrong. - There are five segments, not four. Even with the letter corrected to a 1,
192.168.1.70.1has one segment too many.
So the address you actually want is probably 192.168.1.1, or possibly 192.168.1.70 if someone gave you a specific device address on the network. Rather than guessing, find it properly.
Find your router address in two minutes
Windows
- Press Win + R, type
cmd, press Enter. - Type
ipconfigand press Enter. - Find your active connection and read the Default Gateway line. That is your router.
macOS
- Open System Settings, then Network.
- Select your active connection and click Details.
- Open the TCP/IP tab and read the Router field.
iPhone or iPad
- Settings, then Wi-Fi.
- Tap the ⓘ next to your network.
- Read the Router field.
Android
- Settings, then Network & internet, then your Wi-Fi network.
- Open the advanced or network details section.
- Read the Gateway field. Wording varies by manufacturer.
Logging in once you have the address
Type the address straight into the browser address bar. Two things trip people up here:
- Do not add www. It is not a website address.
- Use http, not https. Many routers do not present a valid certificate, and the browser may try to upgrade the connection and fail. If it does, type
http://explicitly.
For credentials, look at the sticker on the underside of the router. Factory username and password are usually printed there alongside the default Wi-Fi key.
If it still will not load
- Confirm you are on that network. A phone on mobile data cannot reach the router. Turn off cellular data and confirm Wi-Fi is connected.
- Try a private window. A cached redirect from a previous session is a common culprit.
- Disable any VPN. A VPN routes your traffic away from the local network and will block access.
- Try the other common defaults —
192.168.0.1,10.0.0.1,192.168.100.1— if the gateway lookup gave you nothing. - Check for a separate management app. Many ISP-supplied and mesh routers have disabled the browser interface entirely in favour of a phone app.
One warning about factory reset
If the admin password has been changed and nobody remembers it, the pinhole reset button is the only way back in. Be clear about what that costs: it wipes the Wi-Fi network name and password, any port forwarding, and any custom DNS. Every device in the house will need reconnecting, and if your ISP pre-configured the connection you may need to call them to restore it. Treat it as the last option, not the first.