[Feature Request] Custom Protocol for Netbird configuration #262

Open
opened 2025-11-20 05:08:45 -05:00 by saavagebueno · 0 comments
Owner

Originally created by @physk on GitHub (Jan 4, 2023).

Is your feature request related to a problem? Please describe.
Configuration for Novice users is quite complicated

Describe the solution you'd like
We should have a Custom Protocol address (netbird://) that will allow Users to click a link in the web-ui and it will configure the VPN for them. the link would look like this for example: netbird://domain.com:33073/setup-key

This would open netbird up --management-url https://domain.com:33073 --setup-key setup-key

Describe alternatives you've considered
Already discussed with @mlsmaycon

Additional context
This could be installed with the service (netbird service install)

here is a nodejs implementation (to show you how to do it) https://www.npmjs.com/package/protocol-registry

Originally created by @physk on GitHub (Jan 4, 2023). **Is your feature request related to a problem? Please describe.** Configuration for Novice users is quite complicated **Describe the solution you'd like** We should have a Custom Protocol address (netbird://) that will allow Users to click a link in the web-ui and it will configure the VPN for them. the link would look like this for example: ``netbird://domain.com:33073/setup-key`` This would open ``netbird up --management-url https://domain.com:33073 --setup-key setup-key`` **Describe alternatives you've considered** Already discussed with @mlsmaycon **Additional context** This could be installed with the service (``netbird service install``) here is a nodejs implementation (to show you how to do it) https://www.npmjs.com/package/protocol-registry
saavagebueno added the feature-request label 2025-11-20 05:08:45 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#262