Quick Install
curl -sSL https://archive.clustereye.com/clustereye-stack-install.sh | bash
Installs Kind, Helm, and the complete ClusterEye stack on Ubuntu 24.04
curl -fsSL https://archive.clustereye.com/deploy/standalone/install.sh | sudo bash -s -- --api-version=VERSION --ui-version=VERSION --domain=YOUR_DOMAIN_OR_IP --postgres=local
Full platform on bare-metal Linux — no Docker required
curl -sSL https://archive.clustereye.com/install.sh | sudo bash -s -- -p postgres
Platforms: postgres, mongo, mssql
Standalone Installation
Standalone installation for bare-metal Linux servers. Installs ClusterEye API + UI with nginx reverse proxy, without Docker or Kubernetes.
Quick Install
curl -fsSL https://archive.clustereye.com/deploy/standalone/install.sh | sudo bash -s -- --api-version=VERSION --ui-version=VERSION --domain=YOUR_DOMAIN_OR_IP --postgres=local
Replace VERSION with the desired version numbers. Defaults serve HTTPS on 443 and plaintext HTTP/h2c on 80 (for plaintext gRPC agents). API and UI versions can differ.
Components
Features
- Single-command installation (no Docker required)
- Auto-generated 10-year self-signed TLS certificate
- nginx reverse proxy — HTTPS + plaintext h2c side-by-side
- HTTP/2 and gRPC support (TLS and plaintext)
- Optional local or external PostgreSQL
- Optional local or external InfluxDB
- systemd service with security hardening
- Independent API and UI versioning
Install Options (install.sh)
Required
PostgreSQL
InfluxDB
TLS
Network
Other
Upgrade (upgrade.sh)
In-place upgrade of the API binary or UI assets. Config, secrets, TLS, and databases are preserved. Detects existing ports automatically from the live nginx config.
curl -fsSL https://archive.clustereye.com/deploy/standalone/upgrade.sh | sudo bash -s -- --api-version=NEW --ui-version=NEW
Options
At least one of --api-version or --ui-version is required. Specify both to upgrade together.
Uninstall (uninstall.sh)
Without flags, removes the systemd service, binary, nginx config, and journald drop-in. Configs, secrets, TLS, and databases are preserved. Use the purge flags to remove everything.
sudo ./uninstall.sh --purge --purge-db --purge-influxdb --yes-i-mean-it
Options
Linux Releases
Windows
ClusterEye Stack Install
Complete stack installation for Ubuntu 24.04. Installs Kind, Helm, and deploys the full ClusterEye platform with PostgreSQL, InfluxDB, and all services.
curl -sSL https://archive.clustereye.com/clustereye-stack-install.sh | bash
Agent Install Script
Automated installation script for ClusterEye Agent. Supports PostgreSQL, MongoDB, and MS SQL Server monitoring with systemd service setup.
curl -sSL https://archive.clustereye.com/install.sh | sudo bash -s -- -p postgres