去数据库将认证模式改为内部认证
update zabbix.config set authentication_type=0然后使用 Admin 的密码登录
如果忘记 Admin 密码可以使用下面语句将密码重置为 password
update zabbix.users set passwd=md5('password') where alias='Admin';文档更新时间: 2022-12-15 08:11 作者:月影鹏鹏
访问 AIWALY 月影开源
去数据库将认证模式改为内部认证
update zabbix.config set authentication_type=0然后使用 Admin 的密码登录
如果忘记 Admin 密码可以使用下面语句将密码重置为 password
update zabbix.users set passwd=md5('password') where alias='Admin';