Default gateway IPs by router brand

Forgot what address your router uses? Bought a used one? Helping a relative? Here's the cheat sheet.

Quick way

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.

BrandDefault IPDefault usernameDefault password
Linksys (most)192.168.1.1adminadmin
Linksys (newer Smart WiFi)192.168.1.1(blank)admin
Netgear (most)192.168.1.1adminpassword
Netgear (Nighthawk)192.168.1.1 or routerlogin.netadminpassword
Netgear Orbi192.168.1.1 or orbilogin.comadminpassword
ASUS192.168.1.1 or router.asus.comadminadmin
TP-Link (most)192.168.0.1 or 192.168.1.1adminadmin
TP-Link (Deco mesh)tplinkdeco.netApp-managed, no web UI by default
D-Link192.168.0.1admin(blank)
Belkin192.168.2.1(blank)(blank)
Apple AirPort10.0.1.1AirPort Utility on Mac
Google Nest WiFi / Google WiFi192.168.86.1Google Home app only
eero192.168.4.1eero app only
Ubiquiti UniFi192.168.1.1 or unifi.local(set during setup)(set during setup)
Ubiquiti EdgeRouter192.168.1.1ubntubnt
MikroTik192.168.88.1admin(blank)
pfSense / OPNsense192.168.1.1adminpfsense / opnsense
Verizon FiOS (most)192.168.1.1adminpassword (or sticker)
Xfinity / Comcast10.0.0.1adminpassword (or sticker)
Spectrum / Charter192.168.0.1(varies)(on sticker)
AT&T (BGW210, etc.)192.168.1.254(varies)(on sticker)
CenturyLink192.168.0.1admin(on sticker)
Cisco (small business)192.168.1.1ciscocisco
Default credentials are dangerous

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:

  1. Windows: Open Command Prompt, run ipconfig. Look for "Default Gateway."
  2. macOS: System Settings → Network → click your active connection → Details → TCP/IP. Or terminal: route -n get default.
  3. Linux: ip route show default in a terminal.
  4. Android: WiFi settings → tap connected network → Advanced → IP settings show gateway.
  5. iPhone: Settings → WiFi → tap (i) next to network → "Router" field.