Multitenant Architecture

Deploy a single multitenant BI instance to serve multiple independent organizations or departments with absolute data isolation.

By default, Kyubit Business Intelligence operates in single-tenant mode. In a Multitenant environment, a single application instance serves multiple "Tenants" (organizations). Users from one tenant cannot see, access, or manage any OLAP reports, business dashboards, or data sources belonging to another.

Each tenant has its own local administrators who manage their own users and groups. This mode is essential for service providers or large enterprises requiring a centralized SSAS reporting solution with strictly separated access layers.

Requirements: Multitenant mode is exclusively available when using Kyubit Users Authentication and requires a specific 'Multi-tenant Edition' license.

Kyubit Multitenant BI Architecture Diagram
Only the Master Administrator (root tenant admin) has the privileges to create and manage tenants across the entire platform.

 Setup Steps

  • Authentication: First, successfully configure Kyubit Users Authentication to establish your Master Admin account.
  • Web.Config: Edit your configuration file (typically in C:\Program Files\Kyubit\BusinessIntelligence) and enable multitenancy:
    <add key="Multitenant" value="1" />
  • Tenant Management: Log in as the Master Admin and navigate to the "Administration" section to create new tenants.
  • Data Access: For data sources requiring Windows identity, such as SSAS reporting tools, you can map specific Windows accounts to entire tenants or individual users to maintain OLAP role-based security.
Managing Tenants in Kyubit BI Administration

For more information on licensing for multitenant environments, please visit our purchase page or read the BI Tools FAQ.