[GH-ISSUE #5793] there's a bug in the getting-started.sh script which always creates a -netbird network causing the startup to fail #11081

Open
opened 2026-08-05 01:28:25 -04:00 by saavagebueno · 1 comment
Owner

Originally created by @nvaert1986 on GitHub (Apr 3, 2026).
Original GitHub issue: https://github.com/netbirdio/netbird/issues/5793

Describe the problem

The bug is that the script generates a docker-compose.yml with this network block:
networks:
netbird:
driver: bridge
ipam:
config:

  • subnet: 172.30.0.0/24

It's missing name: netbird. Without it, Docker Compose prefixes the project name, creating the network as netbird_netbird — but Traefik labels reference it as netbird and it fails.

To Reproduce

Steps to reproduce the behavior:

  1. Download the getting-started.sh.
  2. Run it (tested on Debian 13.4).
  3. Watch the script fail.
  4. See error.

Expected behavior

A working netbird installation

Are you using NetBird Cloud?

No

NetBird version
Note installed yet
netbird version

No

If yes, which one?

Debug output

To help us resolve the problem, please attach the following anonymized status output

netbird status -dA

Create and upload a debug bundle, and share the returned file key:

netbird debug for 1m -AS -U

Uploaded files are automatically deleted after 30 days.

Alternatively, create the file only and attach it here manually:

Starting core services...
[+] up 30/30
✔ Image netbirdio/dashboard:latest Pulled 7.2s
✔ Image netbirdio/netbird-server:latest Pulled 8.6s
✔ Image traefik:v3.6 Pulled 8.0s
✔ Network netbird_netbird Created 0.0s
✔ Volume netbird_netbird_data Created 0.0s
✔ Volume netbird_netbird_traefik_letsencrypt Created 0.0s
✔ Container netbird-dashboard Started 0.6s
✔ Container netbird-server Started 0.7s
✔ Container netbird-traefik Started 0.6s
Waiting for NetBird server to become ready . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Taking too long. Checking logs...
netbird-traefik | 2026-04-03T07:04:51Z WRN Could not find network named "netbird" for container "/netbird-dashboard". Maybe you're missing the project's prefix in the label? container=dashboard-netbird-bb29285d55a9bd9281e6f6dba9effa23742f9fb2fbb435866c4b9981c42fa9fe providerName=docker serviceName=dashboard
netbird-traefik | 2026-04-03T07:04:51Z WRN Defaulting to first available network (&{"netbird_netbird" "172.30.0.2" '\x00' "" "6b9d823c06582d79f080e01c910fe554a67db4b9abdea5f58217b5e342bb77c5"}) for container "/netbird-dashboard". container=dashboard-netbird-bb29285d55a9bd9281e6f6dba9effa23742f9fb2fbb435866c4b9981c42fa9fe providerName=docker serviceName=dashboard
netbird-traefik | 2026-04-03T07:04:51Z WRN Could not find network named "netbird" for container "/netbird-server". Maybe you're missing the project's prefix in the label? container=netbird-server-netbird-1eaef7d33952200bc15b52f94a21b57e83989a4210d4caf482ccd8c95716408a providerName=docker serviceName=netbird-server-h2c
netbird-traefik | 2026-04-03T07:04:51Z WRN Defaulting to first available network (&{"netbird_netbird" "172.30.0.3" '\x00' "" "6b9d823c06582d79f080e01c910fe554a67db4b9abdea5f58217b5e342bb77c5"}) for container "/netbird-server". container=netbird-server-netbird-1eaef7d33952200bc15b52f94a21b57e83989a4210d4caf482ccd8c95716408a providerName=docker serviceName=netbird-server-h2c
netbird-traefik | 2026-04-03T07:04:51Z WRN Could not find network named "netbird" for container "/netbird-server". Maybe you're missing the project's prefix in the label? container=netbird-server-netbird-1eaef7d33952200bc15b52f94a21b57e83989a4210d4caf482ccd8c95716408a providerName=docker serviceName=netbird-server
netbird-traefik | 2026-04-03T07:04:51Z WRN Defaulting to first available network (&{"netbird_netbird" "172.30.0.3" '\x00' "" "6b9d823c06582d79f080e01c910fe554a67db4b9abdea5f58217b5e342bb77c5"}) for container "/netbird-server". container=netbird-server-netbird-1eaef7d33952200bc15b52f94a21b57e83989a4210d4caf482ccd8c95716408a providerName=docker serviceName=netbird-server
netbird-traefik | 154.28.229.61 - - [03/Apr/2026:07:05:20 +0000] "GET / HTTP/1.1" 200 2461 "-" "-" 1 "netbird-dashboard@docker" "http://172.30.0.2:80" 1ms
netbird-traefik | 2026-04-03T07:05:22Z WRN Could not find network named "netbird" for container "/netbird-dashboard". Maybe you're missing the project's prefix in the label? container=dashboard-netbird-bb29285d55a9bd9281e6f6dba9effa23742f9fb2fbb435866c4b9981c42fa9fe providerName=docker serviceName=dashboard
netbird-traefik | 2026-04-03T07:05:22Z WRN Defaulting to first available network (&{"netbird_netbird" "172.30.0.2" '\x00' "" "6b9d823c06582d79f080e01c910fe554a67db4b9abdea5f58217b5e342bb77c5"}) for container "/netbird-dashboard". container=dashboard-netbird-bb29285d55a9bd9281e6f6dba9effa23742f9fb2fbb435866c4b9981c42fa9fe providerName=docker serviceName=dashboard
netbird-traefik | 2026-04-03T07:05:22Z WRN Could not find network named "netbird" for container "/netbird-server". Maybe you're missing the project's prefix in the label? container=netbird-server-netbird-1eaef7d33952200bc15b52f94a21b57e83989a4210d4caf482ccd8c95716408a providerName=docker serviceName=netbird-server
netbird-traefik | 2026-04-03T07:05:22Z WRN Defaulting to first available network (&{"netbird_netbird" "172.30.0.3" '\x00' "" "6b9d823c06582d79f080e01c910fe554a67db4b9abdea5f58217b5e342bb77c5"}) for container "/netbird-server". container=netbird-server-netbird-1eaef7d33952200bc15b52f94a21b57e83989a4210d4caf482ccd8c95716408a providerName=docker serviceName=netbird-server
netbird-traefik | 2026-04-03T07:05:22Z WRN Could not find network named "netbird" for container "/netbird-server". Maybe you're missing the project's prefix in the label? container=netbird-server-netbird-1eaef7d33952200bc15b52f94a21b57e83989a4210d4caf482ccd8c95716408a providerName=docker serviceName=netbird-server-h2c
netbird-traefik | 2026-04-03T07:05:22Z WRN Defaulting to first available network (&{"netbird_netbird" "172.30.0.3" '\x00' "" "6b9d823c06582d79f080e01c910fe554a67db4b9abdea5f58217b5e342bb77c5"}) for container "/netbird-server". container=netbird-server-netbird-1eaef7d33952200bc15b52f94a21b57e83989a4210d4caf482ccd8c95716408a providerName=docker serviceName=netbird-server-h2c
netbird-traefik | 2026-04-03T07:05:22Z WRN Could not find network named "netbird" for container "/netbird-dashboard". Maybe you're missing the project's prefix in the label? container=dashboard-netbird-bb29285d55a9bd9281e6f6dba9effa23742f9fb2fbb435866c4b9981c42fa9fe providerName=docker serviceName=dashboard
netbird-traefik | 2026-04-03T07:05:22Z WRN Defaulting to first available network (&{"netbird_netbird" "172.30.0.2" '\x00' "" "6b9d823c06582d79f080e01c910fe554a67db4b9abdea5f58217b5e342bb77c5"}) for container "/netbird-dashboard". container=dashboard-netbird-bb29285d55a9bd9281e6f6dba9effa23742f9fb2fbb435866c4b9981c42fa9fe providerName=docker serviceName=dashboard
netbird-traefik | 2026-04-03T07:05:22Z WRN Could not find network named "netbird" for container "/netbird-server". Maybe you're missing the project's prefix in the label? container=netbird-server-netbird-1eaef7d33952200bc15b52f94a21b57e83989a4210d4caf482ccd8c95716408a providerName=docker serviceName=netbird-server-h2c
netbird-traefik | 2026-04-03T07:05:22Z WRN Defaulting to first available network (&{"netbird_netbird" "172.30.0.3" '\x00' "" "6b9d823c06582d79f080e01c910fe554a67db4b9abdea5f58217b5e342bb77c5"}) for container "/netbird-server". container=netbird-server-netbird-1eaef7d33952200bc15b52f94a21b57e83989a4210d4caf482ccd8c95716408a providerName=docker serviceName=netbird-server-h2c
netbird-traefik | 2026-04-03T07:05:22Z WRN Could not find network named "netbird" for container "/netbird-server". Maybe you're missing the project's prefix in the label? container=netbird-server-netbird-1eaef7d33952200bc15b52f94a21b57e83989a4210d4caf482ccd8c95716408a providerName=docker serviceName=netbird-server
netbird-traefik | 2026-04-03T07:05:22Z WRN Defaulting to first available network (&{"netbird_netbird" "172.30.0.3" '\x00' "" "6b9d823c06582d79f080e01c910fe554a67db4b9abdea5f58217b5e342bb77c5"}) for container "/netbird-server". container=netbird-server-netbird-1eaef7d33952200bc15b52f94a21b57e83989a4210d4caf482ccd8c95716408a providerName=docker serviceName=netbird-server
netbird-traefik | 103.4.250.68 - - [03/Apr/2026:07:05:22 +0000] "GET / HTTP/1.1" 200 2461 "-" "-" 2 "netbird-dashboard@docker" "http://172.30.0.2:80" 0ms
netbird-server | 2026-04-03T07:05:22.083Z INFO combined/cmd/root.go:305: Signal server created
netbird-server | 2026-04-03T07:05:22.083Z INFO management/server/store/store.go:370: using SQLite store engine
netbird-server | 2026-04-03T07:05:22.085Z INFO management/server/store/sql_store.go:105: Setting transaction timeout to 5m0s
netbird-server | 2026-04-03T07:05:22.085Z INFO management/server/store/sql_store.go:119: Set max open db connections to 1, max idle to 1, max lifetime to 1h0m0s, max idle time to 3m0s
netbird-server | 2026-04-03T07:05:22.092Z INFO management/server/migration/migration.go:148: No records in table peers, no migration needed
netbird-server | 2026-04-03T07:05:22.092Z INFO management/server/migration/migration.go:148: No records in table peers, no migration needed
netbird-server | 2026-04-03T07:05:22.092Z INFO management/server/migration/migration.go:263: No plain setup keys found in table setup_keys, no migration needed
netbird-server | 2026-04-03T07:05:22.092Z INFO management/server/migration/migration.go:301: Migration of plain setup key to hashed setup key completed
netbird-server | 2026-04-03T07:05:22.093Z INFO management/server/migration/migration.go:344: No rows with empty enabled found in table network_resources, no migration needed
netbird-server | 2026-04-03T07:05:22.093Z INFO management/server/migration/migration.go:358: Migration of empty enabled to default value in table network_resources completed
netbird-server | 2026-04-03T07:05:22.093Z INFO management/server/migration/migration.go:344: No rows with empty enabled found in table network_routers, no migration needed
netbird-server | 2026-04-03T07:05:22.093Z INFO management/server/migration/migration.go:358: Migration of empty enabled to default value in table network_routers completed
netbird-server | 2026-04-03T07:05:22.095Z INFO management/server/migration/migration.go:344: No rows with empty name found in table users, no migration needed
netbird-server | 2026-04-03T07:05:22.095Z INFO management/server/migration/migration.go:358: Migration of empty name to default value in table users completed
netbird-server | 2026-04-03T07:05:22.095Z INFO management/server/migration/migration.go:344: No rows with empty email found in table users, no migration needed
netbird-server | 2026-04-03T07:05:22.095Z INFO management/server/migration/migration.go:358: Migration of empty email to default value in table users completed
netbird-server | 2026-04-03T07:05:22.123Z INFO management/server/migration/migration.go:399: index idx_account_ip already exists on table peers
netbird-server | 2026-04-03T07:05:22.124Z INFO management/server/migration/migration.go:399: index idx_account_dnslabel already exists on table peers
netbird-server | 2026-04-03T07:05:22.124Z INFO management/server/migration/migration.go:399: index idx_peers_key_unique already exists on table peers
netbird-server | 2026-04-03T07:05:22.124Z INFO management/internals/server/server.go:417: resolve domains: fresh install detected, using default domain "netbird.selfhosted"

Screenshots

If applicable, add screenshots to help explain your problem.

Additional context

Add any other context about the problem here.

Have you tried these troubleshooting steps?

  • Reviewed client troubleshooting (if applicable)
  • Checked for newer NetBird versions
  • Searched for similar issues on GitHub (including closed ones)
  • Restarted the NetBird client
  • Disabled other VPN software
  • Checked firewall settings
Originally created by @nvaert1986 on GitHub (Apr 3, 2026). Original GitHub issue: https://github.com/netbirdio/netbird/issues/5793 **Describe the problem** The bug is that the script generates a docker-compose.yml with this network block: networks: netbird: driver: bridge ipam: config: - subnet: 172.30.0.0/24 It's missing name: netbird. Without it, Docker Compose prefixes the project name, creating the network as netbird_netbird — but Traefik labels reference it as netbird and it fails. **To Reproduce** Steps to reproduce the behavior: 1. Download the getting-started.sh. 2. Run it (tested on Debian 13.4). 3. Watch the script fail. 4. See error. **Expected behavior** A working netbird installation **Are you using NetBird Cloud?** No **NetBird version** Note installed yet `netbird version` No If yes, which one? **Debug output** To help us resolve the problem, please attach the following anonymized status output netbird status -dA Create and upload a debug bundle, and share the returned file key: netbird debug for 1m -AS -U *Uploaded files are automatically deleted after 30 days.* Alternatively, create the file only and attach it here manually: Starting core services... [+] up 30/30 ✔ Image netbirdio/dashboard:latest Pulled 7.2s ✔ Image netbirdio/netbird-server:latest Pulled 8.6s ✔ Image traefik:v3.6 Pulled 8.0s ✔ Network netbird_netbird Created 0.0s ✔ Volume netbird_netbird_data Created 0.0s ✔ Volume netbird_netbird_traefik_letsencrypt Created 0.0s ✔ Container netbird-dashboard Started 0.6s ✔ Container netbird-server Started 0.7s ✔ Container netbird-traefik Started 0.6s Waiting for NetBird server to become ready . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Taking too long. Checking logs... netbird-traefik | 2026-04-03T07:04:51Z WRN Could not find network named "netbird" for container "/netbird-dashboard". Maybe you're missing the project's prefix in the label? container=dashboard-netbird-bb29285d55a9bd9281e6f6dba9effa23742f9fb2fbb435866c4b9981c42fa9fe providerName=docker serviceName=dashboard netbird-traefik | 2026-04-03T07:04:51Z WRN Defaulting to first available network (&{"netbird_netbird" "172.30.0.2" '\x00' "" "6b9d823c06582d79f080e01c910fe554a67db4b9abdea5f58217b5e342bb77c5"}) for container "/netbird-dashboard". container=dashboard-netbird-bb29285d55a9bd9281e6f6dba9effa23742f9fb2fbb435866c4b9981c42fa9fe providerName=docker serviceName=dashboard netbird-traefik | 2026-04-03T07:04:51Z WRN Could not find network named "netbird" for container "/netbird-server". Maybe you're missing the project's prefix in the label? container=netbird-server-netbird-1eaef7d33952200bc15b52f94a21b57e83989a4210d4caf482ccd8c95716408a providerName=docker serviceName=netbird-server-h2c netbird-traefik | 2026-04-03T07:04:51Z WRN Defaulting to first available network (&{"netbird_netbird" "172.30.0.3" '\x00' "" "6b9d823c06582d79f080e01c910fe554a67db4b9abdea5f58217b5e342bb77c5"}) for container "/netbird-server". container=netbird-server-netbird-1eaef7d33952200bc15b52f94a21b57e83989a4210d4caf482ccd8c95716408a providerName=docker serviceName=netbird-server-h2c netbird-traefik | 2026-04-03T07:04:51Z WRN Could not find network named "netbird" for container "/netbird-server". Maybe you're missing the project's prefix in the label? container=netbird-server-netbird-1eaef7d33952200bc15b52f94a21b57e83989a4210d4caf482ccd8c95716408a providerName=docker serviceName=netbird-server netbird-traefik | 2026-04-03T07:04:51Z WRN Defaulting to first available network (&{"netbird_netbird" "172.30.0.3" '\x00' "" "6b9d823c06582d79f080e01c910fe554a67db4b9abdea5f58217b5e342bb77c5"}) for container "/netbird-server". container=netbird-server-netbird-1eaef7d33952200bc15b52f94a21b57e83989a4210d4caf482ccd8c95716408a providerName=docker serviceName=netbird-server netbird-traefik | 154.28.229.61 - - [03/Apr/2026:07:05:20 +0000] "GET / HTTP/1.1" 200 2461 "-" "-" 1 "netbird-dashboard@docker" "http://172.30.0.2:80" 1ms netbird-traefik | 2026-04-03T07:05:22Z WRN Could not find network named "netbird" for container "/netbird-dashboard". Maybe you're missing the project's prefix in the label? container=dashboard-netbird-bb29285d55a9bd9281e6f6dba9effa23742f9fb2fbb435866c4b9981c42fa9fe providerName=docker serviceName=dashboard netbird-traefik | 2026-04-03T07:05:22Z WRN Defaulting to first available network (&{"netbird_netbird" "172.30.0.2" '\x00' "" "6b9d823c06582d79f080e01c910fe554a67db4b9abdea5f58217b5e342bb77c5"}) for container "/netbird-dashboard". container=dashboard-netbird-bb29285d55a9bd9281e6f6dba9effa23742f9fb2fbb435866c4b9981c42fa9fe providerName=docker serviceName=dashboard netbird-traefik | 2026-04-03T07:05:22Z WRN Could not find network named "netbird" for container "/netbird-server". Maybe you're missing the project's prefix in the label? container=netbird-server-netbird-1eaef7d33952200bc15b52f94a21b57e83989a4210d4caf482ccd8c95716408a providerName=docker serviceName=netbird-server netbird-traefik | 2026-04-03T07:05:22Z WRN Defaulting to first available network (&{"netbird_netbird" "172.30.0.3" '\x00' "" "6b9d823c06582d79f080e01c910fe554a67db4b9abdea5f58217b5e342bb77c5"}) for container "/netbird-server". container=netbird-server-netbird-1eaef7d33952200bc15b52f94a21b57e83989a4210d4caf482ccd8c95716408a providerName=docker serviceName=netbird-server netbird-traefik | 2026-04-03T07:05:22Z WRN Could not find network named "netbird" for container "/netbird-server". Maybe you're missing the project's prefix in the label? container=netbird-server-netbird-1eaef7d33952200bc15b52f94a21b57e83989a4210d4caf482ccd8c95716408a providerName=docker serviceName=netbird-server-h2c netbird-traefik | 2026-04-03T07:05:22Z WRN Defaulting to first available network (&{"netbird_netbird" "172.30.0.3" '\x00' "" "6b9d823c06582d79f080e01c910fe554a67db4b9abdea5f58217b5e342bb77c5"}) for container "/netbird-server". container=netbird-server-netbird-1eaef7d33952200bc15b52f94a21b57e83989a4210d4caf482ccd8c95716408a providerName=docker serviceName=netbird-server-h2c netbird-traefik | 2026-04-03T07:05:22Z WRN Could not find network named "netbird" for container "/netbird-dashboard". Maybe you're missing the project's prefix in the label? container=dashboard-netbird-bb29285d55a9bd9281e6f6dba9effa23742f9fb2fbb435866c4b9981c42fa9fe providerName=docker serviceName=dashboard netbird-traefik | 2026-04-03T07:05:22Z WRN Defaulting to first available network (&{"netbird_netbird" "172.30.0.2" '\x00' "" "6b9d823c06582d79f080e01c910fe554a67db4b9abdea5f58217b5e342bb77c5"}) for container "/netbird-dashboard". container=dashboard-netbird-bb29285d55a9bd9281e6f6dba9effa23742f9fb2fbb435866c4b9981c42fa9fe providerName=docker serviceName=dashboard netbird-traefik | 2026-04-03T07:05:22Z WRN Could not find network named "netbird" for container "/netbird-server". Maybe you're missing the project's prefix in the label? container=netbird-server-netbird-1eaef7d33952200bc15b52f94a21b57e83989a4210d4caf482ccd8c95716408a providerName=docker serviceName=netbird-server-h2c netbird-traefik | 2026-04-03T07:05:22Z WRN Defaulting to first available network (&{"netbird_netbird" "172.30.0.3" '\x00' "" "6b9d823c06582d79f080e01c910fe554a67db4b9abdea5f58217b5e342bb77c5"}) for container "/netbird-server". container=netbird-server-netbird-1eaef7d33952200bc15b52f94a21b57e83989a4210d4caf482ccd8c95716408a providerName=docker serviceName=netbird-server-h2c netbird-traefik | 2026-04-03T07:05:22Z WRN Could not find network named "netbird" for container "/netbird-server". Maybe you're missing the project's prefix in the label? container=netbird-server-netbird-1eaef7d33952200bc15b52f94a21b57e83989a4210d4caf482ccd8c95716408a providerName=docker serviceName=netbird-server netbird-traefik | 2026-04-03T07:05:22Z WRN Defaulting to first available network (&{"netbird_netbird" "172.30.0.3" '\x00' "" "6b9d823c06582d79f080e01c910fe554a67db4b9abdea5f58217b5e342bb77c5"}) for container "/netbird-server". container=netbird-server-netbird-1eaef7d33952200bc15b52f94a21b57e83989a4210d4caf482ccd8c95716408a providerName=docker serviceName=netbird-server netbird-traefik | 103.4.250.68 - - [03/Apr/2026:07:05:22 +0000] "GET / HTTP/1.1" 200 2461 "-" "-" 2 "netbird-dashboard@docker" "http://172.30.0.2:80" 0ms netbird-server | 2026-04-03T07:05:22.083Z INFO combined/cmd/root.go:305: Signal server created netbird-server | 2026-04-03T07:05:22.083Z INFO management/server/store/store.go:370: using SQLite store engine netbird-server | 2026-04-03T07:05:22.085Z INFO management/server/store/sql_store.go:105: Setting transaction timeout to 5m0s netbird-server | 2026-04-03T07:05:22.085Z INFO management/server/store/sql_store.go:119: Set max open db connections to 1, max idle to 1, max lifetime to 1h0m0s, max idle time to 3m0s netbird-server | 2026-04-03T07:05:22.092Z INFO management/server/migration/migration.go:148: No records in table peers, no migration needed netbird-server | 2026-04-03T07:05:22.092Z INFO management/server/migration/migration.go:148: No records in table peers, no migration needed netbird-server | 2026-04-03T07:05:22.092Z INFO management/server/migration/migration.go:263: No plain setup keys found in table setup_keys, no migration needed netbird-server | 2026-04-03T07:05:22.092Z INFO management/server/migration/migration.go:301: Migration of plain setup key to hashed setup key completed netbird-server | 2026-04-03T07:05:22.093Z INFO management/server/migration/migration.go:344: No rows with empty enabled found in table network_resources, no migration needed netbird-server | 2026-04-03T07:05:22.093Z INFO management/server/migration/migration.go:358: Migration of empty enabled to default value in table network_resources completed netbird-server | 2026-04-03T07:05:22.093Z INFO management/server/migration/migration.go:344: No rows with empty enabled found in table network_routers, no migration needed netbird-server | 2026-04-03T07:05:22.093Z INFO management/server/migration/migration.go:358: Migration of empty enabled to default value in table network_routers completed netbird-server | 2026-04-03T07:05:22.095Z INFO management/server/migration/migration.go:344: No rows with empty name found in table users, no migration needed netbird-server | 2026-04-03T07:05:22.095Z INFO management/server/migration/migration.go:358: Migration of empty name to default value in table users completed netbird-server | 2026-04-03T07:05:22.095Z INFO management/server/migration/migration.go:344: No rows with empty email found in table users, no migration needed netbird-server | 2026-04-03T07:05:22.095Z INFO management/server/migration/migration.go:358: Migration of empty email to default value in table users completed netbird-server | 2026-04-03T07:05:22.123Z INFO management/server/migration/migration.go:399: index idx_account_ip already exists on table peers netbird-server | 2026-04-03T07:05:22.124Z INFO management/server/migration/migration.go:399: index idx_account_dnslabel already exists on table peers netbird-server | 2026-04-03T07:05:22.124Z INFO management/server/migration/migration.go:399: index idx_peers_key_unique already exists on table peers netbird-server | 2026-04-03T07:05:22.124Z INFO management/internals/server/server.go:417: resolve domains: fresh install detected, using default domain "netbird.selfhosted" **Screenshots** If applicable, add screenshots to help explain your problem. **Additional context** Add any other context about the problem here. **Have you tried these troubleshooting steps?** - [X] Reviewed [client troubleshooting](https://docs.netbird.io/how-to/troubleshooting-client) (if applicable) - [X] Checked for newer NetBird versions - [X] Searched for similar issues on GitHub (including closed ones) - [X] Restarted the NetBird client - [X] Disabled other VPN software - [X] Checked firewall settings
saavagebueno added the triage-needed label 2026-08-05 01:28:25 -04:00
Author
Owner

@nvaert1986 commented on GitHub (Apr 3, 2026):

The fix:
After that's running, to permanently silence the Traefik warnings, edit the generated docker-compose.yml and add name: netbird under the network definition:

networks:
netbird:
name: netbird # <- add this
driver: bridge
ipam:
config:

  • subnet: 172.30.0.0/24
    gateway: 172.30.0.1
<!-- gh-comment-id:4182298002 --> @nvaert1986 commented on GitHub (Apr 3, 2026): The fix: After that's running, to permanently silence the Traefik warnings, edit the generated docker-compose.yml and add name: netbird under the network definition: networks: netbird: name: netbird # <- add this driver: bridge ipam: config: - subnet: 172.30.0.0/24 gateway: 172.30.0.1
Sign in to join this conversation.
No Label triage-needed
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#11081