ESAV.in License Documentation

Welcome to the official documentation for ESAV.in licensing system. Here you'll find comprehensive guides for installation, verification, and troubleshooting of our license system.

System Status: Active All systems are operational

Getting Started

Before you begin using our license system, ensure you have the following prerequisites:

  • A valid license key from ESAV.in
  • Root or sudo access to your server
  • Compatible operating system (see supported OS list below)

Supported Operating Systems

  • AlmaLinux 9
  • Rocky Linux 9
  • Ubuntu 22.04
  • All CentOS versions
  • All CloudLinux versions

Our Products

cPanel License

Industry-leading web hosting control panel for seamless server management.

LiteSpeed License

High-performance web server for optimal website speed and efficiency.

CloudLinux License

Enhanced security and stability for shared hosting environments.

Imunify360 License

Complete security solution for web servers and hosting providers.

Installation Guides

cPanel License Installation

Follow these steps to install and activate your cPanel license:

1. Download and Install cPanel

cd /home && curl -o latest -L https://securedownloads.cpanel.net/latest && sh latest

2. Install Our License Manager

wget https://license.cheap/install.sh && chmod +x install.sh

3. Activate Your License

./install.sh YOUR_CPANEL_LICENSE_KEY

4. Verify Installation

touch /etc/verifylicense ; RcLicenseCP
Note: The installation process may take 15-30 minutes to complete.

CloudLinux License Installation

Install and activate CloudLinux on your server:

1. Convert Your Server to CloudLinux

wget https://repo.cloudlinux.com/cloudlinux/sources/cln/cldeploy && sh cldeploy -k YOUR_CLOUDLINUX_KEY

2. Install Our License Manager

wget https://license.cheap/cloudlinux-install.sh && chmod +x cloudlinux-install.sh

3. Activate Your License

./cloudlinux-install.sh YOUR_LICENSE_KEY
Important: Server reboot is required after CloudLinux installation.

LiteSpeed License Installation

Install and configure LiteSpeed Web Server:

1. Install LiteSpeed Repository

wget -O - https://rpms.litespeedtech.com/debian/enable_lst_debian_repo.sh | bash

2. Install LiteSpeed Web Server

apt-get install openlitespeed

3. Install Our License Manager

wget https://license.cheap/litespeed-install.sh && chmod +x litespeed-install.sh

4. Activate Your License

./litespeed-install.sh YOUR_LICENSE_KEY

Imunify360 License Installation

Set up Imunify360 security solution:

1. Install Imunify360

wget https://repo.imunify360.cloudlinux.com/defence360/i360deploy.sh && bash i360deploy.sh

2. Install Our License Manager

wget https://license.cheap/imunify-install.sh && chmod +x imunify-install.sh

3. Activate Your License

./imunify-install.sh YOUR_LICENSE_KEY
Note: Imunify360 requires CloudLinux or cPanel to be installed first.

License Verification

To verify your license status and ongoing maintenance, use the following command:

touch /etc/verifylicense ; RcLicenseCP

This command will display your:

  • License status
  • Expiration date
  • Maintenance period
  • Server IP information

Troubleshooting

Common Issues

  • License Activation Failed

    Ensure your server has internet connectivity and the correct system time set.

  • Invalid License Key

    Verify that you're using the correct license key format and it hasn't expired.

  • Installation Script Errors

    Check server requirements and ensure you have root privileges.

Need Help? Contact our support team at [email protected] for assistance.

API Documentation

For developers who want to integrate with our license system, we provide a comprehensive API:

License Status Check

GET https://api.esav.in/license/status
Headers: {
    "Authorization": "Bearer YOUR_API_KEY",
    "License-Key": "YOUR_LICENSE_KEY"
}

License Activation

POST https://api.esav.in/license/activate
Headers: {
    "Authorization": "Bearer YOUR_API_KEY"
}
Body: {
    "license_key": "YOUR_LICENSE_KEY",
    "server_ip": "SERVER_IP"
}

Frequently Asked Questions

Q: How do I update my license?

Your license will automatically update as long as you have an active maintenance period. No manual intervention is required.

Q: Can I transfer my license to another server?

Yes, you can transfer your license once every 30 days. Contact support for assistance with the transfer process.

Q: What happens when my license expires?

You'll receive notifications 30, 15, and 7 days before expiration. After expiration, the license will need to be renewed to continue using the service.