Multi-Tenancy
An architecture where one shared platform instance serves multiple brands or operators (tenants) at once, keeping each tenant's data and configuration logically separated.
Definition
Multi-tenancy is a software architecture in which a single deployment of a platform serves many customers, called tenants, each with its own data, branding and configuration but running on shared infrastructure and code. In iGaming it underpins white-label and turnkey offerings: one provider runs the core platform while many operator brands sit on top, each with its own front end, back office view, promotions and often regulatory settings, yet sharing the same underlying wallet, game integrations and reporting engine. The key engineering challenge is isolation, ensuring one tenant can never see or affect another's players, funds or data, while still benefiting from shared maintenance, upgrades and economies of scale. Strong tenant isolation and per-tenant configuration, for currencies, languages and jurisdiction rules, are essential.
Worked example
A platform provider hosts fifty casino brands on one multi-tenant system; each brand has its own domain, look and bonus setup, but they share the same underlying wallet, game aggregation and reporting, with strict isolation so Brand A's staff and players never see Brand B's data.
Why it matters
For learners, it explains how one company can power dozens of different-looking gambling brands. For professionals, multi-tenancy drives the economics of white-label and turnkey models, and its isolation guarantees are a security and compliance concern, so understanding it clarifies both cost structures and risk.