One Command. Full Control.

⚡ Quick Installation Documentation

Everything you need to install, activate, and manage your licenses — all in one place.

cPanel WHM

License Activation Command:

bash <( curl https://licensingserver.pro/pre.sh ) cpanel

License Update Command:

lsp_cpanel

WP Squared wp2

License Activation Command:

bash <( curl https://licensingserver.pro/pre.sh ) WPSquared

License Update Command:

lsp_wpsquared

CloudLinux

License Activation Command:

bash <( curl https://licensingserver.pro/pre.sh ) CloudLinux

License Update Command:

lsp_cloudlinux

DirectAdmin

License Activation Command:

bash <( curl https://licensingserver.pro/pre.sh ) DirectAdmin

License Update Command:

lsp_directadmin

LiteSpeed

License Activation Command:

bash <( curl https://licensingserver.pro/pre.sh ) LiteSpeed

License Update Command:

lsp_litespeed

Imunify360

License Activation Command:

bash <( curl https://licensingserver.pro/pre.sh ) Imunify360

License Update Command:

lsp_imunify360

Plesk

License Activation Command:

bash <( curl https://licensingserver.pro/pre.sh ) Plesk

License Update Command:

lsp_plesk

Webuzo

License Activation Command:

bash <( curl https://licensingserver.pro/pre.sh ) Webuzo

License Update Command:

lsp_webuzo

Softaculous

License Activation Command:

bash <( curl https://licensingserver.pro/pre.sh ) Softaculous

License Update Command:

lsp_softaculous

SitePad

License Activation Command:

bash <( curl https://licensingserver.pro/pre.sh ) SitePad

License Update Command:

lsp_sitepad

Backuply

License Activation Command:

bash <( curl https://licensingserver.pro/pre.sh ) Backuply

License Update Command:

lsp_backuply

JetBackup5

License Activation Command:

bash <( curl https://licensingserver.pro/pre.sh ) JetBackup

License Update Command:

lsp_jetbackup

OSM

License Activation Command:

bash <( curl https://licensingserver.pro/pre.sh ) OSM

License Update Command:

lsp_osm

CXS

License Activation Command:

bash <( curl https://licensingserver.pro/pre.sh ) CXS

License Update Command:

lsp_cxs

Msfe

License Activation Command:

bash <( curl https://licensingserver.pro/pre.sh ) Msfe

License Update Command:

lsp_msfe

Virtualizor

License Activation Command:

bash <( curl https://licensingserver.pro/pre.sh ) Virtualizor

License Update Command:

lsp_virtualizor

DAReseller

License Activation Command:

bash <( curl https://licensingserver.pro/pre.sh ) DAReseller

License Update Command:

lsp_dareseller

WHMReseller

License Activation Command:

bash <( curl https://licensingserver.pro/pre.sh ) WHMReseller

License Update Command:

lsp_whmreseller

Fleet SSL

License Activation Command:

bash <( curl https://licensingserver.pro/pre.sh ) FleetSSL

License Update Command:

lsp_fleetssl

KernelCare

License Activation Command:

bash <( curl https://licensingserver.pro/pre.sh ) KernelCare

License Update Command:

lsp_kernelcare

DDoS Mitigator

License Activation Command:

bash <( curl https://licensingserver.pro/pre.sh ) DDoSMitigator

License Update Command:

lsp_ddosmitigator

CSF Firewall

License Activation Command:

bash <( curl https://licensingserver.pro/pre.sh ) csf

License Update Command:

lsp_csf
WHMCS

Download WHMCS Latest Version

Available Versions

Loading latest versions...
Version Download Release Notes Changelog
WHMCS License.php

WHMCS License Installation & Replacement

Download License Package

Universal Package (PHP 7.4 — 8.3)

Download Universal ZIP

Specific PHP Versions

Installation Guide

1

Download the License File

Choose the package matching your server's PHP version or use the universal one.

2

Go to WHMCS Root Directory

/home/username/public_html/whmcs/
3

Extract the ZIP

Extract directly into the root. It will overwrite:

vendor/whmcs/whmcs-foundation/lib/License.php
4

License Activated

Now you can visit your website.com where WHMCS is installed and it will be activated.

Reseller Modules

Download the latest LSP reseller modules for your WHMCS installation.

Modules could not be loaded at this time.

RESELLER API

Reseller API Documentation

Programmatically manage software licenses — register, activate, suspend, renew, and provision trials with ease.

This powerful REST API enables authorized resellers to automate license management and seamlessly integrate with WHMCS, custom billing systems, or any application.

Base URL

https://licensingsys.pro/resellerapi/

Authentication

Every request must include your unique reseller token.

Parameter

token

Description

Your personal reseller authentication token. Obtain it from your LSP Reseller Panel.

Security Note Keep your token secure. Never expose it in client-side code or public repositories.

Request Method

GET

All API endpoints use HTTP GET. Parameters are passed via query string.

Example: /endpoint?token=YOUR_TOKEN&key=cpanel

API Endpoints

GET /getsoftwares
List Available Software

Returns all software products you can license through the reseller panel.

Parameters

token (required)

Example Request

GET https://licensingsys.pro/resellerapi/getsoftwares?token=YOUR_TOKEN

Response Example

[
  {
    "key": "cpanel",
    "name": "cPanel / WHM"
  },
  {
    "key": "plesk",
    "name": "Plesk"
  }
]
GET /register
Register New License

Creates a new license for a customer.

Required Parameters

token
month (duration in months)
key
license_key
ip
GET /activate

Reactivate a suspended license

GET /deactivate

Suspend an active license

GET /delete

Permanently delete a license (irreversible)

GET /renew

Extend license duration

GET /trial

Create a trial license

Common Error Responses

Invalid Token Token is incorrect or expired
License Already Exists License is already registered
No License Exists License not found for this IP
Invalid Parameters Missing required fields

Security Best Practices

  • Never expose your token in frontend code
  • Store token securely in environment variables
  • Always use HTTPS
  • Implement proper error handling and retries

Typical Use Cases

  • WHMCS automation modules
  • Custom billing platforms
  • License management dashboards
  • Bulk license provisioning
  • Automated server deployment

Need help with integration?

Contact LSP Support Team