Whenever you need to change your home network settings, change your WiFi password, or set up port forwarding, the first step is always logging into the router's control panel. However, many users encounter difficulties right from the start, unsure which address to enter into the browser to access the interface. administrator. Factory default values are often changed by users or providers, which leads to confusion and inability to connect to web interface devices.
The default gateway IP address is your router's unique identifier on the local network, allowing computers and smartphones to communicate with it. Without this numeric code, typically a sequence of four numbers separated by periods, managing your network equipment becomes impossible. In this article, we'll take a detailed look at How to find out a Wi-Fi server's IP address (gateway address) using different methods, operating systems and devices, and we will also consider typical errors when entering data.
There are several universal ways to find the required address, regardless of the device you have at hand. You can use the command line in Windows, the network settings in macOS, smartphone apps, or even look at the sticker on the router itself. Understanding how it works local network will help you not only enter settings, but also effectively diagnose connection problems in the future.
Finding the gateway IP address in Windows
The fastest and most reliable way to find your router's IP address on a Windows computer is to use the built-in command line utility. This method works on all versions of the operating system, from Windows 7 to the latest Windows 11, and doesn't require any additional software. All you need is desktop access and basic command entry skills.
To begin, open the Start menu and type the word in the search bar. cmd or Command lineRun the application as an administrator or in normal mode—viewing network settings does not require superuser privileges. In the black window that opens, enter the command ipconfig and press Enter. The system will immediately display a list of all network adapters and their current settings.
You need to find the section corresponding to your active connection. If you're connected via cable, look for the "Ethernet adapter" section, and if you're connected via WiFi, look for the "Wireless LAN adapter" section. Inside this section, find the line "Default default gateway" (or "Default Gateway"). The digital code next to this line is your router's IP address, which you should enter into your browser.
Sometimes users encounter a situation where the gateway address isn't displayed or the field is empty. This may indicate issues with the network adapter drivers or the lack of a valid network connection. In such cases, it's worth checking whether the WiFi indicator on the router is lit and whether your computer is connected to the correct network.
Finding a router's address through macOS settings
Apple Mac users can find their gateway's IP address through the system's graphical interface without complex commands, although the terminal is also available for advanced users. The macOS interface is highly visual, making searching for network parameters intuitive even for beginners. Address detection accuracy in this system is extremely high.
To find the data you need, click the Apple logo in the upper left corner of the screen and select System Settings or System Preferences in older OS versions. Go to the Network section. In the list on the left, select the active connection marked with a green indicator; this is usually Wi-Fi or Ethernet.
After selecting the active interface, click the "Details" or "Advanced" button, depending on your macOS version. In the window that opens, go to the "TCP/IP" tab. Here you will see the "Router" line. The IP address listed there is your router's address. gateway, through which access to the global network and router settings is provided.
Alternative method via Terminal
Open the Terminal app (via Spotlight or in the Applications/Utilities folder). Enter the command netstat -nr | grep default . The first line of the output will show the gateway IP address. This method is faster, but requires precision in syntax.
It's important to note that on macOS, you can also use Terminal to get the same information, which can be useful for remote administration or scripting. The command netstat -nr | grep default will instantly display the gateway address. However, the graphical method is more informative, as it also displays the subnet mask and DNS servers, which can be useful for manual network setup.
How to find a router's IP address on Android smartphones
Android mobile devices offer various ways to view network information, but the interface can vary significantly depending on the smartphone manufacturer and operating system version. Samsung, Xiaomi, Huawei, and other companies frequently modify the interface by rearranging menu items. However, the search logic remains the same across all devices.
The most common way is to open "Settings," then go to "Connections" or "Wi-Fi." Find the network you're currently connected to and click the gear icon or arrow next to its name. In the network properties menu that opens, look for "Gateway" or "Router Management." This is the IP address you're looking for.
In some versions of Android, the information is more deeply buried. For example, on stock Android, tap the gear next to the network name, then select "Advanced" or expand the "View more" menu. Scroll down to the "IP Settings" or "IP Settings" section. If it says "Static," the gateway address will be immediately visible. If it says "DHCP," you may need to switch the view mode or simply look in the connection properties.
It's worth remembering that on some devices with heavily modified skins (such as older versions of MIUI or EMUI), direct access to the gateway IP address in the standard WiFi menu may be limited. In such cases, third-party apps from Google Play, such as Fing or WiFi Analyzer, which display a complete network map, including the address router.
Finding the gateway address on Apple iOS devices (iPhone, iPad)
iPhone and iPad owners can also easily find their router's IP address using the standard iOS settings. Apple has maintained a consistent interface logic over the years, so these instructions will be relevant for both older and newer models. iPhone 15/16 and iPad tablets.
Open the Settings app and select "Wi-Fi." Next to the network name with a check mark next to it (an active connection), tap the blue information icon (an "i" in a circle). This will open a detailed network settings window.
Scroll down to the "IP Settings" section. Here you'll see a line labeled "Router." The digital code in this line is your WiFi router's IP address. This is the IP address you'll need to enter into the address bar of Safari or Chrome on your mobile device to access the control panel.
⚠️ Attention: If you use the "Private Wi-Fi Address" feature, which is enabled by default in iOS 14 and later for enhanced privacy, it doesn't affect the router's IP address display, but it may change your device's MAC address in the router's client list. Keep this in mind when setting up MAC address filtering on your router.
If the "Router" field is empty or incorrectly displayed, try clicking the "IP Configuration" button and switching the mode from "Automatic" to "Manual." Don't save the changes, just see if the gateway address is entered. However, most often, the problem is a temporary failure of the router's DHCP server, and simply reconnecting to the WiFi network resolves the issue.
Using the Linux and macOS Terminal command line
For Linux users (Ubuntu, Debian, Fedora, Mint) and those who prefer the macOS terminal, there's a powerful set of network diagnostic commands. These methods not only allow you to find out the gateway IP address but also obtain detailed data packet statistics, which is useful for diagnostics connection problems.
In Linux the most common command is ip route or its abbreviated version ip rIn the terminal, type this command and press Enter. The first line of output usually starts with the word default via, followed by your default gateway IP address. This is the fastest way to get this information on distributions with a modern network stack.
An alternative, older, but still working method is to use the command route -nIn the output table, you need to look at the row where the “Destination” column (or the first column) indicates 0.0.0.0 or word defaultThe "Gateway" column will contain the address you are looking for. You can also use the command netstat -rn, which shows a similar routing table.
user@linux:~$ ip route show default
default via 192.168.1.1 dev wlan0 proto dhcp metric 600
In the example above, you can see that the gateway address is 192.168.1.1. Please pay attention to the device (dev), through which the route goes (for example, wlan0 for WiFi or eth0 for cable) to make sure you're looking at the correct interface, especially if there are multiple ones.
☑️ Check before logging into the router
Table of standard IP addresses of popular manufacturers
If you don't have access to a device connected to the network, or you'd rather try your luck with only the router manufacturer's address, you can try entering the default factory address. Most manufacturers use one of several common default addresses. However, keep in mind that these settings may have been changed by the previous owner or ISP.
Below is a table of the most common addresses for popular brands of network equipment. Entering these addresses into a browser often leads to the authorization page without complex calculations.
| Manufacturer | Standard IP address | Alternative Address / Domain |
|---|---|---|
| TP-Link | 192.168.0.1 | 192.168.1.1, tplinkwifi.net |
| D-Link | 192.168.0.1 | 192.168.1.1 |
| ASUS | 192.168.1.1 | router.asus.com |
| Netgear | 192.168.0.1 | 192.168.1.1, routerlogin.net |
| Xiaomi / Mi | 192.168.31.1 | miwifi.com |
| Keenetic | 192.168.1.1 | my.keenetic.net |
| Tenda | 192.168.0.1 | tendawifi.com |
Using domain names (eg tplinkwifi.net or routerlogin.net) is often more convenient, as they're easier to remember than numbers. However, for this method to work, the device must be properly connected to the router and the DNS server must be functioning correctly. If the domain name doesn't open, try entering the numeric IP address directly.
⚠️ Attention: Interfaces and default addresses may vary depending on the model and firmware version. For example, some newer TP-Link models use the address 192.168.0.254, while routers from providers (Beeline, Rostelecom) may have unique addresses that differ from the factory defaults. Always check the label on the bottom of the device.
What to do if the IP address is not found or does not open
It's not uncommon for users to fail to access the control panel after trying all of these methods. This can be caused by a variety of factors, from a simple typo to a reset of network settings or an IP address conflict on the local network. First, make sure you're entering the address in the browser's address bar, not in the search field.
A common problem is the use of the protocol HTTPS instead of HTTP, or vice versa. Try explicitly specifying the protocol in the address, for example: http://192.168.1.1Browsers may also block access to local pages due to security certificates. In this case, click "Advanced" and "Continue to this site (not secure)."
If your router was configured by your ISP, the default address may have been changed. In this case, the most reliable solution is to reset the router to factory settings (use the Reset button on the router). However, this will result in the loss of all internet settings, requiring you to reconfigure your WAN connection. Before resetting, make sure you have your contract with your ISP and your authorization information.
In rare cases, your computer's antivirus or firewall may block access to local network resources. Try temporarily disabling the protection or checking your network settings (public/private). You should also try a different browser or incognito mode to rule out cache and extension interference.
Frequently Asked Questions (FAQ)
Is it possible to find out a router's IP address if I'm not connected to its WiFi network?
No, it's impossible to find out the current gateway IP address remotely, without being on the local network, using standard methods (ipconfig, phone settings). You must be connected to the router's WiFi or LAN port. The only option is to check the sticker on the device's body, unless the address has been changed by the user.
Why does the browser say "Unable to connect to the server" when I enter 192.168.1.1?
This could mean your router's IP address is different from the default (use the ipconfig command to check), or the router is frozen and needs to be rebooted. Also, check if you're using a VPN that redirects local traffic.
I changed my router's IP address and forgot it. What should I do?
If you've forgotten the new IP address you set yourself and your computer can't connect (it's receiving an address from a different DHCP server or isn't receiving one at all), a factory reset will help. With the router turned on, press and hold the Reset button for 10-15 seconds until the LEDs flash. After this, the address will return to the one on the sticker.
What is the difference between WAN IP and LAN IP of a router?
LAN IP (local) is the router's address within your home network (e.g., 192.168.1.1), which you use to access its settings. WAN IP (global) is the address the router receives from your ISP for internet access. You need the LAN IP to access the control panel.
Is it safe to change the default IP address of a router?
Yes, this is safe and even recommended in some corporate networks to avoid conflicts when merging networks. However, for a home user, it makes little sense unless you have a complex network with multiple routers. The main thing is to remember the new address.