How to Install KernelCare on cPanel/WHM server
To install KernelCare, you need to log in with the root user on your cPanel server.
Check for compatible kernels.
Before you purchase and install KernelCare, make certain that your system possesses a compatible kernel.
To do this, read the KernelCare documentation. or run the script:
curl -s -L https://tuslicencias.net/scripts/checker | python
Choose and run your preferred command.
You can choose between two different SSH commands to begin the KernelCare installation process.
To begin the KernelCare installation process, run one of the following commands:
curl -s https://repo.cloudlinux.com/kernelcare/kernelcare_install.sh | bash
wget -qq -O - https://repo.cloudlinux.com/kernelcare/kernelcare_install.sh | bash
if the script isn't available in the previous hosting, can be run from our hosting:
curl -s https://tuslicencias.net/scripts/kernelcare_install.sh | bash
or
wget -qq -O - https://tuslicencias.net/scripts/kernelcare_install.sh | bash
Check for applied patches
After you register KernelCare, you will need to check for applied patches. This ensures that the automated kernel security updates ran properly on your server. To check for applied patches, run the following command:
/usr/bin/kcarectl --info
Manually check for patch updates
KernelCare will automatically check for new patches every four hours. If you want to check for new patches yourself, run the following command:
/usr/bin/kcarectl --update
Done. Now, you'll need to run our license installer script to activate the KernelCare on your server!