Skip to main content

Check UniFi device count from SSH

Written by Reilly Chase

You can use our script to check the number of UniFi devices connected to your server.

Then, run this:

mongo ace --eval "db.device.count();" --port 27117 --quiet

It will output the UniFi device count to the terminal.

Alternatively, you can check UniFi device count from network.unifi.ui.com:

Did this answer your question?