How to find IP cameras on your phone via WiFi

Modern security systems rarely operate without remote access, and the first step is setting up the network. Users often encounter situations where equipment is installed, but access to its settings is lost or never established. The question of how to find the IP address of a surveillance camera via Wi-Fi from a phone becomes critical when integrating the device into a smart home or connecting it to a third-party DVR. Without knowing the local address, the device remains an isolated island within your network.

There are several proven ways to solve this problem using only an Android or iOS smartphone. We'll cover both software methods using specialized utilities and manual methods via a router. It's important to understand that the process may vary depending on the equipment manufacturer and connection type. In this article, we'll cover each step in detail so you can quickly regain control of your video surveillance system.

Preparing to search for the device address

Before running any scanners or messing around with your router settings, you need to ensure basic compatibility and proper connection. Local area network The device must be stable, and the smartphone and camera must be on the same network segment. If your phone is connected to guest Wi-Fi and the camera to the main Wi-Fi, or if client isolation is enabled, detection will not be possible.

First, check the physical status of the indicators on the video surveillance device itself. Typically, a blinking network indicator or a specific LED color indicates an active connection to the wireless access point. If the indicator is red or off, the camera may not be receiving power or is too far from the router. In this case, software-based methods will be useless.

⚠️ Important: Make sure your camera supports WiFi operation, not just a LAN cable. Some models require initial setup via a wired connection to transfer wireless parameters.

It's also a good idea to prepare your router's login credentials in advance. This is usually the default gateway address, which often looks like this: 192.168.0.1 or 192.168.1.1The login and password are usually located on a sticker on the bottom of the router, unless you've changed them previously. Without this information, access to the list of connected clients will be blocked.

Using mobile network scanners

The fastest and most convenient way to find a lost device is to use specialized scanner apps. These utilities scan the entire address range of your subnet and display a list of all active devices with their MAC addresses and names. For Android, excellent options include Fing or Network Scanner, and for iOS - Network Analyzer or IP Tools.

After installing the app, run a scan of your current Wi-Fi network. The program will automatically detect your IP address and subnet mask, then begin scanning all possible nodes one by one. In the list of found devices, look for unfamiliar names or those that contain the camera manufacturer's brand name, such as Hikvision, Dahua, Reolink or TP-Link.

📊 Which network scanning app do you use?
Fing
Network Analyzer
IP Tools
Other
I don't use it

Pay attention to the device type column. Modern scanners can often automatically determine whether the device is a phone, computer, or IP camera. If the device is listed as "Unknown" or "Network Device," check the MAC address. The first three pairs of characters in the MAC address (OUI) indicate the hardware manufacturer, allowing you to accurately identify the camera even if it's simply labeled "IPCamera."

Finding IP addresses through the router's admin panel

If installing third-party apps isn't your plan, you can get the information directly from the router interface. This method is the most reliable, as the router has complete information about all assigned addresses via DHCP serverYou'll need any browser on your phone and access to the router's web interface.

Access your router settings by entering its address in the address bar. Find a section called "Client List," "DHCP Clients," "Network Map," or "Wireless Status." This section displays a table of all devices currently connected to the internet via Wi-Fi or cable.

Here, it's important to pay attention to the lease time and activity. A CCTV camera that's constantly running will have a long lease time or a "Static" status. If you see a device with a name containing "IPC," "CAM," or just a string of numbers, that's your target.

☑️ Check in the router

Completed: 0 / 1

The advantage of this method is that it often allows you to reserve an address. If you bind the camera's MAC address to a specific IP address, it will never change, eliminating access issues in the future. This is especially important for setting up port forwarding or integrating with smart home systems.

Address determination via a standard gateway

Many CCTV camera manufacturers use default factory IP addresses if the device has been reset to factory settings or hasn't been configured yet. This is especially true for new devices or those that have just been purchased. Knowing these standards allows you to attempt a direct connection.

Most often, the default address is 192.168.1.10, 192.168.0.10 or 192.168.1.100However, for this method to work, your phone's IP address must be on the same subnet. You'll need to temporarily change your phone's Wi-Fi settings and manually enter a static IP address.

