All Collections
UniFi
UniFi - SSH Management
Check UniFi device count from SSH
Check UniFi device count from SSH
Reilly Chase avatar
Written by Reilly Chase
Updated over a week ago

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?