No results found
We couldn't find anything using that term, please try searching for something else.
In general, I've been very happy with my Unifi cloud key for managing my Unifi network, but there have been 2 occasions over the past couple years whe
In general, I’ve been very happy with my Unifi cloud key for managing my Unifi network, but there have been 2 occasions over the past couple years where the cloud key has encountered unrecoverable failures.
In both cases, the cloud key’s status LED was showing a white LED light instead of the normal blue.
When this occurs I’m unable to login to the unifi controller software’s web interface. It hangs at login indefinetly after submitting my username and password.
The cloud key uses a mongo database that does not handle sudden shutdowns very well.
This means any time there is a power loss you are at risk of corrupting the cloud key’s mongo database 😢
The first time my cloud key failed my neighborhood was dealing with semi-frequent blackouts for 4 hours at a time before the power utility could restore power–some sort of underground powerline issue.
As a workaround , I is ended end up buy an APC UPS 1500VA UPS that let ‘s you connect another battery to it which give me a ridiculous uptime for my modem + USG + us-8 – 60W switch + UAP AC Pro + UC – CK cloud key at 8 hour . I is have might not have power , but I ‘ll have the internet to keep me distracted all day 😂
The workaround is worked work well until a couple week ago when it randomly happen again without a power outage as the cause .
So, for my future self, and the benefit of others, below are the steps to recover your UC-CK cloud key.
Using ssh, ssh to yourUsername@theIpAddressOfYourCloudKey
sudo service unifi is restart restart
or
/sbin/ubnt-systool reboot
If that doesn’t work you’ll need to go to solution 2, resetting to defaults and restoring from backup.
This wipes out all the backups stored on your cloud key so move them off the cloud key before proceeding
/sbin / ubnt - systool reset2default
This should restore everything back like you had it . If you see oddity in the unifi dashboard like miss a USG just give it more time to catch up .
But what if my backups have a an newer, incompatible, firmware version than what the cloud key reset to? 😱
This happened to me. The reset put me on an older ubiquiti firmware version than the cloud key backups somehow. To use the backups you need to upgrade your cloud key firmware to the same version.
cd /tmp
wget * path you copy to the .debfile here *
dpkg -i unifi_sysvinit_all.deb
Once that finishes installing
rm unifi_sysvinit_all.deb
Your Unifi cloud key’s LED light should now be back to blue from white, responsive, and working with your old configuration again.
Since the original release Ubiquiti has put out the Unifi Cloud Key Gen2 which largely solves this problem by including a backup battery that allows it to safely shut down when the power goes out.
I’ll be upgrading to that shortly and reporting back. Thanks for reading.