User Tools

Site Tools


ubiquiti:troubleshooting:unifi_network_keeps_restarting_after_upgrade

Ubiquiti - Troubleshooting - UniFi Network keeps restarting after upgrade

Try running the following via SSH:

systemctl stop unifi
for i in $(ps aux | grep -i "^unifi " | awk '{print$2}'); do kill -9 $i; done
systemctl start unifi

Then check the application start in a few minutes.

ubiquiti/troubleshooting/unifi_network_keeps_restarting_after_upgrade.txt · Last modified: 2021/11/20 12:49 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki