diff --git a/docs/kratos/guides/multi-tenancy-multitenant.md b/docs/kratos/guides/multi-tenancy-multitenant.md index 07b7e29b9..e11ecb592 100644 --- a/docs/kratos/guides/multi-tenancy-multitenant.md +++ b/docs/kratos/guides/multi-tenancy-multitenant.md @@ -3,6 +3,17 @@ id: multi-tenancy-multitenant title: Multitenancy --- -[Ory Network](https://console.ory.sh) is the only available option to have a multi-tenant Ory Kratos set up. It is not possible to -self-host Ory Kratos as a multi-tenant service as its data model does not support this due to data, scalability, and operational -complexity. +To set up Ory Kratos for multiple tenants, you have two options: + +- [Ory Network](https://console.ory.sh) for a managed cloud service. +- [Ory Enterprise License](../../self-hosted/oel/index.mdx) for an self-hosted on-premise solution. + +The Ory Kratos open-source version is intended for single-tenant use only. Its data model isn't architected to support the data +isolation, scalability, and operational needs of a multi-tenant environment. + +:::info + +Please reach out on the [Ory Community Chat](https://slack.ory.sh/) or via [email](https://www.ory.sh/contact) if you have any +questions on multitenancy support. + +:::