Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 14 additions & 3 deletions docs/kratos/guides/multi-tenancy-multitenant.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

:::
Loading