Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: How to change cPanel password from command line?  (Read 2563 times)

0 Members and 1 Guest are viewing this topic.

Haripriya H

  • Guest
How to change cPanel password from command line?
« on: December 17, 2013, 10:42:16 pm »
cPanel password of a domain can be changed from command line using cPanel script. Given below are the steps to do the same.

1. Login to your server as root via SSH.

2. Execute the following script from the command line.

=====
/scripts/chpass [username] [password]
=====

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

3. Synchronizing the new password with FTP password;

In cPanel/WHM servers, whenever a new account is created in WHM, by default a FTP account is created. The cPanel password and FTP password are synchronized. Use the following command to synchronize the new password with FTP password.

====
/scripts/ftpupdate
====