How to fix a cPanel Licensing Error

In some cases, your cPanel license may get out of sync with cPanel's licensing server.  You may receive the following error:

"This copy of cPanel / WHM is a trial version and will expire at the end of the trial term. You will need to upgrade to a paid copy of cPanel / WHM to continue using the software after that term."

To resolve this issue, simply log into SSH and enter the following:
   /usr/local/cpanel/cpkeyclt

The result should be:

# /usr/local/cpanel/cpkeyclt
Updating cPanel license...Done. Update succeeded.
Building global cache for cpanel...Done

If you have continued problems, please ensure you have a valid license with us and your invoices are paid up to date. You can verify your server IP has an active license here: https://verify.cpanel.net/

If you require a cPanel license for your server, or for more help, please contact our sales team.

  • 2 Users Found This Useful
Was this answer helpful?

Related Articles

IBM RSA Card User Guide

This is the link to the IBM RSA User Guide...

Can you provide redundant PSUs?

Our racks have dual power feeds from separate power distribution units, as well as backup diesel...

Can you provide redundant PSUs?

Our racks have dual power feeds from separate power distribution units, as well as backup diesel...

What RAID technology do you use?

Our SANs are setup in a RAID 1+0 configuration, which ensures high I/O and fault tolerance....

Fix permissions of all directories and files

To change all the directories to 755 (-rwxr-xr-x): find /home/xxx/public_html -type d -exec...