Multitenant
Getting started
In development mode, to activate the multi-tenant mode you must start your Neos cluster with the -mt or --multitenant option.
neos run -mt
Note
Multi-tenant mode requires the authentication to be enabled.
Then you can set the tenants and associated permissions: Tenant Management
For tenant database creation, cluster version changes, and migration workflows, see Tenant migration.
Production
In production, to activate the multi-tenant mode you need to set the multitenancy property value to true for the cluster definition in your Helm deployment configuration.