Ad Widget

Collapse

Zabbix VHD Frontend Password

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • firkinfedup
    Junior Member
    • Sep 2013
    • 4

    #1

    Zabbix VHD Frontend Password

    Hi there,

    According to the following URL,



    The username for the frontend is zabbix. It doesn't mention a password so I have tried the followin,

    (blank)
    zabbix
    password

    None have worked, MySql shows a hashed value set as the password for the user Zabbix too. I've tried user "admin" with the same passwords, no luck, although admin isn't in the user list in mysql anyway.

    Any ideas?
  • firkinfedup
    Junior Member
    • Sep 2013
    • 4

    #2
    Originally posted by firkinfedup
    Hi there,

    According to the following URL,



    The username for the frontend is zabbix. It doesn't mention a password so I have tried the followin,

    (blank)
    zabbix
    password

    None have worked, MySql shows a hashed value set as the password for the user Zabbix too. I've tried user "admin" with the same passwords, no luck, although admin isn't in the user list in mysql anyway.

    Any ideas?
    hi there

    I fixed it in the end by setting the password to "zabbix" again through mysql, i.e.

    UPDATE users SET passwd = MD5('zabbix') WHERE alias = 'Admin';

    Oddly enough the MD5 hash stayed the same!

    Comment

    • Pada
      Senior Member
      • Apr 2012
      • 236

      #3
      The default admin username and password is:
      user=admin
      password=password

      So perhaps you tried with the wrong username?

      I'm glad you got it sorted!

      Comment

      • esawyja
        Member
        Zabbix Certified Specialist
        • Dec 2011
        • 54

        #4
        Try
        CAPS A - Admin
        and password zabbix

        Comment

        Working...