As our homelab grew past a handful of containers into a real fleet — virtual machines, LXCs, and dedicated services all running self-hosted software — it became clear we needed a single pane of glass for security. Nothing was broken; we just had no coherent answer to the question, "what is actually running where, and is anything out of the ordinary?"
That's what Wazuh is for. Wazuh is a free, open-source security platform that unifies host monitoring, security event collection, and threat detection into one tool. We deployed it as a single-node setup on our own hardware, and it's now the backbone of how we keep an eye on the lab.
At its core, Wazuh collects and analyzes security data from every host it's installed on. That breaks down into three things we lean on every day:
It also gives us a centralized dashboard — a single screen where every monitored host, alert, and status is visible at a glance. For a self-hosted setup spread across multiple machines, that visibility is the whole point.
We looked at a few options and kept coming back to Wazuh for three reasons:
Concretely, Wazuh is how we answer the everyday security questions that used to require digging through each host by hand:
Wazuh slots into an existing observability stack rather than replacing it. We already run Nagios for service health and Grafana/Prometheus for metrics — Wazuh covers the security layer those tools aren't built for. It's gated behind a single sign-on login like the rest of our internal dashboards, so only authorized accounts can reach it.
The deployment itself was a dedicated single-node install on our own infrastructure, with agents rolled out across the fleet. From there it was mostly a matter of letting detection rules tune themselves to normal traffic — the same "warm it up, then trust it" approach we use for everything else in the lab.
We're writing this up largely because we believe in being open about how a self-hosted operation runs. The lab is a testing ground for software we build and ship — games, music, and tools under the Gravey Studios name — and security is part of doing that responsibly. The stack is ordinary, well-documented open-source software, deployed the straightforward way.
Contact: [email protected]