{"id":3309,"date":"2025-11-17T06:21:34","date_gmt":"2022-03-26T11:47:24","guid":{"rendered":""},"modified":"2025-02-02T00:46:20","modified_gmt":"2025-02-01T23:46:20","slug":"how-to-install-zabbix-on-ubuntu-24-04","status":"publish","type":"post","link":"https:\/\/netcloud24.com\/knowledgebase\/how-to-install-zabbix-on-ubuntu-24-04\/","title":{"rendered":"Linux VPS &#038; VPS Windows Setup Guide | NetCloud24 Zabbix on Ubuntu 24.04"},"content":{"rendered":"<p>\u00a0<\/p>\n<\/p>\n<h1>\u00a0<\/h1>\n<h2>Introduction<\/h2>\n<p>Zabbix is a powerful open-source monitoring solution for networks, servers, applications, and services. This guide will walk you through the steps to install Zabbix on Ubuntu 24.04.<\/p>\n<h2>Prerequisites<\/h2>\n<ul>\n<li>A server running Ubuntu 24.04<\/li>\n<li>Root access or a user with <code>sudo<\/code> privileges<\/li>\n<li>A domain name (optional)<\/li>\n<li>PostgreSQL or MySQL installed (optional)<\/li>\n<\/ul>\n<h2>Step 1: Update the System<\/h2>\n<p>Update your package list and upgrade installed packages:<\/p>\n<pre><code>sudo apt update\r\nsudo apt upgrade -y<\/code><\/pre>\n<h2>Step 2: Install Required Dependencies<\/h2>\n<p>Install required software for Zabbix:<\/p>\n<pre><code>sudo apt install -y wget curl gnupg<\/code><\/pre>\n<h2>Step 3: Install Database Server<\/h2>\n<p>Zabbix can work with either PostgreSQL or MySQL. Below, we will install PostgreSQL:<\/p>\n<pre><code>sudo apt install -y postgresql postgresql-contrib<\/code><\/pre>\n<p>Start and enable the PostgreSQL service:<\/p>\n<pre><code>sudo systemctl start postgresql\r\nsudo systemctl enable postgresql<\/code><\/pre>\n<h2>Step 4: Create Zabbix Database<\/h2>\n<p>Log into PostgreSQL:<\/p>\n<pre><code>sudo -u postgres psql<\/code><\/pre>\n<p>Create the Zabbix user and database:<\/p>\n<pre><code>CREATE DATABASE zabbixdb CHARACTER SET UTF8 COLLATE UTF8_BIN;\r\nCREATE USER zabbixuser WITH PASSWORD 'your_password';\r\nGRANT ALL PRIVILEGES ON DATABASE zabbixdb TO zabbixuser;\r\n\\q<\/code><\/pre>\n<h2>Step 5: Add Zabbix Repository<\/h2>\n<p>Add the Zabbix repository to your system:<\/p>\n<pre><code>wget https:\/\/repo.zabbix.com\/zabbix\/6.0\/ubuntu\/pool\/main\/z\/zabbix-release\/zabbix-release_6.0-1+ubuntu24.04_all.deb\r\nsudo dpkg -i zabbix-release_6.0-1+ubuntu24.04_all.deb\r\nsudo apt update<\/code><\/pre>\n<h2>Step 6: Install Zabbix Server, Frontend, and Agent<\/h2>\n<p>Now, install the server, frontend, and agent:<\/p>\n<pre><code>sudo apt install -y zabbix-server-pgsql zabbix-frontend zabbix-agent<\/code><\/pre>\n<h2>Step 7: Configure Zabbix Server<\/h2>\n<p>Edit the Zabbix server configuration file:<\/p>\n<pre><code>sudo nano \/etc\/zabbix\/zabbix_server.conf<\/code><\/pre>\n<p>Locate and update the following settings:<\/p>\n<pre><code>DBPassword=your_password<\/code><\/pre>\n<p>Save the changes and exit the editor.<\/p>\n<h2>Step 8: Initialize Zabbix Database<\/h2>\n<p>Run the initial Zabbix database schema and data setup with the following command:<\/p>\n<pre><code>sudo -u postgres psql zabbixdb &lt; \/usr\/share\/doc\/zabbix-server-pgsql\/create.sql<\/code><\/pre>\n<h2>Step 9: Start Zabbix Server and Agent<\/h2>\n<p>Start the Zabbix server and agent services:<\/p>\n<pre><code>sudo systemctl start zabbix-server\r\nsudo systemctl start zabbix-agent<\/code><\/pre>\n<p>Enable these services to start on boot:<\/p>\n<pre><code>sudo systemctl enable zabbix-server\r\nsudo systemctl enable zabbix-agent<\/code><\/pre>\n<h2>Step 10: Configure Zabbix Frontend<\/h2>\n<p>Open your web browser and go to:<\/p>\n<pre><code>http:\/\/your_server_ip\/zabbix<\/code><\/pre>\n<p>Follow the web interface instructions to configure the frontend. During the installation, you will need to provide your database details:<\/p>\n<ul>\n<li><strong>Database type:<\/strong> PostgreSQL<\/li>\n<li><strong>Database server:<\/strong> localhost<\/li>\n<li><strong>Database name:<\/strong> zabbixdb<\/li>\n<li><strong>Database user:<\/strong> zabbixuser<\/li>\n<li><strong>User password:<\/strong> your_password<\/li>\n<\/ul>\n<h2>Step 11: Complete Installation<\/h2>\n<p>Continue through the web installation wizard until you finish. You should now have Zabbix up and running!<\/p>\n<h2>Conclusion<\/h2>\n<p>You have successfully installed Zabbix on Ubuntu 24.04. You can now start monitoring your servers and applications with Zabbix!<\/p>\n<h2>Resources<\/h2>\n<ul>\n<li><a href=\"https:\/\/www.zabbix.com\/\" target=\"_blank\" rel=\"follow\">Zabbix Official Website<\/a><\/li>\n<li><a href=\"https:\/\/www.zabbix.com\/documentation\/current\/manual\" target=\"_blank\" rel=\"follow\">Zabbix Documentation<\/a><\/li>\n<\/ul>\n<div class=\"post-author-box\" style=\"border-top:1px solid #ddd;margin-top:20px;padding-top:15px;\">\n<p><strong>Author:<\/strong> \u0141ukasz Bodziony<\/p>\n<p><strong>Website:<\/strong> <a href=\"https:\/\/ca.netcloud24.com\" target=\"_blank\" rel=\"dofollow\">Windows VPS<\/a><\/p>\n<p><em>\u0141ukasz Bodziony is the CEO and founder of <a href=\"https:\/\/netcloud24.com\" target=\"_blank\" rel=\"dofollow\">NETCLOUD24<\/a>, a global VPS hosting brand proudly originating from Poland. With extensive experience in cloud computing, virtualization, and server management, he delivers high-performance <strong>Windows VPS<\/strong> and <strong>Remote Desktop Services (RDS)<\/strong> solutions to clients across Europe, North America, and beyond.<\/em><\/p>\n<p><em>His expertise covers a wide range of technologies, including <strong>Microsoft Azure<\/strong>, <strong>Proxmox VE<\/strong>, <strong>Amazon Web Services (AWS)<\/strong>, and numerous other virtualization and cloud platforms.<\/em><\/p>\n<p><em>Beyond running his hosting business, \u0141ukasz also provides <strong>professional paid server configuration and optimization services<\/strong> for companies and individuals. Outside of work, he is dedicated to caring for his children and building a secure future for them.<\/em><\/p>\n<p><em>If you are interested in working with him or need expert assistance with your hosting, cloud environment, or server setup, feel free to reach out via <a href=\"https:\/\/ca.netcloud24.com\" target=\"_blank\" rel=\"dofollow\">Windows VPS<\/a>.<\/em><\/p>\n<\/p><\/div>\n","protected":false},"excerpt":{"rendered":"<p>\u00a0 \u00a0 Introduction Zabbix is a powerful open-source monitoring solution for networks, servers, applications, and services. This guide will walk you through the steps to install Zabbix on\u2026<\/p>\n","protected":false},"author":1,"featured_media":3421,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_seopress_robots_primary_cat":"","_seopress_titles_title":"","_seopress_titles_desc":"","_seopress_robots_index":"","footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[],"tags":[14,12,11,23,20,21,22,17,7,8,6,10,18,19,15,24,16,5,13,9],"class_list":["post-3309","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","tag-cheapvps","tag-cloudvps","tag-hostingvps","tag-rds","tag-rdscal","tag-remotedesktop","tag-remotedesktopvps","tag-servervps","tag-ukvps","tag-virtualserver","tag-vpshosting","tag-vpsserver","tag-vpssolutions","tag-vpswindows","tag-vpswithwindows","tag-windowsrds","tag-windowsserver","tag-windowsvps","tag-windowsvpshosting","tag-windowsvpsuk"],"jetpack_publicize_connections":[],"_links":{"self":[{"href":"https:\/\/netcloud24.com\/knowledgebase\/wp-json\/wp\/v2\/posts\/3309","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/netcloud24.com\/knowledgebase\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/netcloud24.com\/knowledgebase\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/netcloud24.com\/knowledgebase\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/netcloud24.com\/knowledgebase\/wp-json\/wp\/v2\/comments?post=3309"}],"version-history":[{"count":0,"href":"https:\/\/netcloud24.com\/knowledgebase\/wp-json\/wp\/v2\/posts\/3309\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/netcloud24.com\/knowledgebase\/wp-json\/wp\/v2\/media\/3421"}],"wp:attachment":[{"href":"https:\/\/netcloud24.com\/knowledgebase\/wp-json\/wp\/v2\/media?parent=3309"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/netcloud24.com\/knowledgebase\/wp-json\/wp\/v2\/categories?post=3309"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/netcloud24.com\/knowledgebase\/wp-json\/wp\/v2\/tags?post=3309"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}