License Activation

After purchasing a license, you will receive a license key via email. This license key is required to activate the full features of ABCD Lite and remove any limitations of the personal plan.

Obtaining Your License Key

  1. Purchase a license from the official ABCD Lite website
  2. Check your email - the license key will be sent to the email address used during purchase
  3. Save the license key in a secure location - you'll need it for configuration

Configuring the License Key

To activate your license, you need to add the license key to the application configuration file.

Configuration File Location

The configuration file is located at: configs/config.yml

Adding the License Key

  1. Open the configuration file in a text editor
  2. Locate the app section in the YAML file
  3. Add the license_key field with your license key value

Configuration Example

app:
    allowed_origins:
        - https://abcd.acme.com
    port: "8900"
    license_key: "your-license-key-here"

Verification

After adding the license key:

  1. Restart the ABCD Lite service to apply the configuration changes
  2. Check the application logs to verify the license is activated
  3. Access the web interface to confirm features are available

Service Restart Commands

Windows Service:

# Stop the service
Stop-Service -Name "ABCDLite"

# Start the service
Start-Service -Name "ABCDLite"

Security

Keep your license key secure and do not share it publicly. The license key should be treated as sensitive information.