Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions docs/Community_Guides/netbird_for_remote_access.md
Original file line number Diff line number Diff line change
@@ -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 use SSH
```/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. 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.