{% extends "base.html" %} {% block title %}License Required — AIRiskGuard Gateway{% endblock %} {% block content %}
🔒

Team License Required

The AIRiskGuard Gateway dashboard requires a valid Team license.

{% if reason %}

{{ reason }}

{% endif %}

To activate your license

1

Set the AIRISKGUARD_LICENSE environment variable to your license key

AIRISKGUARD_LICENSE=XXXXXXXX-XXXXXXXX-XXXXXXXX-XXXXXXXX
2

Restart the policy server

docker compose restart policy-server

Don't have a license? Get yours at airiskguard.ai — $299/mo, cancel anytime.

Get a License

Already purchased? Email sales@airiskguard.ai

{% endblock %}