< 1 minute read

In order to enable Pro license in Botpress for your production system, you need to contact the botpress team and according to your needs they will provide a trial license for some duration.

This trial license is provided based on below information

Hostname: Hostname of the box where your bot will be deployed

Port: Port number used to access your bot

Cluster fingerprint: Gets attached to the license key and identifies a licensed system. You can get this from the Botpress admin page under server license tab.

enable pro license in botpress Enable Pro license in Botpress image

Once you have the license key, configure the following items in your botpress\data\global\botpress.config.json file

httpServer.host: “HOSTNAME”,
httpServer.port: ANY PORT
pro.enabled: true,
pro.licenseKey: “YOUR LICENSE KEY”

That’s it, run bp/bp.exe and your botpress should be enabled with PRO license.


Simon

I am a Fullstack developer and Consultant with an experience of 9+ years in the industry. I mainly work on Java, React, Javascript, NodeJs, Elasticsearch and Botpress.

0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.