mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-16 07:26:35 +00:00
47 lines
2.7 KiB
Markdown
47 lines
2.7 KiB
Markdown
---
|
|
sidebar_position: 2
|
|
---
|
|
# Adding Users to your Network
|
|
|
|
Whether you have a network for personal use or manage your company's corporate network, you'd probably want to invite
|
|
people to your account and join your NetBird network.
|
|
|
|
There are two ways of adding users to a NetBird account - indirect and direct.
|
|
|
|
### Indirect user invites
|
|
This way of adding users is managed by the NetBird system and doesn't require administrator input.
|
|
It works only for organizations with private domains.
|
|
|
|
Whenever a new user signs up with a private domain (e.g., @netbird.io),
|
|
NetBird creates a new account and associates it with the netbird.io organization (domain) automatically. Every consequent user signup with the same @netbird.io domain in their email address will end up under the same organization.
|
|
|
|
How does it work? Every time a previously unknown user registers at [app.netbird.io](https://app.netbird.io/),
|
|
the system classifies the domain part of the email.
|
|
The domain can fall into one of the following categories - `public`, `private`, or `unclassified`.
|
|
The domains of the private category are the ones that are automatically grouped under the same account.
|
|
Public domains are the ones of the public email providers like Gmail.
|
|
|
|
:::info
|
|
It might happen (unlikely) that the domain classification system didn't classify your company's domain as private.
|
|
Our system was unsure about your domain and assigned an unclassified or public category to be on the safe side.
|
|
Just email us at [hello@netbird.io](mailto:hello@netbird.io) or ping us on [Slack](https://join.slack.com/t/netbirdio/shared_invite/zt-vrahf41g-ik1v7fV8du6t0RwxSrJ96A) to fix this.
|
|
:::
|
|
|
|
### Direct user invites
|
|
As the name stands, this way of inviting users is straightforward and works through the web UI.
|
|
To invite a new user, proceed to the `Users` tab and click the <button name="button" className="button-6">Invite User</button> button.
|
|
A user window will pop up where you can specify the name and email address of the invited user. Optionally, you could select a set of groups with which you want this user to be associated.
|
|
|
|
<p align="center">
|
|
<img src="/docs/img/how-to-guides/user-invites.gif" alt="high-level-dia" width="800" style={{boxShadow: '0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)'}} />
|
|
</p>
|
|
|
|
### Get started
|
|
<p float="center" >
|
|
<button name="button" className="button-5" onClick={() => window.open("https://netbird.io/pricing")}>Use NetBird</button>
|
|
</p>
|
|
|
|
- Make sure to [star us on GitHub](https://github.com/netbirdio/netbird)
|
|
- Follow us [on Twitter](https://twitter.com/netbird)
|
|
- Join our [Slack Channel](https://join.slack.com/t/netbirdio/shared_invite/zt-vrahf41g-ik1v7fV8du6t0RwxSrJ96A)
|
|
- NetBird [latest release](https://github.com/netbirdio/netbird/releases) on GitHub |