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
- Purchase a license from the official ABCD Lite website
- Check your email - the license key will be sent to the email address used during purchase
- 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
- Open the configuration file in a text editor
- Locate the
app
section in the YAML file - 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:
- Restart the ABCD Lite service to apply the configuration changes
- Check the application logs to verify the license is activated
- 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.