Skip to content

Commit

Permalink
Update pricing
Browse files Browse the repository at this point in the history
  • Loading branch information
braginini committed Mar 26, 2024
1 parent fb3a36b commit 2c5aaa5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/components/NavigationDocs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export const docsNavigation = [
links: [
{title: 'Authentication', href: '/how-to/enforce-periodic-user-authentication' },
{title: 'Delete account/danger zone', href: '/how-to/delete-account' },
{title: 'Plans & Billing', href: '/how-to/payments-integration' }
{title: 'Plans and billing', href: '/how-to/plans-and-billing' }

]
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,46 +1,52 @@
# Plans & Billing
# Plans and billing

## NetBird Plans
## NetBird plans

NetBird offers diverse plans to accommodate various networking needs, ensuring scalable and secure connectivity.

- **Free Plan:** The Free Plan provides secure connectivity for up to 5 users with features like peer-to-peer encryption and private DNS, suitable for individuals or small teams.
- **Free Plan:** The Free Plan provides secure connectivity for up to 5 users and 100 machines with features like peer-to-peer encryption,
access control, routing, and private DNS, suitable for individuals or small teams. The Free plan automatically integrates
with popular personal identity providers (IdP) like Google, Microsoft, and GitHub. It supports multi-factor authentication
(MFA) when enabled in your IdP.

- **Team Plan:** Priced at **$5 per user per month**, the Team Plan supports unlimited users and provides access to 100 machines plus an additional 10 machines per user. It offers advanced features such as multi-factor authentication and allows for unlimited admin users, making it ideal for larger teams seeking scalable and secure connectivity.

- **Team Plan:** Priced at **$5 per user per month**. The Team plan supports unlimited users and provides access to 100
machines plus an additional 10 machines per user. It offers advanced features such as multi-factor authentication
and allows for unlimited admin users, 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 for comprehensive control, making it an excellent choice for organizations seeking advanced security solutions.

<p>
<img src="/docs-static/img/how-to-guides/pricing-overview.png" alt="pricing-overview" width="780" className="imagewrapper"/>
<img src="/docs-static/img/how-to-guides/pricing-overview.png" alt="pricing-overview" className="imagewrapper-big"/>
</p>

Details can be found on our [pricing page](https://netbird.io/pricing).



## 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"/>
<img src="/docs-static/img/how-to-guides/chose-plan.png" alt="chose-plan" width="780" className="imagewrapper-big"/>
</p>

**Payment Information**

Next, you'll be directed to enter your payment information. Available payment options currently include credit cards, Google Pay, and Link.
<p>
<img src="/docs-static/img/how-to-guides/payment-information.png" alt="payment-information" width="780" className="imagewrapper"/>
<img src="/docs-static/img/how-to-guides/payment-information.png" alt="payment-information" className="imagewrapper-big"/>
</p>



**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" width="780" className="imagewrapper"/>
<img src="/docs-static/img/how-to-guides/plans-billing-overview.png" alt="plans-billing-overview" className="imagewrapper-big"/>
</p>


Expand All @@ -49,7 +55,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 subscription plan, you have the flexibility to upgrade or downgrade at any time as your needs change.

Expand Down

0 comments on commit 2c5aaa5

Please sign in to comment.