Management: add version information #1528

Open
opened 2025-11-20 05:32:18 -05:00 by saavagebueno · 4 comments
Owner

Originally created by @Gauss23 on GitHub (Dec 30, 2024).

Is your feature request related to a problem? Please describe.
it would be helpful to see the current version of the management server in self-hosted scenarios

Describe the solution you'd like
Show a version number in the footer.

Describe alternatives you've considered
No idea

Additional context

Originally created by @Gauss23 on GitHub (Dec 30, 2024). **Is your feature request related to a problem? Please describe.** it would be helpful to see the current version of the management server in self-hosted scenarios **Describe the solution you'd like** Show a version number in the footer. **Describe alternatives you've considered** No idea **Additional context** -
saavagebueno added the feature-request label 2025-11-20 05:32:18 -05:00
Author
Owner

@rihards-simanovics commented on GitHub (Dec 30, 2024):

To find the version fo your current Netbird Management instance, all you need to do is run docker ps get the name for the container likely netbird-management-1 then exec this command int he container docker exec -it netbird-management-1 /go/bin/netbird-mgmt --version. Response should be something like netbird-mgmt version 0.35.1

@rihards-simanovics commented on GitHub (Dec 30, 2024): To find the version fo your current Netbird Management instance, all you need to do is run `docker ps` get the name for the container likely `netbird-management-1` then exec this command int he container `docker exec -it netbird-management-1 /go/bin/netbird-mgmt --version`. Response should be something like `netbird-mgmt version 0.35.1`
Author
Owner

@Gauss23 commented on GitHub (Dec 31, 2024):

Thank you. I was aware of how to get the information via the command line. I wanted to see this information in the management dashboard i.e. as a line in the footer to see this without connecting via SSH to the server.

Happy New Year.

@Gauss23 commented on GitHub (Dec 31, 2024): Thank you. I was aware of how to get the information via the command line. I wanted to see this information in the management dashboard i.e. as a line in the footer to see this without connecting via SSH to the server. Happy New Year.
Author
Owner

@zerowhybr commented on GitHub (Sep 18, 2025):

This would be nice, and I would like to add that it would be interesting to also have this information via the REST API, maybe a management healthcheck endpoint with data regarding all NetBird components versions?

My usecase is that I have remote scheduled task running every hour monitoring all the data the REST API provides and consuming it in custom dashboards. I wanted to make a pass/fail graph where I can easily check the % of peers that are up-to-date in comparison to the NetBird server, but this is not currently possible strictly via the REST API as the management version information is currently missing on it.

@zerowhybr commented on GitHub (Sep 18, 2025): This would be nice, and I would like to add that it would be interesting to also have this information via the REST API, maybe a management healthcheck endpoint with data regarding all NetBird components versions? My usecase is that I have remote scheduled task running every hour monitoring all the data the REST API provides and consuming it in custom dashboards. I wanted to make a pass/fail graph where I can easily check the % of peers that are up-to-date in comparison to the NetBird server, but this is not currently possible strictly via the REST API as the management version information is currently missing on it.
Author
Owner

@sergefedorow commented on GitHub (Nov 13, 2025):

The version of all peers are available, but there is no server version. It must be in the admin web UI: footage, Settings > About or anywhere else the UI designer decides.

@sergefedorow commented on GitHub (Nov 13, 2025): The version of all peers are available, but there is no server version. It must be in the admin web UI: footage, Settings > About or anywhere else the UI designer decides.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#1528