Unifi AP Reset

on Oct. 12, 2021, 1:50 a.m.

On occasion, I seem to have to move Unifi controllers or reconfigure APs altogether. So here's how I've done it since they always have issues with provisioning and adoption.

syswrapper.sh restore-default
sudo set-inform http://10.0.0.2:8080/inform

default password to ssh is:
ubnt/ubnt

also, disable IPv6 on the controller so STUN doesn't have issues. Add the following:


nano /etc/sysctl.conf
...
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1