Skip to main content
The Odigos VM Agent is available as part of Odigos Pro. For access and licensing details, contact us.

Configuring Package Sources (apt, dnf, rpm)

To install the Odigos VM Agent, configure your package manager or obtain the RPM files.
Using dnf (RHEL, Fedora, Rocky Linux):
sudo rm /etc/yum.repos.d/odigos.repo
sudo tee /etc/yum.repos.d/odigos.repo > /dev/null <<'EOF'
[odigos]
name=Odigos Packages
baseurl=https://yum.odigos.io/projects/odigos-cloud/odigos-rpm
enabled=1
gpgcheck=0
repo_gpgcheck=0
EOF

sudo dnf makecache

Installation

Using dnf (RHEL, Fedora, Rocky Linux):
sudo dnf install odigos

Enabling the Odigos OpenTelemetry Collector and VM Agent service

Once the installation is complete, enable the VM Agent service to start automatically on system startup:
sudo systemctl enable --now odigos-otelcol.service
sudo systemctl enable --now odigos-vmagent.service