Self-host with Docker ยท Yantr
Zabbix
Enterprise-class open source distributed monitoring solution.
2
Ports
2
Notes
4
Use Cases
About
What Zabbix does
Zabbix is a mature, enterprise-level platform for monitoring the health and performance of your entire IT infrastructure. It collects metrics from servers, virtual machines, network devices, and applications in real time. It features advanced alerting, customizable dashboards, and auto-discovery...
Install Flow
How to self-host Zabbix
Zabbix can be deployed with standard Docker Compose using the Yantr app catalog. This page collects the basic information searchers usually need first: what Zabbix does, which Docker image Yantr uses, default ports, deployment notes, and where to find the original compose template.
After deployment, Yantr lets you publish additional ports from the stack page using Docker-style syntax. Use 8080:8080 for a fixed host port or just 8080 to let Docker assign a random port.
Use Cases
What people run it for
- Monitor CPU, memory, disk, and network metrics for all your homelab servers.
- Set up alerting to notify you via email or webhook when a service goes down.
- Build custom dashboards to visualize the health of your entire network.
- Monitor IoT devices, routers, and switches using SNMP.
Technical Details
Ports, image, and service metadata
Ports
| Port | Protocol | Label |
|---|---|---|
| 8080 | HTTP | Web UI |
| 10051 | TCP | Server Trapper |
Docker Image
zabbix/zabbix-web-nginx-pgsql:latest
Service Name
zabbix-frontend
Notes
Things to know before you deploy
- The default login for the Web UI is Admin / zabbix (case-sensitive). Please change it after first login.
- Port 10051 is exposed so external Zabbix Agents can report metrics to the server.
Related Apps
More tools you might pair with Zabbix
Page generated 2026-07-27T04:28:00.415Z