Brand / Type Standard IP Default login Default password
Universal / China 192.168.1.10 admin 123456
Hikvision 192.168.1.64 admin (set by the user)
Dahua 192.168.1.108 admin admin
Reolink 192.168.1.10 admin (without password)

To change the IP address on your phone, go to Wi-Fi settings, click the network information icon (or gear icon), and find the IP settings. Switch the mode from DHCP to Static. In the IP address field, enter an address different from the camera's address but in the same subnet, for example, 192.168.1.50After saving, try entering the camera's address in your browser.

⚠️ Important: After checking, remember to return the IP settings on your phone to "Automatic" (DHCP) mode, otherwise you may lose access to the Internet via Wi-Fi.

Using the Command Prompt and Ping

For more advanced users who prefer working with the command line, there is a method for directly querying the network. On Android, this requires terminal applications such as Termux or ConnectBot, and on iOS, the built-in console in some utilities or jailbreak tools. This method allows you to send a broadcast request.

The method involves sending a data packet (Ping) to the network's broadcast address or by scanning addresses in a range. If the camera is active and configured to respond, it will acknowledge receipt of the packet. This allows the presence of a device to be detected even if it is hidden from a simple port scan.

ping 192.168.1.255

However, modern routers and operating systems often block ICMP broadcast pings for security reasons. Therefore, this method may not work on standard home networks without special hardware configuration. A more effective solution would be to use the command arp -a in the terminal, which will show your device's ARP table—a list of everyone your phone has already "communicated" with on the network.

What to do if ping doesn't work?

If the ping command doesn't return a response, it doesn't mean the device isn't there. Many cameras block ICMP requests by default. In this case, use only specialized port scanners or check the list in your router.

Problem and conflict resolution

Even with a basic understanding of the theory, you can encounter a number of difficulties in practice. One of the most common issues is IP address conflicts. This occurs when two devices on the network are assigned the same address. This can result in the camera becoming unavailable and the connection becoming unstable.

Another problem is different subnets. If your router distributes addresses in the range 10.0.0.x, and the camera has a static address 192.168.1.x, they simply "don't see" each other. In this case, the only solution is to connect the camera via cable to the computer to change the address or use the function ONVIF Device Manager on a PC to force an IP change.

It's also worth considering antivirus software and built-in firewalls in routers. They can block ports needed for camera detection. If all else fails, try temporarily disabling MAC address filtering or network security features, adjusting the settings, and then restoring the protection.

Setting up a static IP for stability

Once you've found the camera, it's crucial to record its address. Dynamically changing the IP address when you reboot your router will result in you losing access to the video stream again within a few days. Setting up a static IP is the final and mandatory step.

There are two ways to do this. The first is through the camera's interface (web interface), where you need to uncheck "Obtain IP automatically (DHCP)" in the network settings and enter the desired address. The second, and often more reliable, way is to set up a static lease in the router.

The second method is preferable because it's centralized. Even if you reset the camera to factory settings, the router will automatically assign it a reserved address, and the video surveillance system will work without having to reconfigure all clients. Find the "LAN" section in the router, then "DHCP Server" and add a new rule, linking the camera's MAC address to the selected IP address.

What should I do if the camera won't connect to Wi-Fi after changing the router?

If you've changed your router or Wi-Fi password, you'll need to reconfigure the camera. There's usually a reset button on the camera body for this purpose. Press and hold it for 10-15 seconds until you hear a beep. The camera will enter pairing mode and will need to be re-added through the manufacturer's app, selecting the new Wi-Fi network.

Is it possible to find out the IP address of a camera if it is connected to a different router?

No, it's impossible to find a remote camera's IP address over local Wi-Fi if it's on a different network. To access such a camera, you need to know its external IP address (if it's static) or use the manufacturer's cloud-based P2P service, which links devices using a unique ID.

Which port should I use to access the camera?

The standard port for the camera web interface is often 80, and for the RTSP video stream, 554. However, manufacturers often change these for security reasons. If default access doesn't work, try ports 8080, 81, or 88. You can find the exact port in the documentation or use a port scanner.