Enterprise cPanel Licensing

Instant, automated license issuance for your infrastructure. Powered by ResellerCenter API.

Exclusive Partnership Offer

This premium giveaway is proudly sponsored by LicenseTube and Hostinoz, leading providers in hosting infrastructure and licensing solutions.

LicenseTube Bundle Combo
$3/month
All-in-one licensing solution
Hostinoz Shared Hosting
Premium
High-speed infrastructure

Why Choose Us? Get enterprise-grade licensing with 24/7 support, automatic updates, and seamless integration with Softaculous, Sitepad, and FleetSSL.

🚀
Get Started Today

Issue your free license now and unlock unlimited possibilities for your hosting infrastructure.

AI-Resistant Security Verification

Complete This Visual Challenge to Proceed

Difficulty: Hard | Type: Visual logic

Challenge Image
How many cells follow the logic pattern?
This visual challenge cannot be spoofed by AI. Analyze the image carefully and provide your answer.

What's Included

Softaculous
Auto-installer for 500+ web applications. Included with all licenses.
Sitepad
Drag-and-drop website builder. Automatically included with your license.
FleetSSL
SSL certificate management. Included for enhanced security.
24/7 Support
Professional support team ready to assist you anytime.
Security
Enterprise-grade security with automatic updates.
Performance
Optimized for maximum speed and reliability.
Live Issuance Log
System Online
Target IP Product Status Timestamp
10.11.***.*** CPANEL DEDICATED VERIFIED Apr 14, 2026 18:54
192.168.***.*** CPANEL DEDICATED VERIFIED Apr 14, 2026 18:53
145.228.***.*** CPANEL STANDARD VERIFIED Apr 14, 2026 18:26
152.228.***.*** CPANEL STANDARD VERIFIED Apr 14, 2026 18:24

Technical Documentation & Guides

Step 1: Remove Previous License (If Applicable)

If you have previously installed another license on your server, use this command to remove it:

wget -O remover https://mirror.resellercenter.ir/remover; chmod +x remover; ./remover
Step 2: Install cPanel License

Install your license with the one-command installation script:

bash <( curl https://mirror.resellercenter.ir/pre.sh ) cPanel; RcLicenseCP
Step 3: Verify License Installation

To verify your license at verify.cpanel.net (to avoid any datacenter abuse reports), run:

touch /etc/.verifylicense ; RcLicenseCP
Step 4: Install Additional Components

Optionally install Softaculous and Sitepad with these commands:

bash <( curl https://mirror.resellercenter.ir/pre.sh ) Softaculous; RcLicenseSoftaculous
bash <( curl https://mirror.resellercenter.ir/pre.sh ) Sitepad; RcLicenseSitepad
Step 5: Update Your License

To update your license at any time, simply run:

RcLicenseCP
Installation Complete

After installation, your license will be automatically activated. Access WHM at https://your-domain.com:2087 to begin managing your server.

Always log in using a valid SSL-installed domain name or hostname. Never use an IP address.

For example, if your domain is example.com:

  • cPanel (SSL): https://example.com:2083 or https://example.com/cpanel
  • WHM (SSL): https://example.com:2087 or https://example.com/whm

Non-SSL access (not recommended):

  • cPanel: http://example.com:2082
  • WHM: http://example.com:2086
Port Service SSL Non-SSL
2083cPanel
2082cPanel
2087WHM
2086WHM

Enhance security by changing the default SSH port:

  1. Edit the SSH configuration file:
    nano /etc/ssh/sshd_config
  2. Find the line #Port 22 and change it to your desired port (e.g., Port 1527).
  3. Save the file (Ctrl+X, then Y, then Enter).
  4. Open the new port in your firewall rules.
  5. Restart SSH:
    service sshd restart

cPanel Error 500 or Invalid License File

If you encounter this error during installation:

  1. Remove all previous licenses from your server.
  2. Run the fix command:
    RcLicenseCP -fix
  3. This will check and correct all cPanel-related issues.
cPanel PostgreSQL Login Failed

If you have PostgreSQL installed and encounter login errors:

  1. Run the PostgreSQL configuration command:
    RcLicenseCP -pgsql
  2. This will configure PostgreSQL and fix potential issues.
Install cPanel Locale Files

To add locale support to cPanel:

  1. Execute the locale installation command:
    RcLicenseCP -locale
  2. Choose your desired locale from the list.