Reset CloudPanel User Password

How to Reset CloudPanel User Password by login to your root ssh; via putty

  1. download putty client - https://www.putty.org/
  2. Login your ssh with root password 

List Users

To list all users, use the following command:

clpctl user:list

Password Reset

To reset the password for a CloudPanel user, you can use the user:reset:password command:

clpctl user:reset:password --userName=john.doe --password='!newPassword!'

choose correct user name;  --userName=xxxx   and change password; --password='xxxxx'

Full Doc : https://www.cloudpanel.io/docs/v2/cloudpanel-cli/root-user-commands/#password-reset

Was this answer helpful?

Related Articles

CloudPanel Documentation

What is CloudPanel?# CloudPanel is a free and modern server control panel to configure and...

Access CloudPanel

Access CloudPanel# Once the installation is completed, open a browser on your local system that...