Method 1
- Login to your server via SSH.
- Enter the below command to change the password.
-
$ v-change-user-password admin newpassword
- Replace the newpassword field with the new password you want to set.
Method 2
- Login to your server via SSH.
- Enter command following command.
-
$ passwd admin
- Enter new UNIX password:
- Retype new UNIX password:
- passwd: password updated successfully.