Introduction
This article provides the steps to install LiteSpeed.
Please note that before installing LiteSpeed, you must have a LiteSpeed serial number.
Procedure
- Access the server's command line as the 'root' user via SSH or "Terminal" in WHM.
- Remove the
/usr/local/cpanel/whostmgr/docroot/cgi/lsws
folder if it exists.rm -rf /usr/local/cpanel/whostmgr/docroot/cgi/lsws
- Download the LiteSpeed installer.
wget https://www.litespeedtech.com/packages/cpanel/lsws_whm_autoinstaller.sh
- Update the script's permissions.
chmod a+x lsws_whm_autoinstaller.sh
- Run the
lsws_whm_autoinstaller.sh
script../lsws_whm_autoinstaller.sh $serial
Please note that "$serial" must be replaced with your Litespeed serial number.