Add how to add new peers

This commit is contained in:
Misha Bragin
2023-05-25 14:00:36 +02:00
committed by GitHub
7 changed files with 59 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

View File

@@ -23,6 +23,7 @@ export const docsNavigation = [
{ title: 'Use setup keys for automation', href: '/how-to/register-machines-using-setup-keys' }, { title: 'Use setup keys for automation', href: '/how-to/register-machines-using-setup-keys' },
{ title: 'Manage network access', href: '/how-to/manage-network-access' }, { title: 'Manage network access', href: '/how-to/manage-network-access' },
{ title: 'Add users to your network', href: '/how-to/add-users-to-your-network' }, { title: 'Add users to your network', href: '/how-to/add-users-to-your-network' },
{ title: 'Add machines to your network', href: '/how-to/add-machines-to-your-network' },
{ title: 'Access NetBird API', href: '/how-to/access-netbird-public-api' }, { title: 'Access NetBird API', href: '/how-to/access-netbird-public-api' },
{ title: 'Enforce periodic authentication', href: '/how-to/enforce-periodic-user-authentication' }, { title: 'Enforce periodic authentication', href: '/how-to/enforce-periodic-user-authentication' },
{ title: 'Monitor system and network activity', href: '/how-to/monitor-system-and-network-activity' }, { title: 'Monitor system and network activity', href: '/how-to/monitor-system-and-network-activity' },

View File

@@ -0,0 +1,48 @@
# Add machines to your NetBird network
Whether you have a network for personal use or manage your company's corporate network, you'd probably want to add machines
(or peers in NetBird's terms) to your network.
NetBird peer is a machine that runs the [NetBird agent](/about-netbird/how-netbird-works#client-application)
and is connected to the network. NetBird peer can be a virtual machine running in the cloud like AWS or Google Cloud,
an Android or iOS device, a personal laptop, a single-board computer like Raspberry Pi, a docker container, or even a router.
## Use NetBird web UI to add new peers
To add a new peer to your network follow these steps:
1. Sign-in you NetBird account at https://app.netbird.io/ and go to the Peers tab.
2. Hit `Add new peer` button
<p>
<img src="/docs-static/img/how-to-guides/add-new-peer-empty.png" alt="high-level-dia" class="imagewrapper"/>
</p>
3. Follow the instructions
<p>
<img src="/docs-static/img/how-to-guides/add-new-peer-popup.png" alt="high-level-dia" width="700" class="imagewrapper"/>
</p>
4. Refresh the Peers tab, and it will display new machines
<p>
<img src="/docs-static/img/how-to-guides/peer-list.png" alt="high-level-dia" class="imagewrapper"/>
</p>
## What's next?
Here are a few links that might be handy as you venture further into NetBird:
- [Add users to your network](/how-to/add-users-to-your-network.mdx)
- [Use setup keys to automate NetBird deployments](/how-to/register-machines-using-setup-keys.mdx)
<p float="center" >
<Button name="button" className="button-5" onClick={() => window.open("https://netbird.io/pricing")}>Try 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

View File

@@ -144,6 +144,16 @@ Recommended way is to add NetBird in firewall settings:
9. Provide rule name (e.g. "Netbird Egress Traffic") and click "Finish". 9. Provide rule name (e.g. "Netbird Egress Traffic") and click "Finish".
10. Disconnect and connect to NetBird. 10. Disconnect and connect to NetBird.
### Android
NetBird has an official Android application that you can download at Google Play Store:
<p>
<a href="https://play.google.com/store/apps/details?id=io.netbird.client" target="_blank">
<img src="/docs-static/img/how-to-guides/google-play-badge.png" width="200" alt="playstore" class="imagewrapper"/>
</a>
</p>
### Binary Install ### Binary Install
**Installation from binary (CLI only)** **Installation from binary (CLI only)**