How to reset Litespeed admin password via SSH
Steps:
Log into the server via SSH. If you have installed Litespeed in /usr/local/lsws then you need to enter the directory /usr/local/lsws/admin/misc.
#cd /usr/local/lsws/admin/misc
Then, execute the following command to change the admin password of Litespeed:
#./admpass.sh
Now, it will asks for the username to log into the administration web interface. This should be admin. Then, enter the password.
Done!! 🙂  🙂
Click here to know “How to create custom php.ini file in a Litespeed webserver“