mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-22 02:16:37 +00:00
Improve plans and billing docs
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Plans and billing
|
||||
|
||||
## NetBird plans
|
||||
## NetBird Plans
|
||||
|
||||
NetBird offers diverse plans to accommodate various networking needs, ensuring scalable and secure connectivity.
|
||||
|
||||
@@ -9,7 +9,6 @@ It features peer-to-peer connections and encryption, access control, routing, an
|
||||
|
||||
- **Team Plan:** Priced at **$5 per user per month**, the Team Plan offers unlimited admin and regular users, multi-factor authentication (MFA), access and connection logging, user and group provisioning and sync from your identity provider (IdP), and custom SSO login options, making it ideal for larger teams seeking scalable and secure connectivity.
|
||||
|
||||
|
||||
- **Business Plan:** At **$12 per user per month**, the Business Plan offers enhanced network security with a Zero Trust approach. It supports unlimited users and includes features like device approvals and integrations (MDM and EDR) for comprehensive control, device posture checks and activity events streaming, making it an excellent choice for organizations seeking advanced security solutions.
|
||||
|
||||
|
||||
@@ -19,7 +18,25 @@ It features peer-to-peer connections and encryption, access control, routing, an
|
||||
|
||||
Details can be found on our [pricing page](https://netbird.io/pricing).
|
||||
|
||||
## Machine-based usage
|
||||
## Usage-based Billing
|
||||
|
||||
NetBird uses a pay-as-you-go model, charging only for active users or machines.
|
||||
We bill you at the end of each monthly cycle based on actual usage:
|
||||
* A user or machine counts as "active" only if it connects or logs in (including the admin dashboard) at least once during the billing period.
|
||||
* If you integrate NetBird with your [Identity Provider (IdP)](/how-to/idp-sync),
|
||||
we automatically sync your users and machines. Inactive synced user accounts that never connect or log in won't incur charges.
|
||||
|
||||
Example:
|
||||
You sync 300 users from Entra ID, but only 100 connect during the month. You're billed for 100 users, not 300.
|
||||
If the next month only 70 connect, you pay for 70 users.
|
||||
|
||||
Refer to our pricing calculator on the [pricing page](https://netbird.io/pricing#calculator) to estimate your monthly costs based on your expected usage.
|
||||
|
||||
<p>
|
||||
<img src="/docs-static/img/how-to-guides/plans-and-billing/calculator.png" alt="pricing-calculator" className="imagewrapper-big"/>
|
||||
</p>
|
||||
|
||||
## Machine-based Usage
|
||||
|
||||
NetBird offers scalable plans for networks with a machine-based usage model. This approach is relevant, among other scenarios,
|
||||
for IoT use cases where there is a large number of machines on the network but comparatively fewer users.
|
||||
@@ -27,24 +44,24 @@ This option is available under both Team and Business plans. Simply subscribe to
|
||||
automatically adjust the machine costs as detailed in the following sections.
|
||||
|
||||
|
||||
### Inclusive machine allowance
|
||||
### Inclusive Machine Allowance
|
||||
- **Team and Business plans**: Start with 100 free machines and an extra 10 machines for each paid user.
|
||||
- **Example**: a Team plan with 10 users provides:
|
||||
- `(10 users × 10 machines/user) + 100 base machines = 200 machines`
|
||||
|
||||
### Additional machine billing
|
||||
### Additional Machine Billing
|
||||
- Extra machines are billed at a set rate per machine.
|
||||
- **Example**: Adding 20 extra machines to a Team plan with 10 users:
|
||||
- Base plan cost: `(10 users × €5/user) = €50`
|
||||
- Extra machines cost: `(20 extra machines × €0.5/machine) = €10`
|
||||
- **Total monthly cost**: `€50 + €10 = €60`
|
||||
|
||||
## Starting a subscription
|
||||
## Starting a Subscription
|
||||
|
||||
To start or change your current plan, navigate to `Settings` > `Plans & Billing` and choose the plan you wish to upgrade or downgrade to.
|
||||
|
||||
<p>
|
||||
<img src="/docs-static/img/how-to-guides/chose-plan.png" alt="chose-plan" width="780" className="imagewrapper-big"/>
|
||||
<img src="/docs-static/img/how-to-guides/plans-and-billing/chose-plan.png" alt="chose-plan" width="780" className="imagewrapper-big"/>
|
||||
</p>
|
||||
|
||||
**Payment Information**
|
||||
@@ -56,12 +73,12 @@ Next, you'll be directed to enter your payment information. Available payment op
|
||||
|
||||
|
||||
|
||||
**Confirmation and billing cycle**
|
||||
**Confirmation and Billing Cycle**
|
||||
|
||||
After successfully submitting your payment information, the updated version of your plan will be reflected in your account.
|
||||
|
||||
<p>
|
||||
<img src="/docs-static/img/how-to-guides/plans-billing-overview.png" alt="plans-billing-overview" className="imagewrapper-big"/>
|
||||
<img src="/docs-static/img/how-to-guides/plans-and-billing/plans-billing-overview.png" alt="plans-billing-overview" className="imagewrapper-big"/>
|
||||
</p>
|
||||
|
||||
|
||||
@@ -70,7 +87,7 @@ Please note that changes to the number of peers and user counts are updated in o
|
||||
</Note>
|
||||
|
||||
|
||||
## Changing a subscription
|
||||
## Changing a Subscription
|
||||
|
||||
Based on your current plan, you have the flexibility to upgrade or downgrade at any time as your needs change.
|
||||
|
||||
@@ -79,6 +96,6 @@ Your subscription cycle starts on the first day of your original subscription. I
|
||||
</Note>
|
||||
|
||||
|
||||
## Deleting an account
|
||||
## Deleting an Account
|
||||
|
||||
If you [delete your account](https://docs.netbird.io/how-to/delete-account), the final charge for your usage will be processed during the next daily statistics update cycle at 2 AM UTC.
|
||||
Reference in New Issue
Block a user