How to Reset the Litespeed Admin Credentials

Posted on August 11th, 2020

Login to server via SSH.

Navigate to where you have installed Litespeed

# cd /usr/local/lsws/admin/misc

Once you are in please type the following command “./admpass.sh”,  admpass.sh is a file which works to change the Litespeed admin password.

# ./admpass.sh

Output:

[[email protected] ~] ./admpass.sh

Please specify the user name of the administrator.

This is the user name required to login the administration Web interface.

User name [admin]: admin

Please specify the administrator’s password.

This is the password required to login the administration Web interface.

Password: **********

Retype password: **********

Administrator’s username/password is updated successfully!

Now the lightspeed Webconsole access has been reset, And you can try to Login

http://your.server.ip:7080/

Your.server.ip:7080 must be replaced with web server IP address.

Note: Make sure that CFP firewall port must be opened.

If you need any further help please contact our support department.

3 Responses to “How to Reset the Litespeed Admin Credentials”

  1. Erkan says:

    Thanks:)

  2. exthemes dev says:

    thanks.. its working now

Leave a Reply