mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-18 08:26:35 +00:00
50 lines
2.5 KiB
Plaintext
50 lines
2.5 KiB
Plaintext
import {Note} from "@/components/mdx";
|
|
|
|
# Approve peers
|
|
The peer approval feature enhances network security by requiring manual administrator approval before a device can join the NetBird network.
|
|
This feature is handy when network administrators want to ensure access is restricted only to trusted, corporate-managed devices.
|
|
|
|
When enabled, devices connect to the management service without network access to other resources.
|
|
Administrators then can assess whether the peer is eligible to join the network.
|
|
|
|
<Note>
|
|
This feature is only available in the [NetBird cloud](https://app.netbird.io/) version.
|
|
</Note>
|
|
## Related Video Content
|
|
|
|
For details on the peer approval feature, part of our "Getting started with NetBird" video covers this topic:
|
|
|
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/JRCZy4rLi-c?start=335" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
|
|
|
## Enable peer approval
|
|
To enable peer approval, navigate to [Settings » Authentication](https://app.netbird.io/settings) and enable 'Peer approval'.
|
|
|
|
<p>
|
|
<img src="/docs-static/img/how-to-guides/peer-approval-settings.png" alt="peer-approval-settings" className="imagewrapper-big"/>
|
|
</p>
|
|
|
|
<Note>
|
|
When disabling the peer approval, all pending approval requests will automatically be approved.
|
|
</Note>
|
|
|
|
## Approve peer
|
|
To approve a peer, navigate to the [peers tab](https://app.netbird.io/peers) and click the `Approve` button on the right side of the peers table.
|
|
|
|
<p>
|
|
<img src="/docs-static/img/how-to-guides/peer-needs-approval.png" alt="peer-needs-approval" className="imagewrapper"/>
|
|
</p>
|
|
|
|
## Automate peer approval with EDR integrations
|
|
NetBird integrates with popular EDR solutions like [CrowdStrike](https://www.crowdstrike.com/) to automate peer approval
|
|
and allow only trusted devices to join the network.
|
|
Check the [EDR integrations](/how-to/endpoint-detection-and-response) guide for more information on how to enable this feature.
|
|
|
|
## 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-31rofwmxc-27akKd0Le0vyRpBcwXkP0g)
|
|
- NetBird [latest release](https://github.com/netbirdio/netbird/releases) on GitHub |