From d56ab6c54cbf29dbb984de407ec03173acb82bb1 Mon Sep 17 00:00:00 2001 From: rouce Date: Tue, 21 Nov 2023 16:40:59 -0500 Subject: [PATCH] /custom/netbird.html > /onboarding/netbird.html --- .../static/custom/netbird-onboard.html | 26 ---- wiki-hemera/static/onboarding/netbird.html | 115 ++++++++++++++++++ 2 files changed, 115 insertions(+), 26 deletions(-) delete mode 100644 wiki-hemera/static/custom/netbird-onboard.html create mode 100644 wiki-hemera/static/onboarding/netbird.html diff --git a/wiki-hemera/static/custom/netbird-onboard.html b/wiki-hemera/static/custom/netbird-onboard.html deleted file mode 100644 index 26222b1..0000000 --- a/wiki-hemera/static/custom/netbird-onboard.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - Netbird Onboarding - - - -

Welcome to Netbird Onboarding!

-

This is a basic HTML page to test if everything is working.

- - diff --git a/wiki-hemera/static/onboarding/netbird.html b/wiki-hemera/static/onboarding/netbird.html new file mode 100644 index 0000000..f527a87 --- /dev/null +++ b/wiki-hemera/static/onboarding/netbird.html @@ -0,0 +1,115 @@ + + + + + NetBird Onboarding + + + + +
+
+

Quickstart

+
+

Start here if you have an account

+ +

Linux

+

1. Run + curl -fsSL https://pkgs.netbird.io/install.sh | sh +

+

2. Run + netbird up -m https://netbird.hemera.network +

+

3. You will be provided with a link, follow this and enter your account details

+

Using community-provided script

+
+ Details +

1. Run + curl -OLs https://raw.githubusercontent.com/physk/netbird-installer/main/install.sh && sudo bash install.sh --quiet -m https://netbird.hemera.network +

+
+

Using Netbird gui

+
+ Details +

1. Visit + https://app.netbird.io/install +

+

2. Select your OS and follow the instructions

+

3. If started running automatically then find it in your taskbar, right click, select "settings". Change Management URL and Admin URL to https://netbird.hemera.network:443

+

4. If it didn't start automatically then run netbird-ui (just netbird on windows) from your operating system's launcher and follow step 3

+
+ +

Windows

+

1. Visit + https://app.netbird.io/install +

+

2. Select Windows and follow the download instructions

+

3. If started running automatically then find it in your taskbar, right click, select "settings". Change Management URL and Admin URL to https://netbird.hemera.network:443

+

4. If it didn't start automatically then run netbird from your the search menu and follow step 3

+
+
+

Start here if you have a pre-shared key

+ +

Linux

+

1. Run + curl -fsSL https://pkgs.netbird.io/install.sh | sh +

+

2. Run + netbird up -m https://netbird.hemera.network -k YOUR PRE-SHARED KEY +

+

Using community-provided script

+
+ Details +

1. Run + curl -OLs https://raw.githubusercontent.com/physk/netbird-installer/main/install.sh && sudo bash install.sh --quiet -m https://netbird.hemera.network -k YOUR PRE-SHARED KEY +

+
+

Using Netbird gui

+
+ Details +

1. Visit + https://app.netbird.io/install +

+

2. Select your OS and follow the instructions

+

3. If started running automatically then find it in your taskbar, right click, select "settings". Change Management URL and Admin URL to https://netbird.hemera.network:443

+

4. If it didn't start automatically then run netbird-ui from your operating system's launcher and follow step 3

+

5. Get your Pre-share key and fill out that line on the netbird settings, click save. If you get any kind of error report directly back to the user that provided the key.

+
+ +

Windows

+

1. Visit + https://app.netbird.io/install +

+

2. Select Windows and follow the download instructions

+

3. If started running automatically then find it in your taskbar, right click, select "settings". Change Management URL and Admin URL to https://netbird.hemera.network:443

+

4. If it didn't start automatically then run netbird from your the search menu and follow step 3

+

5. Get your Pre-share key and fill out that line on the netbird settings, click save. If you get any kind of error report directly back to the user that provided the key.

+
+
+
+

How does the NetBird environment work?

+

Devices are paired up into groups, you will be on a dev group that can interact with a server group. Devices in the server group can interact with each other, devices in the dev group cannot access one another.

+ NetBird network layout example +
+
+

Choosing between an auth provider and pre-shared keys

+

NetBird supports both authentication providers and pre-shared keys. The choice depends on your use case:

+ +
+ + + \ No newline at end of file