Observability in one command

Netra is an open-source CLI that installs and manages a complete monitoring stack on Linux: Prometheus, Grafana, Loki, Promtail, and Node Exporter. No manual config—just run and go.

$ netra install
Prometheus Grafana Loki Promtail Node Exporter

Why Netra?

Single command

Run netra install. Answer a few prompts. Get a full stack with Grafana, Prometheus, Loki, and more—no manual YAML.

Docker-based

Everything runs in containers. Netra checks for Docker, installs it if needed, and brings the stack up with Docker Compose.

Flexible deployment

Single-server or distributed. Use interactive prompts or a YAML config file. Add remote agents with netra cluster add.

Template-driven

Jinja2-generated configs for Prometheus, Loki, Promtail, and Compose. Customize once, regenerate anytime with netra generate.

Ready to get started?

Install from source with pip or PDM, then run netra install on your Linux server.