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

Дали Ви помогна овој одговор?

 Испечати

Исто така прочитајте

How to create KVM template

Creating KVM Templates Overview From version 1.13.00 a script is supplied on...

How to re-install Centos yourself remotely

NOTE: This is only for Dedicated Servers. All VPS, go to client area.Assuming you currently have...

How to update cpanel license key

First, ssh to your server as root and just type /usr/local/cpanel/cpkeyclt

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

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

How to compile kernel with RocketRaid 2640 RAID Cards

1. yum install kernel update you want2. wget...