Watch a Unifi Cloud Gateway's CPU temperature and usage in real time from a web browser.
Track memory usage on the gateway over a rolling five minute window.
Keep an eye on gateway health without logging into the router's own admin interface.
| grue-some/ucg-dash | 100/rutgers-pbl-dining-2015 | a15n/a15n_old | |
|---|---|---|---|
| Stars | 0 | — | — |
| Language | HTML | HTML | HTML |
| Last pushed | — | 2015-12-01 | 2016-06-18 |
| Maintenance | — | Dormant | Dormant |
| Setup difficulty | easy | easy | easy |
| Complexity | 2/5 | 1/5 | 1/5 |
| Audience | ops devops | general | general |
Figures from each repo's GitHub metadata at analysis time.
Tested only on a UCG Ultra running firmware 5.1.19, behavior on other models or versions is not documented.
ucg-dash is a small monitoring tool for a Unifi Cloud Gateway, a type of network router made by Ubiquiti. It installs a background service on the gateway itself and serves a web page, reachable at port 38083, that shows the router's current CPU temperature, CPU usage, and memory usage. The page also draws a five minute graph for each of those three measurements and updates itself automatically, so you can watch how the gateway is performing without refreshing the page or logging into it repeatedly. According to the README, it has been tested specifically on a UCG Ultra device running firmware version 5.1.19, so it may or may not work as expected on other Unifi Cloud Gateway models or firmware versions, since the README does not say either way. To install it, you pick a directory on the gateway such as /opt, then either clone the project with Git or download and unzip a release file into that folder. After making sure the included install script is executable, you run that script and it sets up the ucg-dash service for you. The README does not describe how to uninstall it, configure the port, or customize what the dashboard shows, so those details are not covered. The README notes that most of the code was written by an AI tool, Google AI, with some manual edits and guidance from the maintainer. The README itself is quite short and does not mention a license, a supported language runtime beyond HTML for the dashboard page, or any contribution guidelines, so anyone wanting more detail than temperature and utilization graphs would need to read the source code directly.
A small dashboard service for a Unifi Cloud Gateway router that shows live CPU temperature and CPU and memory usage graphs.
Mainly HTML. The stack also includes HTML.
Setup difficulty is rated easy, with roughly 30min to a first successful run.
Mainly ops devops.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.