Change LiteSpeed WebAdmin Console Login with 1 Easy Step

In this guide, we want to teach you How To Change LiteSpeed WebAdmin Console Login (Reset your LiteSpeed admin password). LiteSpeed Web Server (LSWS) is a proprietary, lightweight web server software that provides fast performance and resource conservation without compromising server security. 

It is a popular web server offering high scalability, security, and load balancing. It also provides built-in anti-DDoS capabilities and allows per-IP connections and bandwidth throttling.

WebAdmin console is a centralized control panel to control and configure all LiteSpeed Web Server settings. If you forget or lose your LiteSpeed admin password, you can easily follow the steps below on the Orcacore website to solve your problem.

Steps To Change LiteSpeed WebAdmin Console Login

To complete this guide, you must log in to your server via SSH and follow the steps below.

Reset LiteSpeed Admin Password

First, you need to navigate to the LiteSpeed directory in where you have installed to it. For example:

cd /usr/local/lsws/admin/misc

Then, use the following command to reset your LiteSpeed WebAdmin Console Login:

./admpass.sh

You will be asked to specify the user name of the administrator:

Output
This is the user name required to login the administration Web interface.
User name [admin]: admin

At this point, you need to specify the administrator’s password:

Reset LiteSpeed Admin Password

When you are done, you will get the following output:

Output
Administrator's username/password is updated successfully!

At this point, your LiteSpeed WebAdmin console access has been reset.

Finally, you can access your LiteSpeed Admin panel again, by typing your server’s IP address in your web browser followed by 7080:

http://<Your_IP_address:7080>
Reset LiteSpeed Admin Password

Note: Make sure that your firewall ports are opened for LiteSpeed.

Conclusion

LiteSpeed is an effective means of speeding up your web application or site. LiteSpeed web hosting provides performance where it matters. Effectively administering LiteSpeed saves developers and agencies time, money, and resources.

At this point, you have learned to change your LiteSpeed WebAdmin Console Login (reset LiteSpeed admin password). Hope you enjoy it. Please subscribe to us on Facebook and YouTube.

Also, you may be interested in these articles:

How To Set up LiteSpeed in cPanel and WHM

How To Install LiteSpeed on DirectAdmin

Change Web Server Settings on DirectAdmin

FAQs

What if I encounter “command not found” when running ./admpass.sh?

Ensure you’re in the correct directory and verify that the admpass.sh script exists and has execute permissions. If it doesn’t have the correct permissions, run the command below:
chmod +x admpass.sh

How can I access the LiteSpeed WebAdmin Console after resetting the password?

Open a web browser and navigate to: http://server-ip:7080

Is it possible to change the WebAdmin Console’s default port from 7080?

Yes, you can modify the default port by editing the LiteSpeed configuration file:
/usr/local/lsws/conf/httpd_config.xml
Locate the section and change the port number as desired. Then, restart the LiteSpeed service: sudo systemctl restart lsws

Share your love

Stay informed and not overwhelmed, subscribe now!