192.168.4.1 — Device Setup & Smart-Home Pairing Page
If a smart plug, WiFi camera, ESP32 board, or travel router told you to open http://192.168.4.1, this is the temporary setup page the device creates so you can connect it to your home WiFi. Here's exactly what it is and how to use it.
What is 192.168.4.1?
192.168.4.1 is the default gateway address of a temporary WiFi access point that many devices broadcast while they're being set up. With no network of their own yet, the device starts its own little hotspot — known as a SoftAP — so your phone or laptop can connect to it directly and hand over your home WiFi details. The configuration page lives at 192.168.4.1, which is the standard address used by the ESP8266 and ESP32 WiFi chips found inside a huge range of smart-home gadgets.
This is not your router. Your home router is at 192.168.1.1 or 192.168.0.1. 192.168.4.1 only exists during setup and disappears once the device joins your network.
What kinds of devices use 192.168.4.1
| Device type | Examples |
|---|---|
| Smart-home gadgets | WiFi plugs, bulbs, switches, sensors (many Tuya/ESP-based) |
| DIY / maker boards | ESP8266, ESP32, NodeMCU, Wemos, ESPHome / Tasmota devices |
| WiFi cameras & dashcams | Setup hotspot for first-time pairing |
| Travel & pocket routers | Some portable routers in initial-config mode |
| Some printers | WiFi-setup hotspot during first connection |
How to use 192.168.4.1 — step by step
- Put the device in setup/pairing mode if it isn't already (often a button hold until an LED blinks). It will broadcast a setup WiFi network.
- On your phone, connect to that setup network — a name like
ESP_XXXX,Smart-Plug-XXXX, or the device's brand. Ignore the "no internet" warning. - Turn off mobile data so the phone doesn't drop the network and fall back to cellular (the single most common reason the page won't open).
- Open a browser and type
http://192.168.4.1in the address bar (not the search box). Usehttp://, not https. - Choose your home WiFi and enter its password. The device reboots, joins your network, and the 192.168.4.1 hotspot vanishes.
Device connected? Here's what to do next:
- Find your router's admin IP — to manage the network the device just joined.
- Run a speed test — confirm the device is getting a solid connection.
- See who's connected to your WiFi — check the new device shows up.
The mobile-data trap (read this first)
When your phone connects to a setup hotspot with no internet, it often switches silently back to mobile data — taking you off the device's network so 192.168.4.1 can't be reached. The fix: turn off mobile data on your phone for the duration of setup, reconnect to the device's WiFi, then open the page. On Android, also disable "automatically switch to mobile data" for that network. Turn mobile data back on when you're done.
"192.168.4.1 not working" — fixes
- Connect to the device's setup WiFi first: You must be on the gadget's own hotspot, not your home network.
- Disable mobile data: Stops the phone falling back to cellular (see above).
- Use http, not https: The setup page is plain HTTP; an HTTPS auto-upgrade fails.
- No captive portal popped up: Type
http://192.168.4.1manually instead of waiting for the auto sign-in screen. - Re-enter pairing mode: If the hotspot timed out, restart pairing on the device and try again quickly.
After setup: where the device goes
Once the gadget joins your home WiFi it shuts down the 192.168.4.1 hotspot and your router assigns it a normal local IP. From then on you manage it through its app or, for maker boards running Tasmota/ESPHome, at whatever IP your router gives it. To find that address, open your router's device list or use our guide on finding device IPs. Smart-home devices are light on bandwidth, but if you've added a lot of them and notice congestion, it's worth a quick speed test to rule out other causes.
Frequently Asked Questions
What is 192.168.4.1 used for?
It's the default address of the temporary Wi-Fi hotspot many devices create during setup — smart-home gadgets, ESP8266/ESP32 boards, Wi-Fi cameras, travel routers, dashcams, and some printers. The device broadcasts its own Wi-Fi so you can connect, open 192.168.4.1, and tell it which home network to join. It's a setup address, not a permanent router login.
Why does my phone show 192.168.4.1 during setup?
A new device with no network yet starts its own hotspot (a SoftAP) so you can configure it. Your phone joins that hotspot and the setup page lives at 192.168.4.1 — the standard gateway for these temporary networks, used widely by the ESP32/ESP8266 chips inside many smart devices.
192.168.4.1 won't load — how do I fix it?
Connect your phone to the device's own setup Wi-Fi (not your home network), then turn off mobile data so the phone doesn't fall back to cellular. Open http://192.168.4.1 — type it manually if no captive-portal page appears, and use http, not https.
Is 192.168.4.1 the same as my router?
No. Your home router is usually at 192.168.1.1 or 192.168.0.1. 192.168.4.1 belongs to a device's temporary setup hotspot and disappears once the device joins your Wi-Fi and gets a normal IP from your router.
Related Guides
Find a Device's IP Address
Locate a smart device's new IP after it joins your network.
192.168.1.1 — Router Login
Your real router admin page and its connected-device list.
192.168.8.1 — Mobile Router Login
For Huawei MiFi and 4G/5G portable hotspots in setup.
Change WiFi Password
Update the network password your devices connect to.
More From This Section
All Networking Guides
Routers, port forwarding, DNS, VPN, IP addresses, and packet loss.
192.168.0.1 — Router Admin Login
How to open the 192.168.0.1 router admin page and fix login errors.
What Is a Captive Portal?
The sign-in screen behind many setup and public-WiFi pages.
Run a Speed Test
Measure download, upload, ping, and jitter in your browser.