Docs
Back to site
GoldenServ Documentation

License Setup Guides
& Reference

Everything you need to install, configure, and manage your shared licenses. Follow the step-by-step guides below or use the sidebar to jump to a specific product.

Quick Installation

One-command installer works on all major Linux distributions

ℹ️
Run all commands as root. The installer supports CentOS, AlmaLinux, Rocky Linux, CloudLinux, Ubuntu, and Debian.

Step 1 Remove any existing conflicting license agent

If you're switching from another license provider, remove their agent first to avoid conflicts.

bash root required
# Remove old license agent (if any) wget -O remover https://license.goldenserv.net/remover chmod +x remover && ./remover

Step 2 Run the one-line installer

Replace PRODUCT with your license type (see table below). This installs the GoldenServ license daemon and activates your license automatically.

bash
bash <( curl https://license.goldenserv.net/pre.sh ) PRODUCT

License Type Reference

Use the exact product name in the installer command above.

LicenseInstall NameUpdate Command
cPanel / WHMcpanel / dcpanelGSlicenseCP
Pleskplesk / dpleskGSlicensePK
LiteSpeedlitespeed / litespeed4 / 8 / xGSlicenseLS
CloudLinuxcloudlinuxGSlicenseCLN
Imunify360imunify360GSlicenseIM360
JetBackup 4/5/MCjetbackup / jetbackup5 / jetbackupmcGSlicenseJP / GSlicenseJPMC
SoftaculoussoftaculousGSlicenseSC
SitePadsitepadGSlicenseSP
CXScxsGSlicenseCXS
OSM MonitorosmGSlicenseOSM
VirtualizorvirtualizorGSlicenseVR
WHMResellerwhmresellerGSlicenseWR
KernelCarekernelcareGSlicenseKC
MediaCPmediacpGSlicenseMP
WP Squaredwp2GSlicenseWP
BackuplybackuplyGSlicenseBP
WebuzowebuzoGSlicenseWZ

cPanel / WHM License

Install and manage your cPanel shared license

⚡ Install cPanel VPS

bash
bash <( curl https://license.goldenserv.net/pre.sh ) cpanel; GSlicenseCP

⚡ Install cPanel Dedicated

bash
bash <( curl https://license.goldenserv.net/pre.sh ) dcpanel; GSlicenseCP

⚡ Install FleetSSL

bash
GSlicenseCP -fleetssl

⚡ Install SSL on all cPanel services

bash
GSlicenseCP -install-ssl-service

⚡ Update License

bash
GSlicenseCP

CloudLinux License

CageFS isolation, LVE limits, and MySQL Governor

⚡ Install CloudLinux License

bash
bash <( curl https://license.goldenserv.net/pre.sh ) cloudlinux; GSlicenseCLN

Update License

bash
GSlicenseCLN

️ Enable TuxCare ELS (Extended Lifecycle Support)

bash
GSlicenseCLN -tuxcare

LiteSpeed License

High-performance web server with built-in cache

⚡ Install LiteSpeed 2 Workers

bash
bash <( curl https://license.goldenserv.net/pre.sh ) litespeed; GSlicenseLS

⚡ Install LiteSpeed 4 Workers

bash
bash <( curl https://license.goldenserv.net/pre.sh ) litespeed4; GSlicenseLS; GSlicenseLS --update-core

⚡ Install LiteSpeed 8 Workers

bash
bash <( curl https://license.goldenserv.net/pre.sh ) litespeed8; GSlicenseLS; GSlicenseLS --update-core

⚡ Install LiteSpeed X Workers

bash
bash <( curl https://license.goldenserv.net/pre.sh ) litespeedx; GSlicenseLS; GSlicenseLS --update-core

WHMCS License

Billing & automation platform license setup

⚠️
The WHMCS license file must be placed at YOUR-WHMCS-PATH/vendor/whmcs/whmcs-foundation/lib/License.php

Download & Install License File

Imunify360 License

All-in-one server security & malware scanner

⚡ Install Imunify360 License

bash
bash <( curl https://license.goldenserv.net/pre.sh ) imunify360; GSlicenseIM360

Update License

bash
GSlicenseIM360

KernelCare License

Live kernel patching no reboots required

⚡ Install KernelCare

bash
bash <( curl https://license.goldenserv.net/pre.sh ) kernelcare; GSlicenseKC

JetBackup License

Incremental backup system with remote destinations

⚡ Install JetBackup 4

bash
bash <( curl https://license.goldenserv.net/pre.sh ) jetbackup; GSlicenseJP

⚡ Install JetBackup 5

bash
bash <( curl https://license.goldenserv.net/pre.sh ) jetbackup5; GSlicenseJP

⚡ Install JetBackup MC

bash
bash <( curl https://license.goldenserv.net/pre.sh ) jetbackupmc; GSlicenseJPMC

Plesk License

Windows & Linux hosting control panel

⚡ Install Plesk VPS

bash
bash <( curl https://license.goldenserv.net/pre.sh ) plesk; GSlicensePK

⚡ Install Plesk Dedicated

bash
bash <( curl https://license.goldenserv.net/pre.sh ) dplesk; GSlicensePK

⚡ Update License

bash
GSlicensePK

WP Squared License

WordPress management suite

⚡ Install WP Squared

bash
bash <( curl https://license.goldenserv.net/pre.sh ) wp2; GSlicenseWP

Virtualizer License

VPS virtualization panel

⚡ Install Virtualizer

bash
bash <( curl https://license.goldenserv.net/pre.sh ) virtualizor; GSlicenseVR

ConfigServer Exploit Scanner (CXS)

Active exploit protection

⚡ Install CXS Scanner

bash
bash <( curl https://license.goldenserv.net/pre.sh ) cxs; GSlicenseCXS

OSM Spam Monitor License

Outgoing spam monitoring

⚡ Install OSM Monitor

bash
bash <( curl https://license.goldenserv.net/pre.sh ) osm; GSlicenseOSM

Softaculous License

400+ script auto-installers

⚡ Install Softaculous

bash
bash <( curl https://license.goldenserv.net/pre.sh ) softaculous; GSlicenseSC

SitePad License

Drag-and-drop website builder

⚡ Install SitePad

bash
bash <( curl https://license.goldenserv.net/pre.sh ) sitepad; GSlicenseSP

WHMReseller License

Reseller automation for WHM

⚡ Install WHMReseller

bash
bash <( curl https://license.goldenserv.net/pre.sh ) whmreseller; GSlicenseWR

DAreseller License

DirectAdmin reseller automation

⚡ Install DAreseller

bash
bash <( curl https://license.goldenserv.net/pre.sh ) DAReseller; GSlicenseDR

Webuzo V3 Business

Multi-user control panel

⚡ Install Webuzo

bash
bash <( curl https://license.goldenserv.net/pre.sh ) webuzo; GSlicenseWZ

MediaCP License

Media streaming control panel

⚡ Install MediaCP

bash
bash <( curl https://license.goldenserv.net/pre.sh ) mediacp; GSlicenseMP
☁️

Backuply License

WordPress backup plugin

⚡ Install Backuply

bash
bash <( curl https://license.goldenserv.net/pre.sh ) backuply; GSlicenseBP

Troubleshooting

Fix common license issues

❌ "License Invalid" after install

Wait 2–5 minutes after purchase for the license to propagate, then re-run the update command.

  • 1
    Check your server IP matches the IP in your
  • 2
    Run the update command (e.g., GSlicenseCP)
  • 3
    If still failing, open a support ticket from your Client Area

Firewall blocking update server

Allow outbound connections to mirror.goldenserv.net on port 443.

bash
# CSF firewall whitelist GoldenServ mirror csf -a 145.239.146.72

Check license status

bash
# For cPanel: GSlicenseCP --status # For CloudLinux: GSlicenseCLN --status

Frequently Asked Questions

Quick answers to common questions

Is this a cracked or nulled license?

No. GoldenServ provides genuine shared licenses one premium license key is shared across multiple clients through a licensing proxy system. You get real, working licenses connected to premium update servers.

How fast is license activation?

Licenses are activated instantly after payment. You'll receive an email confirmation and can track everything from your Client Area.

Can I change my server IP?

Yes. Log into your , update the IP on your service, then re-run the license update command on your new server.

API Reference

Automate license management via REST API

API key available in your → Profile → API Access

Get License Status

HTTP GET
GET https://api.goldenserv.net/api/v1/license/{license_id} Authorization: Bearer YOUR_API_KEY

Update License IP

HTTP POST
POST https://api.goldenserv.net/api/v1/license/{license_id}/ip Authorization: Bearer YOUR_API_KEY Content-Type: application/json { "ip": "1.2.3.4" }

WHMCS Module Setup

Automate license provisioning from WHMCS

Download & Install Module

  • 1
    Download the GoldenServ WHMCS module from your Client Area → Downloads
  • 2
    Upload to modules/servers/goldenserv/ in your WHMCS directory
  • 3
    Go to WHMCS Admin → Setup → Products → Add Product → Select GoldenServ Licensing
  • 4
    Enter your API key from your Client Area
  • 5
    Map products to license types and enable auto-provisioning

CLI Commands

All available license management commands

Full Command Reference

LicenseInstall NameUpdate Command
cPanel / WHMcpanel / dcpanelGSlicenseCP
Pleskplesk / dpleskGSlicensePK
LiteSpeedlitespeed / litespeed4 / 8 / xGSlicenseLS
CloudLinuxcloudlinuxGSlicenseCLN
Imunify360imunify360GSlicenseIM360
JetBackup 4/5/MCjetbackup / jetbackup5 / jetbackupmcGSlicenseJP / GSlicenseJPMC
SoftaculoussoftaculousGSlicenseSC
SitePadsitepadGSlicenseSP
CXScxsGSlicenseCXS
OSM MonitorosmGSlicenseOSM
VirtualizorvirtualizorGSlicenseVR
WHMResellerwhmresellerGSlicenseWR
KernelCarekernelcareGSlicenseKC
MediaCPmediacpGSlicenseMP
WP Squaredwp2GSlicenseWP
BackuplybackuplyGSlicenseBP
WebuzowebuzoGSlicenseWZ