From 9b2c9abcf354b079b5a5af0e7e2c75d27529b994 Mon Sep 17 00:00:00 2001 From: piesalad <169881939+piesalad@users.noreply.github.com> Date: Fri, 13 Jun 2025 22:55:38 +0200 Subject: [PATCH 1/2] added guide on how to install netbird for remote access --- .../netbird_for_remote_access.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/Community_Guides/netbird_for_remote_access.md diff --git a/docs/Community_Guides/netbird_for_remote_access.md b/docs/Community_Guides/netbird_for_remote_access.md new file mode 100644 index 0000000..7de92ec --- /dev/null +++ b/docs/Community_Guides/netbird_for_remote_access.md @@ -0,0 +1,22 @@ +>[!NOTE] +> +>Follow the [netbird docs](https://docs.netbird.io/how-to/getting-started) to setup/create an Account, if you don't already have one. + +# Set up netbird for remote access on Jolla Mind 2 +## Open the Terminal on the Mind 2 or ssh into it +```/bin/sh + devel-su +``` +to switch to root +## Run this one liner to install the netbird client +```/bin/sh + curl -fsSL https://pkgs.netbird.io/install.sh | sh +``` +## Activate the client +``` /bin/sh + netbird up +``` +to start the netbird client a URL will be shown in the Terminal/SSH session , looking like this `https://login.netbird.io/activate?user_code=XXXX-XXXX`open it in the Webbrowser and activate the Device. + +## That's it +Now you can access the Mind 2 via `[HOSTNAME].netbird.cloud on any device running the netbird client. From 04f321334bbe33437e1e42856e91b7557b1c8dcc Mon Sep 17 00:00:00 2001 From: piesalad <169881939+piesalad@users.noreply.github.com> Date: Fri, 13 Jun 2025 22:58:47 +0200 Subject: [PATCH 2/2] Update netbird_for_remote_access.md --- docs/Community_Guides/netbird_for_remote_access.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/Community_Guides/netbird_for_remote_access.md b/docs/Community_Guides/netbird_for_remote_access.md index 7de92ec..78ac7c1 100644 --- a/docs/Community_Guides/netbird_for_remote_access.md +++ b/docs/Community_Guides/netbird_for_remote_access.md @@ -3,20 +3,20 @@ >Follow the [netbird docs](https://docs.netbird.io/how-to/getting-started) to setup/create an Account, if you don't already have one. # Set up netbird for remote access on Jolla Mind 2 -## Open the Terminal on the Mind 2 or ssh into it +### Open the Terminal on the Mind 2 or use SSH ```/bin/sh devel-su ``` to switch to root -## Run this one liner to install the netbird client +### Run this one liner to install the netbird client ```/bin/sh curl -fsSL https://pkgs.netbird.io/install.sh | sh ``` -## Activate the client +### Activate the client ``` /bin/sh netbird up ``` -to start the netbird client a URL will be shown in the Terminal/SSH session , looking like this `https://login.netbird.io/activate?user_code=XXXX-XXXX`open it in the Webbrowser and activate the Device. +to start the netbird client. An URL will be shown in the Terminal/SSH session , looking like this `https://login.netbird.io/activate?user_code=XXXX-XXXX`open it in the Webbrowser and activate the Device. -## That's it -Now you can access the Mind 2 via `[HOSTNAME].netbird.cloud on any device running the netbird client. +### That's it +Now you can access the Mind 2 via `[HOSTNAME].netbird.cloud` on any device running the netbird client.