Would you like to learn how to install Zabbix using Docker on Ubuntu Linux? In this tutorial, we are going to show you all the steps required to perform the Zabbix installation using Docker on a computer running Ubuntu Linux in 10 minutes or less.

• Ubuntu 18.04
• Ubuntu 19.04
• Ubuntu 20.04
• Zabbix 5.0.0

Zabbix Playlist:

On this page, we offer quick access to a list of videos related to Zabbix installation.

Don't forget to subscribe to our youtube channel named FKIT.

Tutorial Zabbix - Docker Installation on Ubuntu Linux

Install the Docker service.

Copy to Clipboard

Download the Zabbix Docker images from the online repository.

Copy to Clipboard

List the Docker images installed on your system.

Copy to Clipboard

Here is the command output:

Copy to Clipboard

Start a new Mysql container.

Copy to Clipboard

In our example, the MySQL password for the user named Zabbix is kamisama123.

In our example, the MySQL password for the Root account is YjA0OTYwZDBiN2EwNWFjMTRjZGU3Yjcy.

Keep in mind that you need to change both passwords.

Start a new container for the Zabbix java gateway.

Copy to Clipboard

Start a new container for the Zabbix server.

Copy to Clipboard

Keep in mind that you need to change the Mysql password for the users: Zabbix and Root.

Wait 2 minutes before proceeding, to give the container time to create the required database infrastructure.

Start a new container for the Zabbix web interface.

Copy to Clipboard

Keep in mind that you need to change the Mysql password for the users: Zabbix and Root.

Start a new container for the Zabbix agent.

Copy to Clipboard

Verify the list of containers running.

Copy to Clipboard

Here is the command output:

Copy to Clipboard

Inspect the Zabbix agent container and take note of its IP address.

Copy to Clipboard

Here is the command output:

Copy to Clipboard

In our example, the IP address of the Zabbix agent container is: 172.17.0.6

Open your browser and enter the IP address of your web server.

In our example, the following URL was entered in the Browser:

• http://192.168.100.10

The Zabbix web interface should be presented.

zabbix login

On the login screen, use the default username and default password.

• Default Username: Admin
• Default Password: zabbix

After a successful login, you will be sent to the Zabbix Dashboard.

Zabbix 5 Dashboard

On the dashboard screen, access the Configuration menu and select the Host option.

Zabbix 5 hosts menu

Edit the host named Zabbix server.

Change the IP address from 127.0.0.1 to the IP address of the Zabbix agent container.

Click on the Update button.

Zabbix docker

Congratulations! You have finished the Zabbix installation on Ubuntu Linux using Docker.