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
  • 162 Utenti hanno trovato utile questa risposta
Hai trovato utile questa risposta?

Related Articles

Video: Create Email Address in cPanel

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

Remove a Service from ChkServd Monitoring for cPanel Servers

This guide requires root user account in server. In some circumstances, ChkservD cPanel...

Disabling mod_security in cPanel

Mod_security is an apache module that helps to protect your website from various attacks. It is...

Assigning a Dedicated IP Address to a Subdomain using WHM

To assign a dedicated IP address to a subdomain, perform the following steps: Step 1: Add the...

Video: Setup Email Forwarder in cPanel

View our Step-by-Step Tutorial Video for Setting up an Email Forwarder in cPanel Shared Hosting.