Your MagicTradeBot license key must be entered inside the application.yaml configuration file.
It is located under the License Settings section.
How to Add Your License Key
- Open the file:
settings/application.yaml
- Locate the following section:
# -----------------------------------------------------------
# License Settings
# -----------------------------------------------------------
License:
Key: "" # Enter your valid license key here
# Generate, extend, or upgrade at: https://magictradebot.com
- Replace the empty value with your valid license key:
License:
Key: "YOUR_LICENSE_KEY_HERE"
- Save the file.
- Restart MagicTradeBot.
What Happens After Adding the License?
When the bot starts:
- The license key is validated automatically
- The system verifies expiration and plan status
- If valid → the bot runs normally
- If invalid → an error message will be displayed
Important Notes
- Make sure there are no extra spaces before or after the license key.
- Keep the key inside quotation marks
" "to avoid YAML formatting issues. - After editing the file, validate your YAML configuration using an online validator such as: https://www.yamllint.com/
If there is a formatting error, the bot will stop execution.
Security Recommendation
Do not share your license key publicly or post it in screenshots. If you believe your license has been exposed, contact support immediately.
Summary
- License key must be entered in
settings/application.yaml - Located under the
License:section - Restart the bot after adding it
- Bot validates the license automatically at startup
If you experience license validation issues, enable Debug Mode or share your /logs/ file with support for faster assistance.