-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1e73596
commit e5f3b7c
Showing
3 changed files
with
53 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
title: User licenses | ||
description: How the seat-based licensing works in Kimai-Cloud | ||
--- | ||
|
||
Kimai uses a **per-seat licensing model**, where each active user account consumes one license. | ||
However, the system is designed with fairness in mind, so deactivated accounts do not consume licenses. | ||
|
||
Here's a breakdown of how the licensing works: | ||
|
||
## Licensing Rules | ||
|
||
- **Active users**: Each active user consumes one license. | ||
- **Deactivated users**: Do not consume a license. This allows the license to be reassigned to another user. | ||
|
||
### Managing User Accounts | ||
|
||
- When a user leaves the company, you can deactivate their account, freeing up the license for another user. | ||
- If a deactivated user is reactivated, they will once again consume a license. Reactivation is only possible if there are available licenses. | ||
- New user accounts can only be created if there are free licenses available. | ||
|
||
### Before Subscription Purchase | ||
|
||
- When registering for a plan, the system displays the minimum number of licenses you need to purchase based on your current number of active users. | ||
- If you see more licenses than necessary, you can deactivate any extra accounts and reload the page to adjust the displayed license count. | ||
|
||
### Purchasing Additional Licenses | ||
|
||
- If you lack sufficient licenses to activate an existing account or create a new one, you can purchase additional licenses through the [My Cloud](https://www.kimai.cloud/my-cloud/) portal. | ||
|
||
## Deprecated Metered Plans | ||
|
||
For users still on the deprecated **metered plans** (`Plus` and `Premium`), which are no longer available to new customers, billing is based on usage: | ||
- **Active users incur charges**. | ||
- **Deactivated users incur charges** if they were active within the last month. This includes: | ||
- Users who registered within the last month. | ||
- Users who logged in within the last month. | ||
- Users who made time bookings within the last month (or later). | ||
|
||
This system ensures flexibility in managing user accounts while maintaining fairness in licensing costs. |