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
  • cpanel license check
  • 123 Users Found This Useful
Was this answer helpful?

Related Articles

Create Spam Filters for Mailing Lists

This document explains how to create mail filter rules in cPanel's Mailing Lists interface (Home...

Video: Create Email Filter in cPanel

This video tutorial provides Step-by-Step instructions for creating an email filter in cPanel...

Video: Using Webmail in cPanel

This video tutorial provides Step-by-Step instructions for using Webmail in cPanel Shared Hosting...

Video: Change cPanel Style

This video tutorial provides Step-by-Step instructions for changing the Style settings in cPanel...

Video: Managing Directory Privacy in cPanel

This video tutorial provides Step-by-Step instructions for managing Directory Privacy within a...