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