Stable Version v0.1.18 Available

Next-Gen Infrastructure
Monitoring.

The open-source, serverless monitoring platform for modern engineering teams. Monitor anything, anywhere, without the operational overhead.

EZMON One-Line Agent Installer
1

curl -sSL https://ezmon.web.id/install.sh | sudo bash

2

# EZMON Agent starts collecting metrics instantly

3

Initialized system collector...

4

Connected to hub at app.ezmon.web.id

5

Sending metrics & heartbeats every 30s

Deployment Paths

Deploy Your EZMON Hub

Host your monitoring backend in seconds on Vercel with zero infrastructure maintenance, or self-host anywhere using Git.

Vercel One-Click Deploy

Recommended for instant serverless hub

FASTEST

Click below to automatically clone EZMON, provision environment variables, and deploy your Hub app to Vercel in 1 click.

Required Environment Variables:
DATABASE_URLNeon Postgres URL
CRON_SECRETEvaluator Bearer Token
NEXTAUTH_SECRETRandom 32-char String
NEXTAUTH_URLhttps://your-hub.vercel.app

Self-Host via Git Clone

Full control on your own VPS or bare-metal

MANUAL

Clone the monorepo repository and run locally or inside your Docker / Node.js production server.

git clone https://github.com/efzynx/ez-mon.git
cd ez-mon
npm install
npm --prefix apps/web run dev

Periodic Evaluator Setup (cron-job.org)

Automate host offline detection & notification dispatch every minute

1. Target URL
https://<your-hub>/api/internal/evaluate
2. HTTP Method
POST
3. Authorization Header
Bearer <CRON_SECRET>
4. Schedule Interval
Every 1 minute (* * * * *)

Serverless Hub

Built for Vercel and Neon. Scale infinitely with zero persistent backend maintenance.

Push-First Agents

Lightweight Go agents push metrics via HTTPS. Works perfectly behind any firewall.

Proactive Alerts

Get notified via Telegram, Discord, or Webhooks the moment a server goes offline.

Global Visibility

A unified dashboard for all your cloud and on-premise infrastructure worldwide.

Real-time Metrics

CPU, RAM, Disk, Network, and Docker stats aggregated in 5-minute buckets.

Open Source

Complete transparency. Host it yourself or use our managed platform. You're in control.

© 2026 EZMON Infrastructure. Built with precision by efzynx.