[GH-ISSUE #3969] Truenas Netbird app #8385

Open
opened 2026-08-05 01:17:43 -04:00 by saavagebueno · 3 comments
Owner

Originally created by @salembegic on GitHub (Jun 12, 2025).
Original GitHub issue: https://github.com/netbirdio/netbird/issues/3969

It would be great if there was an official "app" for Netbird on Truenas Scale similar to Tailscale and ZeroTier ones. It would make it much easier for people that are not familiar with docker to install and self-host their own instance.

Originally created by @salembegic on GitHub (Jun 12, 2025). Original GitHub issue: https://github.com/netbirdio/netbird/issues/3969 It would be great if there was an official "app" for Netbird on Truenas Scale similar to Tailscale and ZeroTier ones. It would make it much easier for people that are not familiar with docker to install and self-host their own instance.
saavagebueno added the feature-request label 2026-08-05 01:17:43 -04:00
Author
Owner

@TimvHerpen commented on GitHub (Jun 18, 2025):

U should ask IXsystems since they provide the "apps" for Truenas.

<!-- gh-comment-id:2985375596 --> @TimvHerpen commented on GitHub (Jun 18, 2025): U should ask IXsystems since they provide the "apps" for Truenas.
Author
Owner

@Nordlicht-13 commented on GitHub (Jun 20, 2025):

Ther is already a request for that:
https://github.com/truenas/apps/issues/1674

But you can use the dockge-app to easily get netbird running under TrueNAS,
or you set up a ubuntu LX-Containter under Instances and copy an paste the commands in the LXC-Shell:

sudo apt-get update
sudo apt install ca-certificates curl gnupg -y
curl -sSL https://pkgs.netbird.io/debian/public.key | sudo gpg --dearmor --output /usr/share/keyrings/netbird-archive-keyring.gpg
echo 'deb [signed-by=/usr/share/keyrings/netbird-archive-keyring.gpg] https://pkgs.netbird.io/debian stable main' | sudo tee /etc/apt/sources.list.d/netbird.list
sudo apt-get update
sudo apt-get install netbird
sudo apt-get install netbird-ui
netbird up
<!-- gh-comment-id:2991147448 --> @Nordlicht-13 commented on GitHub (Jun 20, 2025): Ther is already a request for that: https://github.com/truenas/apps/issues/1674 But you can use the dockge-app to easily get netbird running under TrueNAS, or you set up a ubuntu LX-Containter under Instances and copy an paste the commands in the LXC-Shell: ``` sudo apt-get update sudo apt install ca-certificates curl gnupg -y curl -sSL https://pkgs.netbird.io/debian/public.key | sudo gpg --dearmor --output /usr/share/keyrings/netbird-archive-keyring.gpg echo 'deb [signed-by=/usr/share/keyrings/netbird-archive-keyring.gpg] https://pkgs.netbird.io/debian stable main' | sudo tee /etc/apt/sources.list.d/netbird.list ``` ``` sudo apt-get update sudo apt-get install netbird sudo apt-get install netbird-ui ``` ``` netbird up ```
Author
Owner

@stavros-k commented on GitHub (Mar 18, 2026):

Client is in the TrueNAS app catalog, server not yet.
(if this issue is regarding client, it can be closed)

<!-- gh-comment-id:4083999735 --> @stavros-k commented on GitHub (Mar 18, 2026): Client is in the TrueNAS app catalog, server not yet. (if this issue is regarding client, it can be closed)
Sign in to join this conversation.
No Label feature-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#8385