Hi,
How to check a cPanel server is licensed or not from server command line interface?
How can we check cpanel license details?
Moderator: Staff
cPanel Server Management
@ 30$ Onwards
@ 30$ Onwards
Re: How can we check cpanel license details?
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.
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.
Re: How can we check cpanel license details?
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
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