To change opennebula oneadmin UI password

Hello @Senthil_Kumar_M

What error do you have when you try to access with Admin user?

Have you synced your database before restarting?

Steps should be:

  • Stop OpenNebula Services
  • Update the password as you’ve indicated (the “echo”)
  • Update on the database:
chown oneadmin:oneadmin /var/lib/one/.one/one_auth
chmod 600 /var/lib/one/.one/one_auth
  • Restart OpenNebula services
  • Validate the change
su - oneadmin
oneuser show 0

In any case, check if this previous post in the forum could throw you some light:

Cheers,