How can we check cpanel license details?

Discussions related with hosting control panels used, which include cPanel, Plesk, Directadmin etc..

Moderator: Staff

Post Reply
Chester
Posts: 0
Joined: Thu Oct 20, 2016 11:40 am

How can we check cpanel license details?

Post by Chester »

Hi,

How to check a cPanel server is licensed or not from server command line interface?


_tommy

Re: How can we check cpanel license details?

Post by _tommy »

Hi Chester,

You can check the cPanel license details by accessing the below link.

Link : https://verify.cpanel.net/

Paste the server main IP in the blank field and click Verify Licence.


shaan
Posts: 0
Joined: Sat Apr 14, 2018 4:21 pm

Re: How can we check cpanel license details?

Post by shaan »

Hello Chester,

You can execute the following command to check whether the IP addresses of the server is properly licensed or not via commandline:

> Open Terminal.

> Run below command

# lynx -dump http://cpanel.net/showip.cgi

or

# curl -L http://cpanel.net/showip.cgi


The above command will show the main IP address of the server.

# echo ip="IP Address"|lynx -dump http://verify.cpanel.net/index.cgi -post_data

Replace the "IP Address" with the IP we received as the output of the previous command.

> If the IP address is not licensed, you will get an output with this line:

Results: Not licensed

> If it’s licensed, you can see all details from there. A part of the output is pasted below.

License History for xxx.xx.xx.xx

Here, xxx.xx.xx.xx denotes the server IP


Shaan N
Linux Support Engineer.
Nixtree Solutions
Managed Full Server Backups
https://www.nixtree.com/managed-backups.php
Follow us on : https://twitter.com/nixtree


If you are looking for assistance in server management, please get in touch with our support.
Post Reply