Skip to main content
CatOps Hub is a lightweight, self-hosted monitoring dashboard. Install it on your server and monitor everything from a beautiful web interface.

Why Hub?

Your Data, Your Server

All data stays on your infrastructure. We never see it.

One-Time Payment

No subscriptions. Pay once, use forever.

Single Binary

One ~15MB binary. No Docker, no dependencies.

Offline Ready

Works in air-gapped and private networks.

Features

FeatureDescription
Real-time MetricsCPU, memory, disk, network - updated every 10 seconds
Docker ManagementView containers, logs, start/stop/restart
Service DetectionAuto-detect nginx, PostgreSQL, Redis, MySQL, and more
Network ConnectionsSee active connections and listening ports
Health ChecksMonitor HTTP endpoints for uptime
Multi-UserTeam access with Admin/Viewer roles (PRO)
Telegram AlertsGet notified when something breaks
Audit LogsTrack who did what (PRO)

Quick Start

curl -fsSL https://get.catops.app/hub.sh | sudo sh
Then open http://your-server:8090 and activate your license.

Requirements

  • OS: Linux, macOS, or FreeBSD
  • Root: Required for installation
  • Port: 8090 (configurable)
  • RAM: ~50MB
  • Disk: ~50MB + data

Pricing

Personal - $5

  • Up to 3 devices
  • 7-day retention
  • Email alerts
  • Lifetime updates

PRO - $99

  • Unlimited devices
  • 30-day retention
  • All alert channels
  • Multi-user + RBAC
  • Audit logs

Get a License

Purchase at catops.app/hub-licenses

Architecture

Hub runs as a single process on your server:
┌─────────────────────────────────────────┐
│              Your Server                │
│  ┌─────────────────────────────────────┐│
│  │         CatOps Hub                  ││
│  │  ┌──────────┐  ┌────────────────┐   ││
│  │  │ Collector │  │ Web Dashboard  │   ││
│  │  └──────────┘  └────────────────┘   ││
│  │  ┌──────────┐  ┌────────────────┐   ││
│  │  │ Database │  │ Alert Manager  │   ││
│  │  │ (SQLite) │  │                │   ││
│  │  └──────────┘  └────────────────┘   ││
│  └─────────────────────────────────────┘│
│         Docker Socket (optional)        │
└─────────────────────────────────────────┘

Next Steps

Installation

Install Hub on your server

Activate License

Activate your Hub license

Dashboard Guide

Learn the dashboard interface

Docker Monitoring

Monitor your containers