Check cPanel License Validity from Command Line

This article provides a guide for verifying a cPanel license.

Check cPanel IP Address

To check cPanel IP address, run command as root user:

# curl -w '\n' -s http://myip.cpanel.net/v1.0/

Example Successful Output:

[root@cp ~]# curl -w '\n' -s http://myip.cpanel.net/v1.0/
 127.0.0.1
[root@cp ~]#

Verify cPanel License

To check cPanel license, run command as root user:

# /usr/local/cpanel/cpkeyclt

Example Successful Output:

[root@cp ~]# /usr/local/cpanel/cpkeyclt
Updating cPanel license...Done. Update succeeded.
Building global cache for cpanel...Done
[root@cp ~]#

Check Whether Server Can Resolve cPanel Servers

To check cPanel license, run command as root user:

# host auth.cpanel.net

Example Successful Output:

[root@cp ~]# host auth.cpanel.net
auth.cpanel.net has address 208.74.121.82
auth.cpanel.net has address 208.74.121.86
auth.cpanel.net has address 208.74.123.2
auth.cpanel.net has address 208.74.121.83
auth.cpanel.net has address 208.74.123.3
auth.cpanel.net has address 208.74.121.85
[root@cp ~]#
Useful Resources

Launch 100% SSD Rocky Linux VPS from $2.49/mo!

  • cpanel license check
  • 190 Users Found This Useful
Was this answer helpful?

Related Articles

Video: Create Email Address in cPanel

This video tutorial demonstrates how to create an email address using cPanel Shared Hosting...

Video: Change Primary Language in cPanel

This video tutorial provides Step-by-Step instructions for changing the Primary Language settings...

Video: How to Enable Spam Protection in cPanel

This video tutorial provides Step-by-Step instructions for enabling spam protection in cPanel...

Disable Network Manager on CentOS 7

This article will provide the steps to disable Network Manager in CentOS 7. Network Manager is...

Disable Network Manager on CentOS 6

This article will provide the steps to disable Network Manager in CentOS 6. Network Manager is...