Skip to content

Changing the Dashboard Admin Password

  1. Set the new password via the web interface or command line:

    dashboard$ hypercloud user passwd admin newPassword

  2. Update the HyperCloud stable authentication file:

    dashboard$ cat << _EOF_ > /var/lib/one/.one/one_auth
    admin:newPassword
    _EOF_
    
  3. Restart HyperCloud System:

    dashboard$ svc-restart -sv orchestrator

  4. Verify change:

    dashboard$ hypercloud host list

  5. Repeat steps 2 through 4 above for each HyperCloud dashboard node in the federation.