You can monitor instant operations and requests via the Litespeed admin panel and configure Litespeed’s server settings. You can access the Litespeed admin panel directly from WHM
or directly via the 7080 port.
http://server-ip-address:7080
You set the admin password yourself during the initial installation. If you created a complex
password, it would be good to write it down somewhere. But let’s assume you didn’t note it down and forgot it. In that case, will you not be able to log into the Litespeed panel? You will be able to, but only after resetting the password.
The password reset
process needs to be done via SSH. Therefore, connect to the server as root via SSH. We need to enter the directory where the Litespeed files are located and run the password reset script.
cd
/usr/local/lsws/admin/misc/We enter the directory with the above command and list the files inside with the ll or ls command. In the directory we entered, there will be a file called admpass.sh. We run this file as
follows.

To run an executable file on the server with a command, it is sufficient to write ./ before the file name.
After the command runs, it will ask for the username whose password you want to reset. By default, the user is always
admin. After entering the username, in the second step it will ask you to enter the new password. Enter the new password, then enter it again for confirmation, and complete the process.
Administrator’s
username/password is updated successfully!If you received command output like above, you have successfully reset your password.
Leave a Comment
* Your comment will be published after approval.
Comments
0No comments yet. Be the first to comment!