Force LiteSpeed to Update to Latest Version on cPanel/WHM Server

Sometimes you find out that LiteSpeed won’t update to the latest version automatically. The worst is you can’t see the option to update to the latest version, although LiteSpeed has released a new version.

This happened to me when I’m using LiteSpeed version 4.1.3. LiteSpeed version 4.2 was released for about a montha but yes I can’t update it.

If you’re facing similar situation, you can update to the latest version, simply issue the following command in SSH as root.

/usr/local/lsws/admin/misc/lsup.sh -f -v 4.2

Replace 4.2 to latest version that is currently available.


Install CloudLinux cPanel Module (LVE Manager) in OnApp Cloud VPS

Recently, I bought Cloud VPS in OnApp platform. The best thing about OnApp platform is they provide CloudLinux and Windows OS without additional cost (at least my OnApp Cloud VPS provider).

After the system provision CloudLinux OS for my VPS, I went straight away to install cPanel/WHM.

Unfortunately, CloudLinux cPanel module or plugin not installed together. This module is very useful to modify CloudLinux setting such allocating CPU & Memory resources for individual cPanel user. You can should be able to see user statistics too.

To install CloudLinux cPanel Module or plugin run the following command in SSH with root login.

yum -y install cpanel-lvemanager

Once finish, login to WHM, you will see an option to modify CloudLinux setting in “Server Configuration” under “CloudLinux LVE Manager”. In the screen, you should be able to allocate server resources such as CPU, RAM, IO to each user or group of user. You can let the user to see their statistic too.