@chilly-king-10285 When using your self-hosted solutions (like Hydra + Kratos), is there any access to the admin dashboard to manage user sessions, create them through the admin panel, etc. Or is this a paid service and I have to do it myself?
Ory Kratos is an API-only solution and does not ship with an administrative user interface. This means that you will have to implement the user interface yourself. This includes managing user sessions, creating them, and so on. However, Ory Kratos does provide the necessary APIs and endpoints for managing sessions. For instance, sessions can be managed by the user who owns the session through self-service endpoints, or by system administrators through administrative endpoints [[source](https://www.ory.sh/docs/kratos/session-management/list-revoke-get-sessions)]. If you need a managed solution that takes care of everything, you might want to consider signing up to [Ory Network](https://console.ory.sh/) [[source](https://www.ory.sh/docs/kratos/quickstart#setup)]. For organizations seeking to use Ory as a self-hosted solution, Ory offers dedicated support services. They provide various [support plans](https://www.ory.sh/support/) specifically tailored for self-hosting organizations. These plans offer comprehensive assistance and guidance to optimize your Ory deployments and meet your unique requirements [[source](https://www.ory.sh/docs/kratos/self-service/flows/user-settings#api-clients-and-clients-without-browsers)].
a
adamant-sunset-82991
08/09/2024, 9:02 AM
@chilly-king-10285 So using Ory Network for administrative user interface is a paid feature?