[GH-ISSUE #5028] Unable to run management servers without container because pprof server #10578

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

Originally created by @vooon on GitHub (Jan 4, 2026).
Original GitHub issue: https://github.com/netbirdio/netbird/issues/5028

Describe the problem

A clear and concise description of what the problem is.

Some of management servers unconditionally tries to start pprof server on localhost:6060
and fails to start because port may be already used by one of them.

To Reproduce

Steps to reproduce the behavior:

  1. Build mgmt / relay / signal

  2. Try to run them all at the same machine without lo isolation

  3. Scroll down to '....'

  4. See error

Expected behavior

Services obey NB_PPROF_ADDR.

Are you using NetBird Cloud?
No, self-hosted.

NetBird version

0.61.0

Is any other VPN software installed?

Yes, but it's not cause that bug.

My fix: https://github.com/vooon/my-openwrt-feed/blob/master/netbird-mgmt/pathes/0001-fix-make-pprof-address-configurable-and-optional.patch

Originally created by @vooon on GitHub (Jan 4, 2026). Original GitHub issue: https://github.com/netbirdio/netbird/issues/5028 **Describe the problem** A clear and concise description of what the problem is. Some of management servers unconditionally tries to start pprof server on `localhost:6060` and fails to start because port may be already used by one of them. **To Reproduce** Steps to reproduce the behavior: 1. Build mgmt / relay / signal 2. Try to run them all at the same machine without lo isolation 4. Scroll down to '....' 5. See error **Expected behavior** Services obey `NB_PPROF_ADDR`. **Are you using NetBird Cloud?** No, self-hosted. **NetBird version** `0.61.0` **Is any other VPN software installed?** Yes, but it's not cause that bug. My fix: https://github.com/vooon/my-openwrt-feed/blob/master/netbird-mgmt/pathes/0001-fix-make-pprof-address-configurable-and-optional.patch
saavagebueno added the triage-needed label 2026-08-05 01:26:29 -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#10578