Changing the Password

Changing the Password

One can change the admin password with any of these methods.

Method 1:
  1. Login as admin and click on admin link( drop down ) on the top right corner
  2. Click Change Password
  3. Enter your current and New passwords
  4. Click Save 
Method 2:
  1. Navigate to Security::Local Accounts and select admin from the user lists
  2. Here you need to enter the new password
  3. Click Save to save the changes
Method 3:
One can also change the admin password through shell.
  1. Go to Access page on WebUI and click Console
  2. Type shell sudo su - to go to shell as root
  3. Type passwd admin and enter the new password

Follow the link for how to video Changing the Password
    • Related Articles

    • Changing the Password

    • Changing the Logo on the Login Screen

      The logo on the login screen can be changed to image of your choice. The image must be in png or jpeg format. Follow the steps to change the logo on the login screen as below Login as admin and navigate to System and select Preferences. In the ...
    • Password Encryption for automation scripts

      For automation you may need to encrypt passwords for security reason. For example with ZTP/ansible or with ZPE Cloud you may have scripts to change a password. Openssl is the tool to use. The example below will encrypt your password with MD5-based ...
    • How to Recover/Reset Password of Admin or Root Users

      Case #1 The admin password was changed and you don’t remember it, but root password is still the default. Log in as root via NodeGrid console port, type its default password root. At the shell prompt, type passwd admin and enter the new password. You ...
    • Changing the Logo on the Login Screen