KCAP Demo Server - Multi-Tenant

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %}

Select an Existing Tenant

{% if tenants %} {% else %}

No tenants exist yet. Create one below!

{% endif %}

Create a New Tenant

Only letters, numbers, hyphens, and underscores allowed

Note: When you access a tenant URL directly (e.g., /my-tenant/), it will be automatically created with default credentials (admin/admin).