How to Downgrade Local License for Testing
Last modified: February 19, 2024
Overview
This document provides steps to downgrade your server’s local license for testing purposes. You can use the file /var/cpanel/license.cfg
to request a restricted cPanel & WHM license. This restricted license will benefit developers who would like to test custom code or experiment with user limitations.
The system uses the /var/cpanel/license.cfg
file to determine the license request to downgrade your local license.
You cannot use this file to upgrade your license. To upgrade your license, contact cPanel Customer Service.
Downgrade your local license
To downgrade your local license for testing, perform the following steps:
-
From the command line, log in to your cPanel & WHM server as the
root
user. -
Open the
/var/cpanel/license.cfg
file with your favorite editor. -
Edit the
producttype
andmaxusers
values to your desired settings. See the table below for more information. -
Save the file and refresh the license. To refresh the license, run the
/usr/local/cpanel/cpkeyclt
script.
Available values
Variable | Type | Description | Possible values | Example |
---|---|---|---|---|
producttype |
string | A server profile. |
|
dnsnode |
maxusers |
integer | A numeric value. | A positive integer that does not exceed the maximum user count for your license. | 40 |