[GH-ISSUE #5453] Unnecessary warning when a single netbird client instance is configured #11236

Open
opened 2026-08-05 01:29:02 -04:00 by saavagebueno · 0 comments
Owner

Originally created by @wpyoga on GitHub (Feb 26, 2026).
Original GitHub issue: https://github.com/netbirdio/netbird/issues/5453

Describe the problem

After configuring a single netbird instance using with systemctl enable netbird@main.service, running the command netbird status produces this warning message:

INFO[0000] Default daemon socket not found, using discovered socket: unix:///var/run/netbird/main.sock 

To Reproduce

Steps to reproduce the behavior:

  1. Install netbird
  2. Enable a netbird client instance: systemctl enable netbird@main.service
  3. Run netbird status
  4. See the warning message

Expected behavior

If there is only one configured instance, which is what most installations will be, just use that instance and don't emit a warning. Unless the user specified a verbose flag.

Are you using NetBird Cloud?

NetBird Cloud.

NetBird version

0.66.0

Is any other VPN software installed?

Tailscale

Additional context

NetBird 0.66.0 installed from AUR (Arch Linux)

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 @wpyoga on GitHub (Feb 26, 2026). Original GitHub issue: https://github.com/netbirdio/netbird/issues/5453 **Describe the problem** After configuring a single netbird instance using with `systemctl enable netbird@main.service`, running the command `netbird status` produces this warning message: ``` INFO[0000] Default daemon socket not found, using discovered socket: unix:///var/run/netbird/main.sock ``` **To Reproduce** Steps to reproduce the behavior: 1. Install netbird 2. Enable a netbird client instance: `systemctl enable netbird@main.service` 3. Run `netbird status` 4. See the warning message **Expected behavior** If there is only one configured instance, which is what most installations will be, just use that instance and don't emit a warning. Unless the user specified a verbose flag. **Are you using NetBird Cloud?** NetBird Cloud. **NetBird version** `0.66.0` **Is any other VPN software installed?** Tailscale **Additional context** NetBird 0.66.0 installed from AUR (Arch Linux) **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:29:02 -04:00
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#11236