Skip to Content
🎉 EZMON v0.1.3 is released. Visit ezmon.web.id →
InstallationInstallation Overview

Installation

EZMON consists of three components. Install them in this order:

  1. Hub (Next.js on Vercel) — the central API and dashboard
  2. Worker (Cloudflare Workers) — the global evaluator cron
  3. Agent (Go binary) — runs on each server you want to monitor

The Hub must be online before agents can register. Deploy Hub first.

Requirements

ComponentRequirementMin Version
HubNode.js, npm/pnpm, Vercel accountNode 18+
WorkerCloudflare account, Wrangler CLIWrangler 3+
AgentLinux server (amd64 or arm64)Kernel 4.x+
DatabaseNeon Serverless Postgres account

Continue to the component-specific guides:

Last updated on