01
Host identity
Reads hostname, OS, kernel, CPU architecture, IP addresses, and agent version.
The Fivenines agent is an open-source Linux monitoring agent. It collects infrastructure telemetry locally, then pushes metrics to Fivenines over HTTPS. It is not a remote shell, not an inbound daemon, and not a command-and-control channel.
Open-source agent · HTTPS push model · Optional modules are explicit
The agent runs locally and talks out to Fivenines. Your server does not need to expose an agent port to the internet.
Install
Creates the agent service, local config, and host token.
Collect
Reads metrics and enabled module data from the local host.
Push
Sends telemetry to Fivenines API endpoints over HTTPS.
Config
Gets module settings and intervals back from Fivenines.
Access boundary
The agent sends operational telemetry out to Fivenines. It does not open a control path back into your server.
Your server
Fivenines agent
Reads local host and enabled module data.
metrics · process names · package versions
HTTPS · Outbound only
No inbound agent port
Fivenines
Telemetry API
Receives operational telemetry pushed by the agent.
dashboard · alerts · module config
What the agent does
01
Reads hostname, OS, kernel, CPU architecture, IP addresses, and agent version.
02
Collects CPU, load, memory, swap, disk I/O, partitions, network counters, and temperatures.
03
Reports top process names by CPU and memory usage for troubleshooting.
04
Can send open ports, package names and versions when those modules are enabled.
05
Can collect Docker, QEMU, Proxmox, PostgreSQL, Redis, NGINX, Caddy, SNMP, RAID, S.M.A.R.T., Fail2ban, and NVIDIA GPU stats when configured.
06
Supports user-level install; deeper modules use explicit local access such as Docker socket, read-oriented API tokens, database monitoring views, or constrained sudoers commands.
The agent is open source, the install path is documented, and the permission model is explicit. Start with the live demo or create a trial when you want to test it on a real server.
No credit card · User-level install available · Optional modules are explicit