In this guide, we'll walk through the installation of Zabbix Server.
The Zabbix Server version we will be installing is 7.4, and we will be installing it on a Debian 12 system.
Download the Zabbix Repository Package
Visit the Zabbix download page and select your desired version, operating system, and database options.
Install the Repository Package
Install Zabbix Server Components
Install the Zabbix server, frontend, agent, Apache configuration, SQL scripts, and MySQL support:
Install MySQL Server
Secure the MySQL installation:
Create the Zabbix Database
Log in to MySQL:
Create the database and user:
Import the Initial Database Schema
Import the Zabbix database structure:
Enter the password created in the previous step when prompted. Depending on your server performance, this may take several minutes.
Configure Zabbix Server
Edit the server configuration file:
Locate and update the database password:
Configure System Locale
Zabbix requires a valid UTF-8 locale. Check the available locales:
If the required locale is missing, run:
Select the required locale, such as:
Start and Enable Services
Restart and enable the Zabbix Server, Zabbix Agent, and Apache services:
Verify the Zabbix Server status:
Complete the Web Installation Wizard
Open your browser and navigate to:
Follow the installation wizard and verify that all prerequisites pass.
Enter the database connection details.
Confirm the server settings.
Complete the installation.
Once installation is complete, log in using the default credentials:
#monitoring #zabbix
0 Comments