Default Router IP Addresses
Default gateway IP and login credentials for every major router brand. Plus how to find yours when nothing else works.
Default gateway IPs by router brand
Forgot what address your router uses? Bought a used one? Helping a relative? Here's the cheat sheet.
On any computer connected to your network: ipconfig (Windows), ifconfig or ip route (Linux/macOS), or check your phone's WiFi details. The "default gateway" or "router" address is your router's IP, regardless of brand.
| Brand | Default IP | Default username | Default password |
|---|---|---|---|
| Linksys (most) | 192.168.1.1 | admin | admin |
| Linksys (newer Smart WiFi) | 192.168.1.1 | (blank) | admin |
| Netgear (most) | 192.168.1.1 | admin | password |
| Netgear (Nighthawk) | 192.168.1.1 or routerlogin.net | admin | password |
| Netgear Orbi | 192.168.1.1 or orbilogin.com | admin | password |
| ASUS | 192.168.1.1 or router.asus.com | admin | admin |
| TP-Link (most) | 192.168.0.1 or 192.168.1.1 | admin | admin |
| TP-Link (Deco mesh) | tplinkdeco.net | App-managed, no web UI by default | |
| D-Link | 192.168.0.1 | admin | (blank) |
| Belkin | 192.168.2.1 | (blank) | (blank) |
| Apple AirPort | 10.0.1.1 | AirPort Utility on Mac | |
| Google Nest WiFi / Google WiFi | 192.168.86.1 | Google Home app only | |
| eero | 192.168.4.1 | eero app only | |
| Ubiquiti UniFi | 192.168.1.1 or unifi.local | (set during setup) | (set during setup) |
| Ubiquiti EdgeRouter | 192.168.1.1 | ubnt | ubnt |
| MikroTik | 192.168.88.1 | admin | (blank) |
| pfSense / OPNsense | 192.168.1.1 | admin | pfsense / opnsense |
| Verizon FiOS (most) | 192.168.1.1 | admin | password (or sticker) |
| Xfinity / Comcast | 10.0.0.1 | admin | password (or sticker) |
| Spectrum / Charter | 192.168.0.1 | (varies) | (on sticker) |
| AT&T (BGW210, etc.) | 192.168.1.254 | (varies) | (on sticker) |
| CenturyLink | 192.168.0.1 | admin | (on sticker) |
| Cisco (small business) | 192.168.1.1 | cisco | cisco |
Change the default password immediately on any new router. Default credentials are public knowledge — they're literally listed in this article — and bots scan the internet for them constantly. A compromised home router can be conscripted into botnets, used to attack other sites, or have its DNS settings changed to redirect your banking to phishing pages.
If none of these work
The easiest universal method:
- Windows: Open Command Prompt, run
ipconfig. Look for "Default Gateway." - macOS: System Settings → Network → click your active connection → Details → TCP/IP. Or terminal:
route -n get default. - Linux:
ip route show defaultin a terminal. - Android: WiFi settings → tap connected network → Advanced → IP settings show gateway.
- iPhone: Settings → WiFi → tap (i) next to network → "Router" field.
