How to manually change LiteSpeed to a new license key

If you need to change to a new license key due to license upgrade/downgrade, and have difficulty to update it with our installer or contol panel plugin, you can manually change the license key with following steps:

Assume that LSWS is installed to "/usr/local/lsws",

 

1. # cd /usr/local/lsws/conf

2. # mv serial.no serial.no.old

3. # mv license.key license.key.old

4. # echo "" > serial.no

5. # cd ../bin

6. # ./lshttpd -r

7. # ./lswsctrl restart

  • 5 Users Found This Useful
Was this answer helpful?

Related Articles

How can I create a database from an sql backup file ?

First, create the database.. /path/to/bin/mysqladmin -u $mysqlusername -p$mysqlpassword create...

How can I see all running processes from my server?

Type the following command from shell prompt.It will display the currently running processes. ps...

Connecting to your Windows server

To connect to your Windows VPS or Dedicated server, you use Remote Desktop Connection. Go to:...

Connecting to your Linux server

To connect to your Linux VPS or Dedicated Server, you need a ssh client.  We recommend...

Memory usage seems too high inside a VPS

There are cases when you may notice that the memory usage is too high inside your VPS without a...