Documentation/Getting started

Meet Unimoni

Unimoni — universal infrastructure monitoring. In this section you will run Unimoni locally, register your first agent and see data on a dashboard.

What you'll need

  • Go 1.22+
  • Node 20+
  • Docker + Compose v2 (or brew install postgresql@16 tsdb)
  • ~10 minutes

How Unimoni works

агенты → mTLS ingest → API → TSDB
                       ↓
                       Postgres (state)
                       ↓
                       Кабинет (Next.js)

The API is a Go binary on :8080 (cabinet) and :8443 (mTLS ingest). The TSDB is a Prometheus-compatible store. Postgres holds users, orgs, dashboards, rules.