How to change cPanel password using SSH

How to change cPanel password using SSH:

1. Login to your server as root via SSH.

2. Execute the following script from the command line.

Replace [username] with the cPanel user name of the domain & [password] with the new password.

/scripts/chpass [username] [password]

If you are facing this error, please use the following command and reset. (more…)

Continue ReadingHow to change cPanel password using SSH