Hero Background
Zabbix 📅 2026-07-25

How to Deploy Zabbix Agent 2 on Linux


Introduction

Zabbix Agent 2 is written in Go and provides high-performance metric collection for modern Linux infrastructures.

Step 1: Install Zabbix Repository

wget https://repo.zabbix.com/zabbix/7.0/ubuntu/pool/main/z/zabbix-release/zabbix-release_latest+ubuntu24.04_all.deb
dpkg -i zabbix-release_latest+ubuntu24.04_all.deb
apt update

Step 2: Install Agent 2

apt install zabbix-agent2
← Back to Home