In today's digital ecosystem, a home network is no longer just a set of wires, but a complex infrastructure requiring periodic management. Users often need to access the device's settings to change passwords, set up guest access, or reconfigure ports. However, the key to this management is the correct address, which allows a computer or smartphone to "see" the device's administrative panel.
Determining this numerical identifier is a basic skill that every owner of network equipment needs, whether it is a provider router or a powerful corporate one. Access PointWithout knowing this parameter, it's impossible to configure traffic filtering or update firmware. In this article, we'll cover in detail all the methods for obtaining this information on various platforms.
It is important to understand that in most home networks, the IP address of the access point is also the address default gatewayIt's through this node that your traffic exits onto the global internet, and it's here that data is routed between your devices. We'll cover methods ranging from simple visual checks to using the command line.
Finding the address on the sticker and in the documentation
The easiest and most often overlooked way to find the data you need is to look at the physical case of the device. Network equipment manufacturers such as TP-Link, Asus or Keenetic, an information sticker is almost always placed on the bottom or back panel of the device. It contains the factory address for accessing the web interface, which by default often matches the IP address of the access point itself.
Typically, this parameter looks like a sequence of four numbers separated by periods, for example, 192.168.0.1 or 192.168.1.1. Some modern models use a domain name instead of numbers, for example, my.keenetic.net or tplinkwifi.net, which the browser automatically converts to the required number format.
⚠️ Attention: If the device was previously configured by someone else, the default address may have been changed. In this case, the information on the sticker will be irrelevant for logging in, and you'll have to use software-based search methods.
You can also find information in the original user manual or on the device box. Look for the "Default Access" or "Login Info" section. This is especially important if the sticker on the device has worn off over time or is covered with dust. Keeping paper documentation is helpful in situations where software access is temporarily unavailable.
Finding IP via the command line in Windows
The Windows operating system provides powerful network diagnostic tools that allow you to instantly obtain all the necessary information. Using the command line is the most reliable method, as it displays data received directly from the access point's DHCP server. This eliminates errors associated with manual entry or memorization.
To get started, you need to launch the console. Press the key combination Win + R, enter the command cmd and press Enter. A black terminal window will open, ready for instructions. This interface is faster and more stable than graphical settings menus.
In the window that opens, enter the command ipconfig and press Enter. The system will display an extensive list of network adapters. Find the section that matches your current connection: "Wireless" or "Ethernet" (if you're connected via cable). In this section, look for the line "Default Gateway." The address listed there is the IP address of your access point.
C:\Users\User> ipconfigWireless LAN Adapter Wireless Network:
IPv4 address.........: 192.168.1.45
Subnet mask.........: 255.255.255.0
Default gateway: 192.168.1.1
If you have multiple network cards installed in your system, such as virtual adapters from VMware or VirtualBoxDon't confuse them with the actual connection. Look for the "Connected" connection status and the name of your ISP or router in the adapter name.
☑️ Checking the connection in Windows
Finding the gateway address on macOS and Linux
Users of Apple computers and Linux-based operating systems can also quickly access network settings. On macOS, this is done through a graphical interface or terminal, providing flexibility depending on user preferences. Address resolution accuracy on these systems is just as high as on Windows.
In macOS, open System Preferences and go to Network. Select your active connection (Wi-Fi) and click the Advanced button. Go to the Network tab. TCP/IPThe "Router" line will show the IP address of your access point. This is the gateway through which all traffic passes.
For terminal lovers in macOS and Linux, there is a command netstat or more modern ipIn the macOS terminal, enter netstat -nr | grep defaultThe system will display a line with the IP address after the word default. In Linux, the command might look like this: ip route | grep defaultThese utilities display the kernel routing table of the system.
- 🍏 On macOS, use the keyboard shortcut
Cmd + Spaceto quickly find the Terminal utility. - 🐧 On Linux distributions with the GNOME desktop environment, click the network icon in the upper-right corner and select "Network settings."
- 💻 Team
ifconfigIn modern versions of Linux it can be replaced withip addr, since the first one is considered obsolete.
It's worth noting that on some corporate networks, Linux systems may have complex routing settings. If the command returns multiple gateways, note the interface corresponding to your Wi-Fi adapter (usually wlan0 or wlp2s0). This will help avoid confusion with wired interfaces.
What to do if the gateway is not displayed?
If the router or gateway line shows 0.0.0.0 or is empty, this means the device did not receive an IP address automatically. Try reconnecting to the network or checking the DHCP settings on the router.
How to find the IP address of an access point on Android and iOS
Mobile devices are the most frequent clients of a home network, and the need to find the router's address from a phone arises regularly. Android and iOS operating systems hide this data slightly more deeply than desktop versions, but it's still quite possible to find it without installing additional software.
On devices with the operating system iOS (iPhone, iPad) The process is extremely simple. Go to "Settings" and select "Wi-Fi." Next to the name of the network you're connected to, tap the blue information icon (the letter "i" in a circle). In the menu that opens, find the "Router" line. The IP address listed there is your access point's address.
In smartphones based on Android The interface may differ depending on the manufacturer's shell (MIUI, OneUI, ColorOS). Typically, you need to go to "Settings" → "Wi-Fi," click the name of your current network or the gear icon next to it. In the "Network" or "Advanced" section, look for "Gateway." This is the address you use to log in to the admin panel.
⚠️ Attention: On some Android versions (especially Android 10 and above), access to the full gateway IP address may be restricted in the standard interface for security reasons. In this case, the IP may be partially displayed or hidden.
If you cannot find the address using standard tools, you can use specialized network scanning applications, such as Fing or WiFi AnalyzerThey display a complete network map, including the IP addresses of all connected devices and the gateway address. This is especially useful for diagnosing network "neighbors."
Using third-party snails and network scanners
When built-in operating system tools don't provide a complete answer or a more in-depth diagnosis is required, third-party programs come to the rescue. Network scanning utilities not only allow you to view the access point's IP address but also analyze channel load, connection speed, and a list of all active clients.
One of the most popular programs for Windows is Advanced IP ScannerIt works without installation and scans a range of addresses in seconds. In the device list, devices with the "Router" or "Access Point" status will have a corresponding IP address. The program also allows you to quickly access the router's web interface with one click.
Great for cross-platform analysis Angry IP ScannerThis open-source tool runs on Windows, Linux, and macOS. It pings all IP addresses in a given range and displays open ports. This not only helps you find your router but also checks whether port 80 or 443 is open for the web interface.
Mobile users can access the app FingAfter starting a scan, it creates a visual network map. An access point is usually indicated by a router icon and labeled "Gateway." The app also displays the device manufacturer (MAC address), which helps identify equipment even if it's hidden behind a NAT.
Standard Address Table and Troubleshooting
If none of the software methods work and the sticker is missing, you can try the standard addresses that manufacturers use by default. Most devices (from the factory) are assigned one of the commonly used addresses on the local network.
Below is a table of the most common IP addresses for access points of various brands. Try entering them into your browser's address bar after making sure your device is connected to the network.
| Brand / Manufacturer | Standard IP address | Alternative domain |
|---|---|---|
| TP-Link | 192.168.0.1 / 192.168.1.1 | tplinkwifi.net |
| Asus | 192.168.1.1 | router.asus.com |
| D-Link | 192.168.0.1 | dlink.local |
| Netgear | 192.168.1.1 / 10.0.0.1 | routerlogin.net |
| Keenetic | 192.168.1.1 | my.keenetic.net |
If you entered the correct address but the page doesn't open, check your browser's proxy settings. Sometimes antivirus software or VPN clients can block access to local addresses. Also, make sure you're using the correct protocol. http://, and not https://, since many older routers do not have a security certificate installed by default.
In rare cases, the access point's IP address may have been changed to a non-standard one (e.g., 10.10.10.1) by the previous owner or ISP. If the default addresses don't work and the command line is silent, the only solution is to reset the device to factory settings. To do this, hold down the button Reset on the body for 10-15 seconds.
⚠️ Attention: A factory reset will erase all your personalizations, including your Wi-Fi network name, password, and PPPoE settings for connecting to your ISP. Only perform this procedure if you are confident you can reconfigure your internet access.
Why does the browser say "The site cannot be accessed"?
Most often, the problem is with the protocol. Try adding http:// before the address. If that doesn't help, the default port on the router may have been changed (for example, 192.168.1.1:8080).
Frequently Asked Questions (FAQ)
Can an access point's IP address change on its own?
In a standard home network, the static IP address of the router's LAN interface does not change automatically. However, if the router is operating in Access Point mode and connected to another main router, its address may be changed by the main DHCP server if it hasn't been statically assigned.
What should I do if I forgot the web interface password after entering the IP?
The admin password and the Wi-Fi password are different. If you haven't changed the router settings password, try the default combinations (admin/admin). If they don't work and you don't remember them, a full reset using the Reset button will help.
Is it safe to enter the router's IP address into Wi-Fi?
In public places (cafes, airports), you connect to someone else's access point. Entering the IP address yours Entering your home router's address (e.g., 192.168.1.1) in a browser won't work, as this address on the public network belongs to different equipment or isn't routable. You simply won't be able to access your home device's settings from the outside without special configuration.
What is the difference between IP 192.168.0.1 and 192.168.1.1?
Technically, there's no difference; they're simply different addresses within the same range reserved for local networks. Manufacturers choose one of them arbitrarily. The main thing is that your computer's address and the router's address are in the same subnet (the first three digits match).