1
Set the License Key
Add your Enterprise License Key as an environment variable in your deployment:
- Add your Enterprise License Key after
ENTERPRISE_LICENSE_KEY=
with the key you received from Formbricks. - How you set environment variables depends on your deployment (Docker, Kubernetes, .env file, etc.).
2
Restart Your Instance
After setting the environment variable, restart your Formbricks instance to apply the changes.
3
Verify License Activation
To verify if your license is active, visit
Organization Settings
-> Enterprise License
to check the confirmation screen.4
Ensure License Server is Reachable
Your Formbricks instance performs a daily license check to verify your Enterprise License. If you’re deploying Formbricks behind a firewall or have network restrictions, you need to whitelist the following:
- Domain:
ee.formbricks.com
- URL:
https://ee.formbricks.com/api/licenses/check
- Protocol: HTTPS (Port 443)
- Method: POST
- Frequency: Every 24 hours