Table of Contents

Ubiquiti - Troubleshooting - Console Dashboard not showing information

Try to perform a database repair.


Stop the Unifi Services

systemctl stop unifi 

Stop the Mongo Service

service mongodb stop

Repair the Database

mongod --dbpath /usr/lib/unifi/data/db --repair

Start the Database

service mongodb start

Start Unifi

systemctl start unifi