This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Lost superadmin password, default admin account is disabled

Hello, Im running UTM 9.4 and unfortunatelly I lost password for my superadmin account. Im not using default Admin account, which is curently de-activated (=account is disabled).

I have SSH access to UTM, so I tried to reset admin pwd by

cc
RAW
system_password_reset

Then I'm able to set new admin password in Webadmin but when I tried to login it doesn't work, which might be caused by disabled admin account I suppose...

So my question is

  • is it possible to enable default admin account via SSH and how?
  • or is it possible to change password of other superadmin account and how?

Thanks a lot!

David



This thread was automatically locked due to age.
Parents
  • Hi, David, and welcome to the UTM Community!

    To find the name of the object for the admin user:

    cc get_user_by_name 'admin'

    Assume that the result showed a 'ref' of REF_AaaUseAdmin, enable the user with:

    cc change_object REF_AaaUseAdmin enabled 1

    Did that get you in?

    Cheers - Bob

Reply
  • Hi, David, and welcome to the UTM Community!

    To find the name of the object for the admin user:

    cc get_user_by_name 'admin'

    Assume that the result showed a 'ref' of REF_AaaUseAdmin, enable the user with:

    cc change_object REF_AaaUseAdmin enabled 1

    Did that get you in?

    Cheers - Bob

Children