License Commands for Resellers
Learn how to structure and use your license installation commands.
Command Structure
The structure of license commands is:
bash <( curl https://api.YOURWEBSITE.com/pre.sh ) PRODUCT_NAME; YOUR_PREFIX
| Parameter | Description | Example |
|---|---|---|
| api.YOURWEBSITE.com | Your server domain where pre.sh is hosted |
api.example.com |
| PRODUCT_NAME | The software you're licensing | cPanel, LiteSpeed, CloudLinux |
| YOUR_PREFIX | Your custom license prefix | TestCP |
Example Command
For example, if your URL is example.com, your prefix for licenses is Test, and you want to install cPanel, your command will be:
bash <( curl https://api.example.com/pre.sh ) cPanel; TestCP
To update your license, just run:
TestCP
Common License Commands
Replace YOUR_PREFIX with your actual license prefix:
| Software | Installation Command | Update Command |
|---|---|---|
| cPanel | bash <( curl https://api.YOURWEBSITE.com/pre.sh ) cPanel; YOUR_PREFIX |
YOUR_PREFIX |
| LiteSpeed | bash <( curl https://api.YOURWEBSITE.com/pre.sh ) LiteSpeed; YOUR_PREFIX |
YOUR_PREFIX |
| CloudLinux | bash <( curl https://api.YOURWEBSITE.com/pre.sh ) CloudLinux; YOUR_PREFIX |
YOUR_PREFIX |
| Imunify360 | bash <( curl https://api.YOURWEBSITE.com/pre.sh ) Imunify360; YOUR_PREFIX |
YOUR_PREFIX |
| DirectAdmin | bash <( curl https://api.YOURWEBSITE.com/pre.sh ) DirectAdmin; YOUR_PREFIX |
YOUR_PREFIX |
🔒 Fully Whitelabel
The command is fully whitelabel — there is no URL from LicenseCage, and our identity is completely hidden.
Your clients will only see your custom prefix and your server URL.
✅ Complete Whitelabel: Your license commands are completely branded to you.
Need help? Contact our support team for assistance.
📧 Contact Support