A complete guide to upgrading UniFi Access Point firmware manually or automatically.
Keeping your UniFi Access Points up to date ensures optimal performance, improved stability, and enhanced security. This guide outlines all available methods to update UniFi AP firmware—including through the UniFi Network application, manually via URL, and directly via SSH.
Table of Contents
Why Updating Firmware Matters
Regular firmware updates for UniFi APs offer:
- Security patches for known vulnerabilities
- Improved wireless performance and bug fixes
- New feature support for the latest UniFi controller versions
- Compatibility with newer UniFi switches, gateways, and software
Method 1: Automatically via UniFi Network Controller
This is the easiest and most common way to update UniFi firmware.
To automatically upgrade UniFi AP firmware:

- Log into your UniFi Controller (UniFi Network application).
- Go to the Devices tab.
- Select the AP you want to upgrade.
- Click the Upgrade button if a new version is available.
- Wait for the AP to download and install the firmware.
- The AP will reboot automatically once finished.
🛠️ You can configure scheduled upgrades or apply upgrades across multiple devices.
Bonus: Change Firmware Release Channel
To switch between Official, Release Candidate, or Early Access builds:
- Go to Settings > System > Firmware
- Choose your desired update channel
Method 2: Manually via UniFi Controller (Firmware URL)
This method allows you to manually push a specific firmware version—even if UniFi hasn’t listed it yet in the controller.
Steps:
- Log into your UniFi Network Controller.
- Go to the Devices tab.
- Select your AP, then click the gear icon (Device Settings).
- Scroll down to Manual Firmware Update.
- Visit the official Ubiquiti Firmware Download Page.
- Copy the direct URL for the firmware
.binfile corresponding to your AP model. - Paste the URL into the Manual Firmware field.
- Click Upgrade.
The device will fetch the file, install it, and reboot automatically.
Method 3: Manually via SSH
If you prefer command-line control or need to recover an AP outside the controller, use SSH.
Prerequisites:
- Know the IP address of the UniFi device
- Have SSH access enabled
- Have valid SSH credentials (either
ubnt/ubntfor factory-default or as configured in the controller)
Example SSH Process:
- Open Terminal (macOS/Linux) or PuTTY (Windows).
- Connect using:
ssh [email protected]
- Enter your password when prompted.
- Run the firmware upgrade command:
upgrade https://dl.ui.com/unifi/firmware/XXX/unifi_ap_upgrade.bin
Replace the URL with the direct firmware link for your AP model.
- The AP will download, apply the update, and reboot.
Troubleshooting Firmware Updates
If your UniFi AP isn’t updating:
- ✅ Make sure the device is adopted and online
- ✅ Confirm there’s enough power (avoid low-voltage PoE)
- ✅ Reboot the device and try again
- ✅ Use a different firmware version or try manual update
- ✅ Factory reset the AP (hold the reset button for 10 seconds), then re-adopt it
For SSH updates, confirm firewall rules allow outbound traffic on port 443 (HTTPS).
Summary: UniFi AP Firmware Upgrade Options
| Method | When to Use | Tools Needed |
|---|---|---|
| Auto via Controller | Most common and easiest | UniFi Controller |
| Manual via URL | For specific versions not yet in controller UI | Controller + URL |
| SSH CLI | For remote, legacy, or unadopted devices | SSH access + Terminal |
Keeping UniFi AP firmware updated is part of maintaining a healthy network. Whether you’re updating one device or an entire site, UniFi gives you flexible tools to manage firmware on your terms.

