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.
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.
0 Comments