Áú»¢¶Ä²©

This is the documentation page for an unsupported version of Áú»¢¶Ä²©.
Is this not what you were looking for? Switch to the current version or choose one from the drop-down menu.

1 Getting Áú»¢¶Ä²©

Overview

There are four ways of getting Áú»¢¶Ä²©:

To download the latest distribution packages, pre-compiled sources or the virtual appliance, go to the Áú»¢¶Ä²© download page, where direct links to latest versions are provided.

Getting Áú»¢¶Ä²© source code

There are several ways of getting Áú»¢¶Ä²© source code:

  • You can download the released stable versions from the official Áú»¢¶Ä²© website
  • You can download nightly builds from the official Áú»¢¶Ä²© website developer page
  • You can get the latest development version from the Git source code repository system:
    • The primary location of the full repository is at
    • Master and supported releases are also mirrored to Github at

A Git client must be installed to clone the repository. The official commandline Git client package is commonly called git in distributions. To install, for example, on Debian/Ubuntu, run:

sudo apt-get update
       sudo apt-get install git

To grab all Áú»¢¶Ä²© source, change to the directory you want to place the code in and execute:

git clone https://git.zabbix.com/scm/zbx/zabbix.git