How to change cPanel password from command line?

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
====

Ha estat útil la resposta?

 Imprimeix aquest Article

Llegir també

How to install Windows VPS under Hypervm

After you follow this http://wiki.lxcenter.org/HyperVM-Windows and still problems below:1....

How can upgrade kernel on xen main node or container too?

Centos:on host node---yum updatecd /usr/local/lxlabs/hypervm/httpdocs/lphp.exe...

Fix WHM/cPanel cPHulk Brute Force Protection Lock Out Via SSH

ssh to the server and login as root then type   mkdir /home/cphulkchmod 777...

Why my drive is slow

First, check to make sure write cache is enabled. On Centos, you type hdparm -I /dev/sda Then...

How to install lm_sensors on XenServer

This is tested on Xenserver 6, may also work on other similar OS 1. ssh to server as root 2....