How to Install Zabbix Server on Ubuntu 12.04 LTS server

15. June 2013 SysAdmin 0

Install Zabbix server with mysql from ubuntu repository,

sudo apt-get install zabbix-server-mysql

Install Zabbix Server Front end,

sudo apt-get install zabbix-frontend-php

Install Zabbix Agent on server,

sudo apt-get install zabbix-agent

Start the services,

sudo /etc/init.d/zabbix-server restart sudo /etc/init.d/zabbix-agent restart

Change the Admin password,

#mysql mysql> use zabbix; mysql> update users set passwd=MD5(‘password’) where name=’zabbix’;

Now Open the zabbix web console from your browser,

http://YOUR.IP.ADDR.ESS/zabbix

Use The following credentials to login,
zabbix / password


Leave a Reply

Your email address will not be published. Required fields are marked *