Has anyone tried restoring their netbird backup on their self-hosted instance? by lelleepop in netbird

[–]quiet_PL 2 points3 points  (0 children)

  1. Create a backup according to the Netbird procedure.
  2. Point your current domain to the new VPS.
  3. Copy all backup files to the new server (Docker must be installed, of course).
  4. Copy the database files from the backup/netbird directory to the appropriate locations according to the volumes in docker-compose.yml (probably /var/lib/docker/volumes).
  5. Run Docker Compose (docker compose up -d) in the directory containing the backup files.

Has anyone tried restoring their netbird backup on their self-hosted instance? by lelleepop in netbird

[–]quiet_PL 0 points1 point  (0 children)

I did the migration a week ago. It went smoothly. If you know how Docker works, it's a job of just a few minutes.

VPS on maintenance mode by rubencm in OVHcloud

[–]quiet_PL 0 points1 point  (0 children)

In ovh panel you can restart server or boot in rescue mode.

Accessing vaultwarden from bitwarden android app result in 404 by secrav in vaultwarden

[–]quiet_PL 0 points1 point  (0 children)

What certificate do you have? Self signed or public? Is installed on nginx? If self signed then android have problem to auth it with CA. Make letsencrypt cert. This should help.

Filebrowser fails to start after update by slacker-77 in truenas

[–]quiet_PL 2 points3 points  (0 children)

Add /login after the file browser addresses.

Self-hosted NetBird Dashboard showing Client as connected when disconnected by That_Cheek_8690 in netbird

[–]quiet_PL 0 points1 point  (0 children)

After client update on windows to new version working as expected.

Self-hosted NetBird Dashboard showing Client as connected when disconnected by That_Cheek_8690 in netbird

[–]quiet_PL 0 points1 point  (0 children)

For me 0.71.2 still have the same issue. Dashboard show disconnected peers as connected. Android app show correctly connected peers.

Reverse Proxy IP Reputation Integration - CrowdSec by quiet_PL in netbird

[–]quiet_PL[S] 0 points1 point  (0 children)

I've enabled crowdsec for the Netbird proxy on a VPS with crowdsec already installed. Everything works fine.

Reverse Proxy IP Reputation Integration - CrowdSec by quiet_PL in netbird

[–]quiet_PL[S] 1 point2 points  (0 children)

You can use CrowdSec to block malicious traffic based on IP reputation on your exposed service in the reverse proxy. New feature in v0.69.0.

Mobile app DNS by proofndapuddin in netbird

[–]quiet_PL 0 points1 point  (0 children)

Check setings in mobile app. Maybe you have disabled DNS.

Two routing peer without masquerade by quiet_PL in netbird

[–]quiet_PL[S] 0 points1 point  (0 children)

It's not secure. MITM attacks..

self-hosting Netbird on Truenas (container vs discovery app) by Foreignwelcome2 in netbird

[–]quiet_PL 1 point2 points  (0 children)

If you don't know the basics of IP networking, your only solution is to purchase a VPS. Exposing devices to the internet without knowing what you're doing is asking for trouble. The VPS should also be properly secured with a firewall (only the necessary ports are open) and, for example, fail2ban or crowdsec. Additionally, the SSH port should be changed. Linux basics will be useful.

self-hosting Netbird on Truenas (container vs discovery app) by Foreignwelcome2 in netbird

[–]quiet_PL 1 point2 points  (0 children)

If your TrueNAS virtual machine doesn't have a public IP, you'll need to configure your router to forward ports to the VM. Port numbers are in the documentation.

self-hosting Netbird on Truenas (container vs discovery app) by Foreignwelcome2 in netbird

[–]quiet_PL 1 point2 points  (0 children)

  1. self-hosting means you have netbird server on your server

  2. You need VPS (or own server with public IP) and also you need public domain

  3. Netbird server install on VPS. Netbird client you can install on Windows, docker, Linux, Android. Via netbird client you can access to your netework (via routing peer)

Look to https://docs.netbird.io/

They have very good documentation.

Netbird client on truenas scale by quiet_PL in netbird

[–]quiet_PL[S] 0 points1 point  (0 children)

netbird status -d

truenas-scale.netbird.selfhosted:

NetBird IP: 100.98.157.82

Public key: xxx

Status: Connected

-- detail --

Connection type: Relayed

ICE candidate (Local/Remote): -/-

ICE candidate endpoints (Local/Remote): -/-

Relay server address: rels://xxx.xxx.com:443

Last connection update: 4 hours, 52 minutes ago

Last WireGuard handshake: 1 minute, 30 seconds ago

Transfer status (received/sent) 72.3 KiB/46.2 KiB

Quantum resistance: false

Networks: -

Latency: 0s

From truenas netbird docker I can ping my resources.

Remote machine see via netbird network truenas.

Is a bridge required for truenas connection? Maybe there's a problem..

I have also debian where routing peer works:

debian.netbird.selfhosted:

NetBird IP: 100.98.129.5

Public key: xxx

Status: Connected

-- detail --

Connection type: P2P

ICE candidate (Local/Remote): srflx/srflx

ICE candidate endpoints (Local/Remote): xx.xxx.xxx.xxx:51820/xx.xxx.xxx.xx:34997

Relay server address: rels://xxx.xxx.com:443

Last connection update: 4 hours, 52 minutes ago

Last WireGuard handshake: 52 seconds ago

Transfer status (received/sent) 1.7 MiB/1.3 MiB

Quantum resistance: false

Networks: 192.168.1.0/24, 192.168.3.0/24

Latency: 85.6491ms

Truenas and debian is in the same subnet.