1. Information

Factory reset.

2. Preparation for adoption

  • Sites: Add the AP MAC address to the firewall DHCP lease.

ssh in with ubnt and ubnt password.

ssh smru@10.10.1.32
ssh smru@10.10.1.33
ssh smru@10.10.1.34
ssh ubnt@192.168.26.51

# Inform the access point about the unifi controller to use.
set-inform http://10.10.1.4:8080/inform
# Note: This fails when the device does not have direct internet access.
upgrade https://dl.ui.com/unifi/firmware/U7PG2/6.2.49.14111/BZ.qca956x_6.2.49+14111.221201.0240.bin
ls -al /tmp
scp -p smru@10.10.1.2:"/media/Windows/Firmware/UniFi\ UAP-AC-Lite/BZ.qca956x_6.2.49+14111.221201.0240.bin" /tmp/fwupdate.bin
ls -al /tmp
syswrapper.sh upgrade2 &
# Note: The device closes the SSH connection.