Table of Contents
Reset the forgotten admin password CyberPanel
In some cases, you accidentally forget the CyberPanel admin password, and this user is used to administer CyberPanel. In this post, we will show you on how to change the admin password in the simplest way to solve this problem.
1. To change the password with the command, first, you need to SSH into the VPS with root privileges.
bonben@ub20:~$ sudo -s
[sudo] password for bonben:
root@ub20:/home/bonben# whoami
root
root@ub20:/home/bonben#
2. After SSH is successful, run the following command:
adminPass 123456789
Command annotation:
- adminPass: Command to change password
- 123456789: The new password needs to be changed
After running the command successfully, you will receive a message as follows:
#Output
root@vps01:/home/bonben# adminPass 123456789
Admin password successfully changed!
ADVERTISEMENT
Not a reader? Watch this related video tutorial:
5/5 - (1 vote)