UniFi Network - Leveraging TFTP Recovery (Advanced Users Only)
UniFi is designed to work seamlessly out of the box and has various methods of auto-recovery to ensure maximum robustness.
Trivial File Transfer Protocol (TFTP) Recovery is used if your Access Point (AP) enters a broken state. This may be caused by electrostatic discharge from one of your other networking devices, or it may result if the firmware update process is interrupted.
You should only attempt this as a last resort and with the recommendation of our Ubiquiti Support Team.
Procedure
Make sure your AP is powered on, and has one available ethernet port.
Press and hold the Reset button. Do not release it until step 5.
While continuing to press the Reset button, connect your computer to the available ethernet port of the AP.
Continue holding the Reset button until the light begins flashing white > blue > off as indicated in our LED Status Guide. This indicates your device is ready for TFTP Recovery and you can release the button.
Set a static IP address on your computer to communicate with the AP which has a default IP address of 192.168.1.20. The following is an example configuration:
Static IP: 192.168.1.25
Subnet: 255.255.255.0
Gateway: 192.168.1.20
Use TFTP to move the firmware from your computer to your AP. There are various programs and methods for accomplishing this. We provide two methods for your reference.
Enter TFTP mode by entering the command tftp.
Once in TFTP, paste the following commands and hit enter.
connect 192.168.1.20
binary
rexmt 1
timeout 60
put /path/to/firmware_name.bin
8. The file will begin transferring at this point. The firmware will upgrade and the device will automatically reboot once it has finished. Do not reboot it yourself.