Installing on Linux
This guide covers installing MetricsHub on Debian-based and Red Hat-based Linux distributions.
Supported versions: Debian 10+, Ubuntu 20.04+, RHEL/CentOS 8+
- Community Edition
- Enterprise Edition
Automatic Install
The fastest way to get started with MetricsHub Community is the one-line installer script, which works on any supported distribution:
curl -fsSL https://get.metricshub.com | bash
Once complete, verify the installation:
$HOME/metricshub/bin/metricshub --version
Manual Install
- Debian / Ubuntu
- Red Hat / CentOS
If you prefer manual control over the installation, download the appropriate Debian package from metricshub.com/downloads.
x86_64:
sudo dpkg -i metricshub-community_3.9.02_amd64.deb
ARM64:
sudo dpkg -i metricshub-community_3.9.02_arm64.deb
If you prefer manual control over the installation, download the appropriate RPM package from metricshub.com/downloads.
x86_64:
sudo rpm -i metricshub-community-3.9.02-1.x86_64.rpm
ARM64:
sudo rpm -i metricshub-community-3.9.02-1.aarch64.rpm
Managing the Service
MetricsHub runs as a systemd service. Use these commands to control it:
# Start the service
systemctl start metricshub-community-service
# Stop the service
systemctl stop metricshub-community-service
Uninstalling
To remove MetricsHub Community from your system:
- Debian / Ubuntu
- Red Hat / CentOS
sudo dpkg -r metricshub-community
sudo rpm -e metricshub-community
Upgrading
To upgrade to a newer version:
- Download the latest package from metricshub.com/downloads
- Stop the service:
systemctl stop metricshub-community-service - Install the new package using
dpkg -i(Debian/Ubuntu) orrpm -U(Red Hat/CentOS)
Your configuration files are preserved during the upgrade.
Manual Install
- Debian / Ubuntu
- Red Hat / CentOS
Download the appropriate Debian package from metricshub.com/downloads.
x86_64:
sudo dpkg -i metricshub-enterprise_3.9.02_amd64.deb
ARM64:
sudo dpkg -i metricshub-enterprise_3.9.02_arm64.deb
Download the appropriate RPM package from metricshub.com/downloads.
x86_64:
sudo rpm -i metricshub-enterprise-3.9.02-1.x86_64.rpm
ARM64:
sudo rpm -i metricshub-enterprise-3.9.02-1.aarch64.rpm
Managing the Service
MetricsHub runs as a systemd service. Use these commands to control it:
# Start the service
systemctl start metricshub-enterprise-service
# Stop the service
systemctl stop metricshub-enterprise-service
Uninstalling
To remove MetricsHub Enterprise from your system:
- Debian / Ubuntu
- Red Hat / CentOS
sudo dpkg -r metricshub-enterprise
sudo rpm -e metricshub-enterprise
Upgrading
To upgrade to a newer version:
- Download the latest package from metricshub.com/downloads
- Stop the service:
systemctl stop metricshub-enterprise-service - Install the new package using
dpkg -i(Debian/Ubuntu) orrpm -U(Red Hat/CentOS)
Your configuration files are preserved during the upgrade.
When complete, files are deployed to /opt/metricshub and the service starts automatically.
Next Steps
Once installed, you're ready to configure MetricsHub:
- Configure your resources — define what to monitor
- Set up telemetry export — choose where to send metrics
- Access the Web UI — manage and monitor from your browser