← Journal
sovereignty·mars 2026·Journal

A dashboard that stays home

Building your own dashboard without depending on anyone: data at home, open-source tools, real time.

A dashboard of your activity — server status, projects, automations — doesn't require handing that data to a third-party service. It can live on your own infrastructure. And the real question isn't which tool, but who owns the data — and do you actually read it.

Your data is an asset AI doesn't commoditize

A dashboard hosted elsewhere is convenient for five minutes and constraining afterward: your metrics live with someone else, who changes the price when they want and shuts down when they want. Yet at a time when AI is leveling the ability to build and analyze, the data you accumulate remains one of the few advantages it doesn't commoditize: your history, your indicators, the memory of your activity. Nobody else has them, and they can't be copied. Handing them to a third party means giving up an asset that is hard to reproduce.

What I take from it — Your activity data is a non-commoditized asset. Hosting it with a third party means selling it cheap.

The trap: light and read, not heavy and ignored

Almost everyone believes "better monitoring" = "bigger tool". Wrong, and documented. The most common failure mode isn't the wrong tool — it's the installed tool whose alerts are never read. OWASP ranks it A09 (logging and monitoring failures). And the 2023 Vectra AI survey of 2,000 analysts gives the scale: 3,832 alerts per day on average, 62% of which are never handled. Wiring matters more than tool choice. A monitoring factory eating several gigabytes of RAM, built for teams, mostly produces noise you end up ignoring on a solo server.

What I take from it — A small dashboard you read beats a big stack you ignore. Wiring comes before the tool.

What to set up

  1. Self-host. Open-source components on your own server; the numbers stay on your machine, from sensor to display. Reachable over a private network, invisible from the Internet.
  2. Light rather than heavy. A server health monitor + an external uptime checker are enough. No multi-GB RAM factory you'll end up ignoring.
  3. Wire the alerts for real. A checker that alerts into the void is useless: connect the notifications, and tune the signal so that an alert means something.
  4. Timestamp every data point. The dashboard must monitor its own freshness: flag when a source stops responding. A stale number, displayed with authority, is more dangerous than no number at all.
  5. Separate two questions. "Is it running?" is not "is it healthy?". A green dashboard that only counts outages lies about security.

What I take from it — A dashboard must monitor its own freshness. Data without a date is a formatted guess.

What sovereign means

Sovereign doesn't mean complicated, or rebuilding everything. It means three things: knowing where your data is, being able to restore it, and having no one who can cut off access to your own view. For anything at the core of the business, that control is worth defending — because the comfort of a managed service is paid for in dependence.

Taking back control of your tools and data, without becoming an engineer, is exactly what I do at Orogen. Write to me, let's talk.

Sources

  • OWASP Top 10 2021, A09:2021 – Security Logging and Monitoring Failures — owasp.org.
  • Vectra AI, 2023 State of Threat Detection, survey of 2,000 SOC analysts — 3,832 alerts per day on average, 62% ignored — vectra.ai.