Excellent software and practical tutorials
CyberPanel Forgot your login password
CyberPanel Forgot your login passwordwhat to do?CyberPanelCyberPanel is still quite popular abroad because it is mainly based on the OpenLiteSpeed environment. If you use the WordPress program to build a website, using the OpenLiteSpeed underlying layer can greatly improve the loading speed. What should I do if I forget my login password for the CyberPanel network panel?
The password of the newly installed cyberpanel panel is incorrect, resulting in failure to log in. You need to reset the password of cyberpanel and execute the following code directly in the terminal.
In CyberPanel settings, the username is admin, but if you forget the password, there is no option to forget the password. In fact, we can log in to SSH and enter the following command to solve it:
adminPass 123456789
The P in the adminPass command must be uppercase, otherwise the modification will fail.
Note:
- This command will appear in your bash history, exposing your administrator password. You should use
history -c
command to clear bash history. - If your new password has special characters, especially "!" then it is best to put the password between single quotes. In general, it is best to pass command line parameters in quotes.
- This command is limited to changing the password of the admin username. After logging in with the new password, it is recommended to change the password immediately.