How to Change Unifi Camera Ip Address

Changing your Unifi camera IP address is essential when you need more control over your network setup or are experiencing connectivity issues. Whether you’re assigning a static IP or adjusting DHCP reservations, this guide walks you through every step using the UniFi Protect app, web interface, or local network utilities. With clear instructions and expert tips, you’ll ensure your camera stays online, secure, and optimized for performance.

Quick Answers to Common Questions

Tip/Question?

Answer: Yes, you can use the UniFi Protect app to view your camera’s current IP, but you’ll need the UniFi Network Controller (web or local) to make permanent changes like static IPs or DHCP reservations.

Tip/Question?

Answer: Always assign the new IP within your router’s DHCP pool range (e.g., 192.168.1.50–192.168.1.200) unless you’re sure no other device uses that address. Outside the range, the camera must use static settings or risk losing connectivity.

Tip/Question?

Answer: Find your camera’s MAC address in UniFi Controller > Devices > [Your Camera] > Network Settings. Copy it exactly—case-sensitive—when creating a DHCP reservation.

Tip/Question?

Answer: If your camera loses power during the IP change process, it may fail to reconnect. Power it off completely for 10 seconds before applying changes to avoid corruption.

Tip/Question?

Answer: Use a tool like Fing (mobile app) or Advanced IP Scanner to quickly scan your network and confirm no other device claims the IP you assigned to your camera.

Introduction: Why Changing Your UniFi Camera IP Address Matters

You’ve just installed a new UniFi camera or upgraded your network—and now you realize your camera’s default IP address might clash with another device or doesn’t match your preferred setup. Don’t worry! Changing your UniFi camera IP address isn’t as complicated as it sounds. In fact, it’s a routine task that gives you more control, improves network stability, and helps avoid conflicts in larger setups.

This comprehensive guide will walk you through everything you need to know about changing your UniFi camera’s IP address. Whether you’re using a UniFi Dream Machine, a separate UniFi Network Controller, or managing devices via the cloud, we’ve got you covered. From understanding IP types to troubleshooting connection drops, you’ll gain confidence in managing your smart home or business surveillance system like a pro.

By the end of this article, you’ll be able to confidently assign static or reserved IP addresses to your UniFi cameras, maintain network hygiene, and keep your video feeds flowing smoothly. Let’s dive in!

Step 1: Access Your UniFi Network Controller

The first step in changing your UniFi camera’s IP address is accessing the UniFi Network Controller. This is the central hub where all your UniFi devices—routers, switches, access points, and cameras—are managed.

Option A: Local UniFi Controller (On-Premise Setup)

  • If you’re running a local controller on a PC, Mac, or server, open your web browser and go to https://192.168.1.1:8443 (or your controller’s actual IP address).
  • Log in using your admin credentials.

Option B: UniFi Cloud Key or Dream Machine

  • For UniFi Cloud Keys or UniFi Dream Machines (UDM), the controller is built-in. Simply visit https://unifi.yourdomain.com or use the default URL provided during setup.

Option C: UniFi Protect App (Mobile or Web)

  • Open the UniFi Protect app on your phone or tablet.
  • Tap your camera, then select the gear icon (Settings) > Device Settings > Network.
  • Note: You can view the current IP but may need the controller for deeper changes.

Pro Tip: Bookmark your controller login page so you don’t waste time searching for it later. Also, ensure your computer or mobile device is on the same local network as your UniFi gateway.

Step 2: Locate Your Camera in the Network Map

Once logged into the UniFi Controller, navigate to the Devices tab. Here, you’ll see a visual map of all connected devices. Look for your camera—it’s usually labeled with its model name (e.g., G4 Dome, G5 Bullet) and status (Connected, Disconnected, etc.).

  • Click on the camera icon to open its settings panel.
  • If the camera appears offline, check its power and Ethernet connection before proceeding.

Example: If you have a UniFi G4 Pro camera named “Backyard Cam,” click on its icon in the map. The device should show an active status with a green dot.

This step ensures you’re editing the right device—especially important if you have multiple cameras in one location.

Step 3: View Current IP Configuration

Before making any changes, it’s wise to document your camera’s current IP address, subnet mask, gateway, and DNS settings. These details help you verify the new configuration later.

  1. In the camera’s settings panel, go to Network Settings.
  2. Scroll down to the IPv4 Configuration section.
  3. Record:
    • Current IP Address
    • Subnet Mask (usually 255.255.255.0)
    • Default Gateway (your router’s IP, often 192.168.1.1)
    • DNS Servers

Why This Matters: If you set a static IP outside your router’s DHCP range, your camera won’t get an IP automatically and may lose connectivity. Always stay within the same subnet unless you know what you’re doing.

Step 4: Choose Between Static IP or DHCP Reservation

There are two main ways to assign a new IP address to your UniFi camera:

