Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.08 KB

licensing.md

File metadata and controls

38 lines (26 loc) · 1.08 KB
id title
licensing
Licensing

Obtaining a License

Please contact us through our webform.

Activate your License

When starting Botpress, use the BP_LICENSE_KEY=<license_key> environment variable as well as the EXTERNAL_URL=<public_url> environment variable.

Binary

BP_LICENSE_KEY=<license_key> EXTERNAL_URL=<public_url> ./bp

Docker

docker run -d \
--name botpress \
-p 3000:3000 \
-v botpress_data:/botpress/data \
-e BP_LICENSE_KEY=<license_key> \
-e EXTERNAL_URL=<public_url> \
botpress/server:$TAG

License Breach and Details

If you happen to breach your license (e.g you try to add more nodes than allowed on your license), your bots won't work anymore until you either update your license or get back to an unbreached license state.

If you don't remember the limits of your currently activated license, you can always go to the Server Settings page in your user top right menu. There you'll have all information on your current license.

BP license keys active