You can have your first server reporting metrics in under a minute. Add the server in the dashboard, run one install command on the host, then wait for the first heartbeat.
api-prod-1. Hyperping generates a single-use install token.sudo. The installer detects OS and architecture, verifies SHA256, and registers the service.Replace the placeholder with your real install token:
curl -fsSL https://hyperping.com/install.sh | sh -s HP_INSTALL_xxxxxThe script is POSIX sh, so sh, dash, and bash all work. If you prefer to run as root directly, the command works without sudo.
It creates the hyperping system user on Linux, writes config to /etc/hyperping/, installs the binary to /usr/local/bin/hp-agent, and registers a service with systemd or launchd. See the install reference for the full picture.