{"id":11925,"date":"2024-08-04T10:08:41","date_gmt":"2024-08-04T10:08:41","guid":{"rendered":"https:\/\/greenwebpage.com\/community\/?p=11925"},"modified":"2024-08-19T04:34:52","modified_gmt":"2024-08-19T04:34:52","slug":"how-to-install-zabbix-server-on-centos-9","status":"publish","type":"post","link":"https:\/\/greenwebpage.com\/community\/how-to-install-zabbix-server-on-centos-9\/","title":{"rendered":"How to Install Zabbix Server on Centos 9"},"content":{"rendered":"\n<p>The Zabbix Server is a powerful monitoring tool for inspecting the performance of computer systems and networks. It collects data from various devices and applications, analyzing trends through visualization.<\/p>\n\n\n\n<p>The Zabbix server helps in preventing potential problems before they occur. Additionally, you can personalize the Zabbix server to meet your specific needs.<\/p>\n\n\n\n<p>This post aims to demonstrate the process of installing the Zabbix server on the CentOS 9 Stream system.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How to Install Zabbix Server on Centos 9?<\/strong><\/h2>\n\n\n\n<p>You must ensure the following packages are installed on your CentOS 9 system for the Zabbix server:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"#How-to-Configure-the-Apache-and-PHP-Modules-on-the-CentOS-9-System\">How to Configure the Apache and PHP Modules on the CentOS 9 System?<\/a><\/li>\n\n\n\n<li><a href=\"#How-to-Configure-MariaDB-on-the-CentOS-9-System\">How to Configure MariaDB on the CentOS 9 System?<\/a><\/li>\n\n\n\n<li><a href=\"#How-to-Install-Zabbix-Server-on-Centos-9-System\">How to Install Zabbix Server on Centos 9 System?<\/a><\/li>\n\n\n\n<li><a href=\"#How-to-Access-the-Zabbix-Server-Dashboard\">How to Access the Zabbix Server Dashboard<\/a>?<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"How-to-Configure-the-Apache-and-PHP-Modules-on-the-CentOS-9-System\"><strong>How to Configure the Apache and PHP Modules on the CentOS 9 System?<\/strong><\/h3>\n\n\n\n<p>This section will demonstrate the complete process of configuring the Apache server and PHP modules on your CentOS 9 system.<\/p>\n\n\n\n<p><strong>Step 1: Update CentOS 9 System Files<\/strong><\/p>\n\n\n\n<p>Let\u2019s initiate the installation process with the essential command, to update and refresh the CentOS 9 system files:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>sudo dnf update<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img fetchpriority=\"high\" decoding=\"async\" width=\"886\" height=\"161\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-1.png\" alt=\"\" class=\"wp-image-11926\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-1.png 886w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-1-300x55.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-1-768x140.png 768w\" sizes=\"(max-width: 886px) 100vw, 886px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>After you have refreshed and updated the system, proceed with installing packages, such as Apache, PHP, MariaDB, and Zabbix server.<\/p>\n\n\n\n<p><strong>Step 2: Install Apache and PHP<\/strong><\/p>\n\n\n\n<p>To smoothly run the Zabbix server, you need to install the Apache and PHP modules using the command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>sudo dnf install httpd php php-cli php-gd php-curl php-zip php-mbstring php-mysqlnd -y<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"888\" height=\"491\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-2.png\" alt=\"\" class=\"wp-image-11927\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-2.png 888w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-2-300x166.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-2-768x425.png 768w\" sizes=\"(max-width: 888px) 100vw, 888px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"887\" height=\"486\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-3.png\" alt=\"\" class=\"wp-image-11928\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-3.png 887w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-3-300x164.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-3-768x421.png 768w\" sizes=\"(max-width: 887px) 100vw, 887px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>The \u201cComplete\u201d on your terminal indicates that Apache, PHP, and its modules have been installed on your CentOS 9 Stream system.<\/p>\n\n\n\n<p><strong>Step 3: Enable the Apache Service on the Boot<\/strong><\/p>\n\n\n\n<p>To start on the boot, you need to enable the Apache Services through the command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>sudo systemctl enable httpd<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"886\" height=\"93\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-4.png\" alt=\"\" class=\"wp-image-11929\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-4.png 886w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-4-300x31.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-4-768x81.png 768w\" sizes=\"(max-width: 886px) 100vw, 886px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>The Apache services are now enabled on your CentOS 9 system.<\/p>\n\n\n\n<p><strong>Step 4: Start the Apache Service<\/strong><\/p>\n\n\n\n<p>Utilize this command to start the Apache server on your system:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>sudo systemctl start httpd<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"867\" height=\"49\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-5.png\" alt=\"\" class=\"wp-image-11930\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-5.png 867w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-5-300x17.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-5-768x43.png 768w\" sizes=\"(max-width: 867px) 100vw, 867px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Step 5: Verify the Active Status of Apache<\/strong><\/p>\n\n\n\n<p>Use the following command to display a detailed status report of the Apache service:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>sudo systemctl status httpd<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"887\" height=\"555\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-6.png\" alt=\"\" class=\"wp-image-11931\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-6.png 887w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-6-300x188.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-6-768x481.png 768w\" sizes=\"(max-width: 887px) 100vw, 887px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Verify that the Apache service is active on your CentOS 9 Stream system.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"How-to-Configure-MariaDB-on-the-CentOS-9-System\"><strong>How to Configure MariaDB on the CentOS 9 System?<\/strong><\/h3>\n\n\n\n<p>Here are essential steps to configure the MariaDB package on your CentOS 9 system.<\/p>\n\n\n\n<p><strong>Step 1: Install MariaDB<\/strong><\/p>\n\n\n\n<p>MariaDB package provides the necessary database backend that stores and manages all the configuration and monitoring data for the Zabbix server. Therefore, you are required to install the MariaDB package via the command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>sudo dnf install mariadb-server mariadb -y<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"883\" height=\"509\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-7.png\" alt=\"\" class=\"wp-image-11932\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-7.png 883w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-7-300x173.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-7-768x443.png 768w\" sizes=\"(max-width: 883px) 100vw, 883px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"881\" height=\"462\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-8.png\" alt=\"\" class=\"wp-image-11933\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-8.png 881w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-8-300x157.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-8-768x403.png 768w\" sizes=\"(max-width: 881px) 100vw, 881px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>As shown in the above screenshot, MariaDB has been successfully installed on your CentOS 9 Stream system.<\/p>\n\n\n\n<p><strong>Step 2: Enable the MariaDB Service<\/strong><\/p>\n\n\n\n<p>Upon installing the MariaDB package, run the provided command to enable it to start on boot:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>sudo systemctl enable mariadb<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"885\" height=\"181\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-9.png\" alt=\"\" class=\"wp-image-11934\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-9.png 885w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-9-300x61.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-9-768x157.png 768w\" sizes=\"(max-width: 885px) 100vw, 885px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>This command ensures that the MariaDB service is always available and running on your CentOS 9 system.<\/p>\n\n\n\n<p><strong>Step 3: Start the MariaDB Service<\/strong><\/p>\n\n\n\n<p>Let, initiate the MariaDB service from the terminal using the command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>sudo systemctl start mariadb<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"882\" height=\"49\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-10.png\" alt=\"\" class=\"wp-image-11935\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-10.png 882w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-10-300x17.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-10-768x43.png 768w\" sizes=\"(max-width: 882px) 100vw, 882px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>The output with no content indicates that the MariaDB service has been started without encountering any error.<\/p>\n\n\n\n<p><strong>Step 4: Confirm the Active Status of MariaDB<\/strong><\/p>\n\n\n\n<p>Here is the command that can be used to confirm the active status of MariaDB services on your CentOS 9 Stream system:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>sudo systemctl status mariadb<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"885\" height=\"552\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-11.png\" alt=\"\" class=\"wp-image-11936\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-11.png 885w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-11-300x187.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-11-768x479.png 768w\" sizes=\"(max-width: 885px) 100vw, 885px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>If you see the \u201cactive (running)\u201d in the output, it indicates that the MariaDB package has been successfully configured on your CentOS 9 Stream system.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"How-to-Install-Zabbix-Server-on-Centos-9-System\"><strong>How to Install Zabbix Server on Centos 9 System?<\/strong><\/h3>\n\n\n\n<p>Follow the provided procedural steps to set up the Zabbix server on your CentOS 9 Stream system.<\/p>\n\n\n\n<p><strong>Step 1: Add Zabbix Repository<\/strong><\/p>\n\n\n\n<p>To install the Zabbix server, first, add the Zabbix repository on your CentOS 9 system from the terminal:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>sudo nano \/etc\/yum.repos.d\/epel.repo<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"880\" height=\"48\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-12.png\" alt=\"\" class=\"wp-image-11937\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-12.png 880w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-12-300x16.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-12-768x42.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>In the Zabbix repository file, add the following line of code, under the <strong>[epel]<\/strong> heading:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>excludepkgs=zabbix*<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"887\" height=\"599\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-13.png\" alt=\"\" class=\"wp-image-11938\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-13.png 887w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-13-300x203.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-13-768x519.png 768w\" sizes=\"(max-width: 887px) 100vw, 887px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Save the file after the necessary changes and close the file.<\/p>\n\n\n\n<p><strong>Step 2: Install and Configure Zabbix Repository<\/strong><\/p>\n\n\n\n<p>Next, configure the Zabbix repository through the below-given command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>sudo rpm -Uvh https:\/\/repo.zabbix.com\/zabbix\/6.0\/rhel\/9\/x86_64\/zabbix-release-6.0-4.el9.noarch.rpm<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"887\" height=\"247\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-14.png\" alt=\"\" class=\"wp-image-11939\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-14.png 887w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-14-300x84.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-14-768x214.png 768w\" sizes=\"(max-width: 887px) 100vw, 887px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>The above command has configured the Zabbix repository on your CentOS 9 system, successfully.<\/p>\n\n\n\n<p><strong>Step 3: Clean Files<\/strong><\/p>\n\n\n\n<p>After installing the Zabbix repository on your system, execute the command to clean the cache files:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>sudo dnf clean all<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"878\" height=\"69\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-15.png\" alt=\"\" class=\"wp-image-11940\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-15.png 878w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-15-300x24.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-15-768x60.png 768w\" sizes=\"(max-width: 878px) 100vw, 878px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>This command is used to clean the local cache of downloaded packages and metadata in the <strong>DNF<\/strong> package manager on the CentOS 9 Stream system.<\/p>\n\n\n\n<p><strong>Step 4: Install Zabbix Server<\/strong><\/p>\n\n\n\n<p>Finally, you can install the Zabbix server packages on your CentOS system using the command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>sudo dnf install zabbix-server-mysql zabbix-web-mysql zabbix-apache-conf zabbix-sql-scripts zabbix-selinux-policy zabbix-agent<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"886\" height=\"531\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-16.png\" alt=\"\" class=\"wp-image-11941\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-16.png 886w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-16-300x180.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-16-768x460.png 768w\" sizes=\"(max-width: 886px) 100vw, 886px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"884\" height=\"464\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-17.png\" alt=\"\" class=\"wp-image-11942\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-17.png 884w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-17-300x157.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-17-768x403.png 768w\" sizes=\"(max-width: 884px) 100vw, 884px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>During the installation process, you can inspect the Zabbix server packages. These package files include the Zabbix server, web interface, Apache configuration, and MySQL scripts, on your CentOS 9 machine.<\/p>\n\n\n\n<p><strong>Step 5: Create the Zabbix Database<\/strong><\/p>\n\n\n\n<p>Once you have completed all the above steps, let\u2019s create a Zabbix database with the following codes:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>sudo mysql -uroot -p <br><br>create database zabbix character set utf8mb4 collate utf8mb4_bin; <br>create user 'zabbix'@'localhost' identified by 'your_password'; <br>grant all privileges on zabbix.* to 'zabbix'@'localhost'; <br>set global log_bin_trust_function_creators = 1; <br>quit;<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"888\" height=\"517\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-18.png\" alt=\"\" class=\"wp-image-11943\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-18.png 888w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-18-300x175.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-18-768x447.png 768w\" sizes=\"(max-width: 888px) 100vw, 888px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"888\" height=\"198\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-19.png\" alt=\"\" class=\"wp-image-11944\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-19.png 888w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-19-300x67.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-19-768x171.png 768w\" sizes=\"(max-width: 888px) 100vw, 888px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>After copying the above commands, you can close your MariaDB or MySQL command prompt.<\/p>\n\n\n\n<p><strong>Note:<\/strong> Use a strong password to protect your data.<\/p>\n\n\n\n<p><strong>Step 6: Initialize the Zabbix Database Schema<\/strong><\/p>\n\n\n\n<p>You can now use the command to initialize the Zabbix database schema for storing Zabbix monitoring data:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>zcat \/usr\/share\/zabbix-sql-scripts\/mysql\/server.sql.gz | mysql --default-character-set=utf8mb4 -uzabbix -p zabbix<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"891\" height=\"90\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-20.png\" alt=\"\" class=\"wp-image-11945\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-20.png 891w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-20-300x30.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-20-768x78.png 768w\" sizes=\"(max-width: 891px) 100vw, 891px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Remember to enter the password you created for the Zabbix Database. (see the <strong>Step 5: Create the Zabbix Database<\/strong>)<\/p>\n\n\n\n<p><strong>Step 7: Configure Zabbix Server<\/strong><\/p>\n\n\n\n<p>Access the \u201czabbix_server.conf\u201d file with the following command to further configure the Zabbix server on your CentOS 9 system:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>sudo nano \/etc\/zabbix\/zabbix_server.conf<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"880\" height=\"49\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-21.png\" alt=\"\" class=\"wp-image-11946\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-21.png 880w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-21-300x17.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-21-768x43.png 768w\" sizes=\"(max-width: 880px) 100vw, 880px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Navigate the <strong>\u201cDBUser=zabbix &gt; DBPasswrod=\u201d <\/strong>and specify your strong password:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>DBPassword=your_password<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"884\" height=\"601\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-22.png\" alt=\"\" class=\"wp-image-11947\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-22.png 884w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-22-300x204.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-22-768x522.png 768w\" sizes=\"(max-width: 884px) 100vw, 884px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Close the configuration file after saving the necessary changes.<\/p>\n\n\n\n<p><strong>Step 8: Start the Zabbix Server<\/strong><\/p>\n\n\n\n<p>Execute the command to restart the Zabbix server, Apache server, and PHP service:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>systemctl restart zabbix-server zabbix-agent httpd php-fpm<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"896\" height=\"47\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-23.png\" alt=\"\" class=\"wp-image-11948\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-23.png 896w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-23-300x16.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-23-768x40.png 768w\" sizes=\"(max-width: 896px) 100vw, 896px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Step 9: Enable the Zabbix Server<\/strong><\/p>\n\n\n\n<p>Utilize the following command to ensure the Zabbix server, Apache server, and PHP service start automatically on boot:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>systemctl enable zabbix-server zabbix-agent httpd php-fpm<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"901\" height=\"180\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-24.png\" alt=\"\" class=\"wp-image-11949\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-24.png 901w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-24-300x60.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-24-768x153.png 768w\" sizes=\"(max-width: 901px) 100vw, 901px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>After executing this command, Zabbix and its associated services will always be available and running on your CentOS 9 system.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"How-to-Access-the-Zabbix-Server-Dashboard\"><strong>How to Access the Zabbix Server Dashboard?<\/strong><\/h3>\n\n\n\n<p>You can access the graphical dashboard of the Zabbix server through the following steps.<\/p>\n\n\n\n<p><strong>Step 1: Access Zabbix Server via Localhost<\/strong><\/p>\n\n\n\n<p>You can use any web browser of your choice to access the Zabbix server. A new user must perform a few steps before accessing the Zabbix server dashboard:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Copy the following <a href=\"http:\/\/localhost\/zabbix\">URL<\/a> to the address bar.<\/li>\n\n\n\n<li>Select the Language.<\/li>\n\n\n\n<li>Click on the \u201cNext step\u201d button.<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>http:\/\/localhost\/zabbix<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1297\" height=\"619\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-25.png\" alt=\"\" class=\"wp-image-11950\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-25.png 1297w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-25-300x143.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-25-1024x489.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-25-768x367.png 768w\" sizes=\"(max-width: 1297px) 100vw, 1297px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Step 2: Check of Zabbix Prerequisites <\/strong><\/p>\n\n\n\n<p>After checking of Zabbix prerequisites, proceed to the next step:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1297\" height=\"627\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-26.png\" alt=\"\" class=\"wp-image-11951\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-26.png 1297w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-26-300x145.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-26-1024x495.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-26-768x371.png 768w\" sizes=\"(max-width: 1297px) 100vw, 1297px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Step 3: Configure Zabbix Database Connection<\/strong><\/p>\n\n\n\n<p>Go through the given fields to configure the Zabbix database connection:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1296\" height=\"578\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-27.png\" alt=\"\" class=\"wp-image-11952\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-27.png 1296w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-27-300x134.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-27-1024x457.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-27-768x343.png 768w\" sizes=\"(max-width: 1296px) 100vw, 1296px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Step 4: Set the Zabbix Server Name and Timezone <\/strong><\/p>\n\n\n\n<p>Specify the Zabbix server name (i.e. <strong>putorius<\/strong>) and your timezone:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1294\" height=\"582\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-28.png\" alt=\"\" class=\"wp-image-11953\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-28.png 1294w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-28-300x135.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-28-1024x461.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-28-768x345.png 768w\" sizes=\"(max-width: 1294px) 100vw, 1294px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Review the configuration summary:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1287\" height=\"561\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-29.png\" alt=\"\" class=\"wp-image-11954\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-29.png 1287w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-29-300x131.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-29-1024x446.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-29-768x335.png 768w\" sizes=\"(max-width: 1287px) 100vw, 1287px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>When you see the \u201cCongratulations!\u201d message on your screen, it indicates that the Zabbix server has been installed and configured on your system:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1293\" height=\"561\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-30.png\" alt=\"\" class=\"wp-image-11955\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-30.png 1293w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-30-300x130.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-30-1024x444.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-30-768x333.png 768w\" sizes=\"(max-width: 1293px) 100vw, 1293px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Step 5: Login to Zabbix Server Dashboard<\/strong><\/p>\n\n\n\n<p>Enter the username (i.e. Admin) and password for the Zabbix server dashboard:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1296\" height=\"573\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-31.png\" alt=\"\" class=\"wp-image-11956\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-31.png 1296w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-31-300x133.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-31-1024x453.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-31-768x340.png 768w\" sizes=\"(max-width: 1296px) 100vw, 1296px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Here you go! The Zabbix server dashboard is on your screen:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1296\" height=\"584\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-32.png\" alt=\"\" class=\"wp-image-11957\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-32.png 1296w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-32-300x135.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-32-1024x461.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11925-32-768x346.png 768w\" sizes=\"(max-width: 1296px) 100vw, 1296px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>You have successfully performed each step to install the Zabbix server on the CentOS 9 Stream system.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p>On the CentOS 9 Stream system, the Zabbix server can be installed using a few commands. As a prerequisite, you must install Apache, PHP, and MariaDB\/MySQL on your CentOS machine.<\/p>\n\n\n\n<p>Then, use the command \u201csudo dnf install zabbix-server-mysql zabbix-web-mysql zabbix-apache-conf zabbix-sql-scripts zabbix-selinux-policy zabbix-agent\u201d to install the complete Zabbix server package. After updating the Zabbix configuration file, you can access the Zabbix server dashboard at \u201chttp:\/\/localhost\/zabbix\u201d.<\/p>\n\n    <div class=\"xs_social_share_widget xs_share_url after_content \t\tmain_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content\">\n\n\t\t\n        <ul>\n\t\t\t        <\/ul>\n    <\/div> \n","protected":false},"excerpt":{"rendered":"<p>The Zabbix Server is a powerful monitoring tool for inspecting the performance of computer systems and networks. It collects data from various devices and applications, analyzing trends through visualization. The Zabbix server helps in preventing potential problems before they occur. Additionally, you can personalize the Zabbix server to meet your specific needs. This post aims [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":11959,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[43],"tags":[347,317,346],"class_list":["post-11925","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","tag-monitoring","tag-ubuntu-24-04","tag-zabbix"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Install Zabbix Server on Centos 9 - Greenwebpage Community<\/title>\n<meta name=\"description\" content=\"This post aims to demonstrate the process of installing the Zabbix server on the CentOS 9 Stream system.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/greenwebpage.com\/community\/how-to-install-zabbix-server-on-centos-9\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install Zabbix Server on Centos 9 - Greenwebpage Community\" \/>\n<meta property=\"og:description\" content=\"This post aims to demonstrate the process of installing the Zabbix server on the CentOS 9 Stream system.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/greenwebpage.com\/community\/how-to-install-zabbix-server-on-centos-9\/\" \/>\n<meta property=\"og:site_name\" content=\"Greenwebpage Community\" \/>\n<meta property=\"article:published_time\" content=\"2024-08-04T10:08:41+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-08-19T04:34:52+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/Install-Zabbix-server-on-centos-9.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"1020\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Karim Buzdar\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Karim Buzdar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"12 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-zabbix-server-on-centos-9\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-zabbix-server-on-centos-9\/\"},\"author\":{\"name\":\"Karim Buzdar\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8\"},\"headline\":\"How to Install Zabbix Server on Centos 9\",\"datePublished\":\"2024-08-04T10:08:41+00:00\",\"dateModified\":\"2024-08-19T04:34:52+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-zabbix-server-on-centos-9\/\"},\"wordCount\":1172,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#organization\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-zabbix-server-on-centos-9\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/Install-Zabbix-server-on-centos-9.jpeg\",\"keywords\":[\"Monitoring\",\"Ubuntu 24.04\",\"Zabbix\"],\"articleSection\":[\"Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/greenwebpage.com\/community\/how-to-install-zabbix-server-on-centos-9\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-zabbix-server-on-centos-9\/\",\"url\":\"https:\/\/greenwebpage.com\/community\/how-to-install-zabbix-server-on-centos-9\/\",\"name\":\"How to Install Zabbix Server on Centos 9 - Greenwebpage Community\",\"isPartOf\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-zabbix-server-on-centos-9\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-zabbix-server-on-centos-9\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/Install-Zabbix-server-on-centos-9.jpeg\",\"datePublished\":\"2024-08-04T10:08:41+00:00\",\"dateModified\":\"2024-08-19T04:34:52+00:00\",\"description\":\"This post aims to demonstrate the process of installing the Zabbix server on the CentOS 9 Stream system.\",\"breadcrumb\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-zabbix-server-on-centos-9\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/greenwebpage.com\/community\/how-to-install-zabbix-server-on-centos-9\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-zabbix-server-on-centos-9\/#primaryimage\",\"url\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/Install-Zabbix-server-on-centos-9.jpeg\",\"contentUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/Install-Zabbix-server-on-centos-9.jpeg\",\"width\":1020,\"height\":600,\"caption\":\"Install Zabbix server on centos 9\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-zabbix-server-on-centos-9\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/greenwebpage.com\/community\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install Zabbix Server on Centos 9\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#website\",\"url\":\"https:\/\/greenwebpage.com\/community\/\",\"name\":\"Greenwebpage Community\",\"description\":\"Get online in three steps with our wide range of web hosting solutions. Choose from professional business to enterprise options designed to meet your needs.\",\"publisher\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/greenwebpage.com\/community\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#organization\",\"name\":\"Greenwebpage Community\",\"url\":\"https:\/\/greenwebpage.com\/community\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png\",\"contentUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png\",\"width\":512,\"height\":512,\"caption\":\"Greenwebpage Community\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8\",\"name\":\"Karim Buzdar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g\",\"caption\":\"Karim Buzdar\"},\"sameAs\":[\"https:\/\/greenwebpage.com\"],\"url\":\"https:\/\/greenwebpage.com\/community\/author\/karim\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Install Zabbix Server on Centos 9 - Greenwebpage Community","description":"This post aims to demonstrate the process of installing the Zabbix server on the CentOS 9 Stream system.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/greenwebpage.com\/community\/how-to-install-zabbix-server-on-centos-9\/","og_locale":"en_US","og_type":"article","og_title":"How to Install Zabbix Server on Centos 9 - Greenwebpage Community","og_description":"This post aims to demonstrate the process of installing the Zabbix server on the CentOS 9 Stream system.","og_url":"https:\/\/greenwebpage.com\/community\/how-to-install-zabbix-server-on-centos-9\/","og_site_name":"Greenwebpage Community","article_published_time":"2024-08-04T10:08:41+00:00","article_modified_time":"2024-08-19T04:34:52+00:00","og_image":[{"width":1020,"height":600,"url":"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/Install-Zabbix-server-on-centos-9.jpeg","type":"image\/jpeg"}],"author":"Karim Buzdar","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Karim Buzdar","Est. reading time":"12 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/greenwebpage.com\/community\/how-to-install-zabbix-server-on-centos-9\/#article","isPartOf":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-zabbix-server-on-centos-9\/"},"author":{"name":"Karim Buzdar","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8"},"headline":"How to Install Zabbix Server on Centos 9","datePublished":"2024-08-04T10:08:41+00:00","dateModified":"2024-08-19T04:34:52+00:00","mainEntityOfPage":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-zabbix-server-on-centos-9\/"},"wordCount":1172,"commentCount":0,"publisher":{"@id":"https:\/\/greenwebpage.com\/community\/#organization"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-zabbix-server-on-centos-9\/#primaryimage"},"thumbnailUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/Install-Zabbix-server-on-centos-9.jpeg","keywords":["Monitoring","Ubuntu 24.04","Zabbix"],"articleSection":["Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/greenwebpage.com\/community\/how-to-install-zabbix-server-on-centos-9\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/greenwebpage.com\/community\/how-to-install-zabbix-server-on-centos-9\/","url":"https:\/\/greenwebpage.com\/community\/how-to-install-zabbix-server-on-centos-9\/","name":"How to Install Zabbix Server on Centos 9 - Greenwebpage Community","isPartOf":{"@id":"https:\/\/greenwebpage.com\/community\/#website"},"primaryImageOfPage":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-zabbix-server-on-centos-9\/#primaryimage"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-zabbix-server-on-centos-9\/#primaryimage"},"thumbnailUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/Install-Zabbix-server-on-centos-9.jpeg","datePublished":"2024-08-04T10:08:41+00:00","dateModified":"2024-08-19T04:34:52+00:00","description":"This post aims to demonstrate the process of installing the Zabbix server on the CentOS 9 Stream system.","breadcrumb":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-zabbix-server-on-centos-9\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/greenwebpage.com\/community\/how-to-install-zabbix-server-on-centos-9\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenwebpage.com\/community\/how-to-install-zabbix-server-on-centos-9\/#primaryimage","url":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/Install-Zabbix-server-on-centos-9.jpeg","contentUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/Install-Zabbix-server-on-centos-9.jpeg","width":1020,"height":600,"caption":"Install Zabbix server on centos 9"},{"@type":"BreadcrumbList","@id":"https:\/\/greenwebpage.com\/community\/how-to-install-zabbix-server-on-centos-9\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/greenwebpage.com\/community\/"},{"@type":"ListItem","position":2,"name":"How to Install Zabbix Server on Centos 9"}]},{"@type":"WebSite","@id":"https:\/\/greenwebpage.com\/community\/#website","url":"https:\/\/greenwebpage.com\/community\/","name":"Greenwebpage Community","description":"Get online in three steps with our wide range of web hosting solutions. Choose from professional business to enterprise options designed to meet your needs.","publisher":{"@id":"https:\/\/greenwebpage.com\/community\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/greenwebpage.com\/community\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/greenwebpage.com\/community\/#organization","name":"Greenwebpage Community","url":"https:\/\/greenwebpage.com\/community\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/","url":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png","contentUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png","width":512,"height":512,"caption":"Greenwebpage Community"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8","name":"Karim Buzdar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g","caption":"Karim Buzdar"},"sameAs":["https:\/\/greenwebpage.com"],"url":"https:\/\/greenwebpage.com\/community\/author\/karim\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/11925","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/comments?post=11925"}],"version-history":[{"count":2,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/11925\/revisions"}],"predecessor-version":[{"id":11960,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/11925\/revisions\/11960"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/media\/11959"}],"wp:attachment":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/media?parent=11925"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/categories?post=11925"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/tags?post=11925"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}