Question
How do I install KernalCare?
Answer
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
# curl -s https://repo.cloudlinux.com/kernelcare/kernelcare_install.sh | bash
wget
# wget -qq -O - https://repo.cloudlinux.com/kernelcare/kernelcare_install.sh | bash
If you purchased KernelCare outside of the cPanel Store, then you would need to register its license key. To do so, execute the following command:
Note: You will need to replace "$kc_key" with your KernelCare license key.
# /usr/bin/kcarectl --register $kc_key
Additional Resources:
Comments
0 comments
Article is closed for comments.