A. Static IP Assignment (Manual Method)

  • Go to Network Settings > IPv4 Configuration.
  • Change from DHCP Client to Static IPv4.
  • Enter a new IP address (e.g., 192.168.1.100).
  • Ensure the new IP is not already used by another device (check with ARP scan tools if needed).
  • Save changes. The camera will reboot with the new IP.

B. DHCP Reservation (Recommended for Most Users)

  • Instead of setting a static IP on the camera, configure a MAC-based reservation on your UniFi router.
  • In the UniFi Controller, go to Settings** > **Network Settings** > **DHCP Server**.
  • Add a new reservation:
    • Device Name: Backyard Cam
    • MAC Address: Found in the camera’s Network Settings (copy it exactly)
    • IP Address: Enter your desired IP (e.g., 192.168.1.100)
  • Save the reservation. The next time the camera boots, it will receive the reserved IP.

Recommendation: Use DHCP reservations whenever possible. They’re easier to manage, reduce manual errors, and allow firmware updates without reconfiguring IPs.

Step 5: Apply Changes and Reboot the Camera

After selecting your preferred method, apply the changes:

  1. Click Save or Apply Changes in the UniFi Controller.
  2. The camera will briefly disconnect and reconnect—this is normal.
  3. Wait 1–2 minutes for the camera to fully boot up and register with the network.
  4. Refresh the device list in the UniFI Controller. Your camera should appear under the new IP.

What to Watch For:

  • If the camera shows “Disconnected” after reboot, double-check the IP isn’t conflicting or out of range.
  • Use the Ping Test: Open Command Prompt (Windows) or Terminal (Mac/Linux) and type ping 192.168.1.100 (replace with your new IP). If you get replies, the camera is online.

Step 6: Verify New IP Address and Connectivity

Now that your camera has a new IP, verify everything works:

  1. Open the UniFi Protect app or web interface.
  2. Check that the camera appears under the correct IP address.
  3. Test live video playback—no lag or error messages?
  4. Try accessing the camera directly via its IP in a browser (if enabled): http://192.168.1.100

Advanced Check: Run a port scan using tools like Advanced IP Scanner or Angry IP Scanner to confirm only expected ports (e.g., 7080 for Protect) are open.

Step 7: Update Any External Services (Optional)

If you use third-party DVR software, NVR systems, or custom scripts that reference your camera by IP, update those references to the new address. Otherwise, skip this step.

Example: If you have a motion detection script that pings 192.168.1.50, change it to 192.168.1.100.

Troubleshooting: What If the Camera Won’t Reconnect?

Sometimes, after changing the IP, your UniFi camera disappears from the network. Don’t panic—here’s how to fix it:

Troubleshooting Checklist

  1. Check Physical Connections
    • Ensure the Ethernet cable is firmly plugged into both the camera and switch/router.
    • Try a different port or cable if available.
  2. Reset the Camera
    • Press and hold the reset button (usually on the side) for 10 seconds until the LED blinks red.
    • The camera will revert to factory defaults and attempt DHCP again.
    • Re-add it to the UniFi Controller via Adopt.
  3. Confirm IP Conflict
    • Run arp -a in Command Prompt (Windows) or arp -n (macOS/Linux).
    • Look for duplicate MAC addresses with different IPs—someone else might be using your intended IP.
  4. Review Router Logs
    • Log into your UniFi gateway and check Events & Alerts for DHCP lease errors.
    • Search for entries mentioning your camera’s MAC address.
  5. Factory Reset as Last Resort
    • If nothing works, perform a full factory reset and start over.

Pro Tip: Keep a spreadsheet of your device IPs, MACs, and purposes. It saves hours during troubleshooting.

Best Practices for Managing UniFi Camera IP Addresses

To avoid future headaches, follow these professional tips:

  • Document Everything: Maintain a log of IP assignments, reservations, and device roles.
  • Use Reserved IPs: Avoid static IPs on cameras unless necessary—reservations are safer.
  • Update Regularly: After firmware updates, verify IP settings haven’t reverted.
  • Segment Networks: Consider placing cameras on a separate VLAN for security and traffic management.
  • Enable HTTPS:** Always access the UniFi Controller via https:// to encrypt credentials.

Conclusion: Mastering Your UniFi Camera Network

Changing your UniFi camera IP address is a simple yet powerful way to take control of your surveillance system. By following this guide—whether you choose static IPs or DHCP reservations—you ensure stable performance, prevent conflicts, and maintain a tidy network layout.

Remember: the key is planning ahead. Know your current settings, pick the right method for your needs, and always verify connectivity afterward. With UniFi’s intuitive interface and robust tools, managing your camera’s network identity has never been easier.

Now go forth and customize your setup like a network ninja! Your cameras will thank you with crystal-clear footage and uninterrupted service.