How upgrade Unifi Controller (Ubuntu Server) from whatever to latest
Print
Created by: Aaron Allien
Modified on: Mon, Oct 14, 2024 at 7:51 PM
apt-get update; apt-get install ca-certificates curl -y
sudo -i (Ubuntu) or su (Debian)
curl -sO https://get.glennr.nl/unifi/install/install_latest/unifi-latest.sh && bash unifi-latest.sh
or for specific versions
curl -sO https://get.glennr.nl/unifi/install/unifi-6.5.55.sh && bash unifi-6.5.55.sh
https://community.ui.com/questions/UniFi-Installation-Scripts-or-UniFi-Easy-Update-Script-or-UniFi-Lets-Encrypt-or-UniFi-Easy-Encrypt-/ccbc7530-dd61-40a7-82ec-22b17f027776
Aaron is the author of this solution article.
Did you find it helpful?
Yes
No
Send feedback Sorry we couldn't be helpful. Help us improve this article with your feedback.