netbird icon indicating copy to clipboard operation
netbird copied to clipboard

Connect your devices into a secure WireGuard®-based overlay network with SSO, MFA and granular access controls.

Results 848 netbird issues
Sort by recently updated
recently updated
newest added

**Describe the problem** I´ve setup netbird on a hetzner Cloud-VM (ubuntu 22.04lts) and used the quick start script. I worked with netbird for a while and the (i think ist...

triage-needed

I've followed the 5 minutes guide for setting up Netbird. I do get access to the management interface and zitadel, and my clients are able to connect to the management...

triage-needed

## Describe your changes ## Issue ticket number and link ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [ ]...

**Describe the problem** use the quick start script `export NETBIRD_DOMAIN=netbird.*****.com; curl -fsSL https://github.com/netbirdio/netbird/releases/latest/download/getting-started-with-zitadel.sh | bash` success deploy. and visit https://netbird.****.com/peers is always loading, use F12 look up, find request /api/users...

triage-needed

Using authentik as auth provider. and Traefik as the reverse proxy. These lines appear in the management logs: ``` 2024-03-02T18:37:27Z ERRO management/server/http/util/util.go:80: got a handler error: token invalid 2024-03-02T18:37:27Z ERRO...

waiting-feedback
self-hosting
getting-started

## Describe your changes ## Issue ticket number and link ### Checklist - [x] Is it a bug fix - [ ] Is a typo/documentation fix - [ ] Is...

**Describe the problem** Netbird in docker container or in kubernetes pod for self hosted netbird. Dns resolve correct ip (nslookup works correct) but curl, ping, wget return error: bad address...

client
self-hosting
docker

## Describe your changes Adds ClientCertPath and ClientCertKey to the config, to provide mTLS credentials for IDP authentication. A usecase is having your IDP behind a mTLS terminating reverse proxy,...

Slack: https://netbirdio.slack.com/archives/C02KHAE8VLZ/p1716836567943349 **To Reproduce** - Connect - Disable a route, for example an exit node - Disconnect & Connect again - All routes are selected again ![Uploading CleanShot 2024-05-27 at...

client
self-hosting
routes

## Describe your changes This PR reduced database reads by adding getAccountIDBy... to the store and adjusting the database locks. ## Issue ticket number and link ### Checklist - [...