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/10/11 17:53] juckinsinstall_unifi_on_ubuntu [2019/10/11 17:56] juckins
Line 15: Line 15:
       * Install the controller again       * Install the controller again
       * Restore the backup       * Restore the backup
 +
 +<code>
 +dpkg -l | grep unifi
 +dpkg -l | grep mongo
 +dpkg --remove --force-remove-reinstreq unifi
 +wget https://get.glennr.nl/unifi/install/install_latest/unifi-latest.sh; chmod +x unifi-latest.sh; ./unifi-latest.sh
 +
 +apt purge unifi mongod*
 +./unifi-latest.sh
 +./unifi-5.11.50.sh 
 +./unifi-5.11.50.sh -skip
 +</code>
  
  
install_unifi_on_ubuntu.txt · Last modified: 2023/01/09 21:17 by juckins