How to install zabbix-agent on Debian Server

In order to install the Zabbix-agent on a Debian OS server, you can do the following steps:

  1. Login to the server as root privileged user.
  2. Download the zabbix deb using wget:
    # wget --no-check-certificate https://repo.zabbix.com/zabbix/5.4/debian/pool/main/z/zabbix-release/zabbix-release_5.4-1+debian11_all.deb
  3. Install it using dpkg command:
    #dpkg -i zabbix-release_5.4-1+debian11_all.deb
  4. Install the zabbix-agent package using apt install command:
    #apt install zabbix-agent
  5. After the installation, you can do the necessary configuration changes in the file:
    # vi /etc/zabbix/zabbix_agentd.conf
  6. One done, restart the service:
    # service zabbix-agent restart
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How To Install and Use Docker on Ubuntu 16.04

Introduction Docker is an application that makes it simple and easy to run application processes...

Change Main IP of the server :: Vesta Panel

If we are changing the main IP of a server installed with Vesta panel, we can use the following...

cPanel: Apache-FastCGI Data Timeout Error

If you are using a cPanel server and have FastCGI enabled in Apache, you might be facing the...

Domainkey installer in cPanel

You can use the following cPanel script to install domainkey for an account...

Email issues :: Common Troubleshooting Steps

Here I will discuss some common errors and their solution: We are using a mail relay setup for...