I have installed Zabbix on a fresh CentOS server using the official instructions: https://www.zabbix.com/download?zabb...ion=7&db=mysql
When I navigate to http://mydomain/zabbix it redirects me to the login. Even though I haven't even set up any users to log in as. When I try to go to zabbix/setup.php it tells me that I am logged in as guest and to log in as the user that I haven't set up yet.
So I logged into my SQL server and ran 'drop database zabbix;' so I can recreate it. Run the sql script to recreate the database again, and still. can't. do. setup.
Tried the usual combos:
admin/admin
admin/password
admin/zabbix
root/password
root/root
root/zabbix
I cannot find any evidence that a user should have already been set up, anyway. What is broken, or can I just not use zabbix at all?
When I navigate to http://mydomain/zabbix it redirects me to the login. Even though I haven't even set up any users to log in as. When I try to go to zabbix/setup.php it tells me that I am logged in as guest and to log in as the user that I haven't set up yet.
So I logged into my SQL server and ran 'drop database zabbix;' so I can recreate it. Run the sql script to recreate the database again, and still. can't. do. setup.
Tried the usual combos:
admin/admin
admin/password
admin/zabbix
root/password
root/root
root/zabbix
I cannot find any evidence that a user should have already been set up, anyway. What is broken, or can I just not use zabbix at all?
Comment