Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


install_unifi_on_ubuntu

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
install_unifi_on_ubuntu [2019/11/08 08:39] juckinsinstall_unifi_on_ubuntu [2020/06/19 08:18] juckins
Line 1: Line 1:
 ==== Install Unifi controller on Ubuntu ==== ==== Install Unifi controller on Ubuntu ====
 +
 +//Follow [[https://community.ui.com/questions/UniFi-Installation-Scripts-or-UniFi-Easy-Update-Script-or-UniFi-Lets-Encrypt-or-Ubuntu-16-04-18-04-/ccbc7530-dd61-40a7-82ec-22b17f027776|these easy update instructions]] to install latest [[https://www.ui.com/download/unifi/|Unifi controller on Ubuntu]] and run once per month.//\\
 +//Make a copy of the VM first (keep NAT settings to force same IP), shut it down, and use the copy VM as a test.//
 +
 +__19 Jun 2020__
 +
 +Updated to version 5.13.29
 +
 +__16 May 2020__
 +
 +Updated to version 5.12.72
 +
 +__27 Mar 2020__
 +
 +Updated to version 5.12.66
 +
 +__24 Jan 2020__
 +
 +MongoDB 3.4 keys expired.  Fix following steps in https://stackoverflow.com/questions/34733340/mongodb-gpg-invalid-signatures
 +
 +  sudo apt-key list | grep -A 1 expired
 +  
 +Copy the 40-hex-digit fingerprint and run:
 +
 +  sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys $FINGERPRINT 
 +  
 +where $FINGERPRINT is the value you copied (if it contains spaces, put quotes around it).
  
 __8 Nov 2019__ __8 Nov 2019__
Line 6: Line 33:
  
 __11 Oct 2019__ __11 Oct 2019__
- 
-Follow [[https://community.ui.com/questions/UniFi-Installation-Scripts-or-UniFi-Easy-Update-Script-or-UniFi-Lets-Encrypt-or-Ubuntu-16-04-18-04-/ccbc7530-dd61-40a7-82ec-22b17f027776|these easy update instructions]] to install latest [[https://www.ui.com/download/unifi/|Unifi controller on Ubuntu]] and run once per month. Make a copy of the VM first (keep NAT settings to force same IP), shut it down, and use the copy VM as a test. 
  
 Unifi controller update log: Unifi controller update log:
install_unifi_on_ubuntu.txt · Last modified: 2023/01/09 21:17 by juckins