[PR #2876] [CLOSED] Netbird Customized Port Setup #18557

Open
opened 2026-08-05 04:08:39 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/2876
Author: @ismail0234
Created: 11/11/2024
Status: Closed

Base: mainHead: patch-2


📝 Commits (3)

  • 1ae9f37 Create getting-started-custom-ports-with-zitadel.sh
  • 0b71b2d fix TURN_LISTENING_PORT
  • bda2c35 Fix Relay Listen Address

📊 Changes

1 file changed (+1009 additions, -0 deletions)

View changed files

infrastructure_files/getting-started-custom-ports-with-zitadel.sh (+1009 -0)

📄 Description

Describe your changes

Allows Netbird to be installed and used on different ports. The reason why this was necessary was that if you wanted to install netbird next to a web server, it was not possible. I have reorganized it with reference to the tickets below. Apart from quick setup and advanced setup, it can be used as a 3rd file in the form of quick and customized port setup.

https://github.com/netbirdio/netbird/issues/1786
https://github.com/netbirdio/netbird/issues/1794
https://github.com/netbirdio/netbird/pull/1410

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbirdio/netbird/pull/2876 **Author:** [@ismail0234](https://github.com/ismail0234) **Created:** 11/11/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `patch-2` --- ### 📝 Commits (3) - [`1ae9f37`](https://github.com/netbirdio/netbird/commit/1ae9f378983246835d8acaa1d713b81699f4dcf0) Create getting-started-custom-ports-with-zitadel.sh - [`0b71b2d`](https://github.com/netbirdio/netbird/commit/0b71b2d579706f897dbab58aadf527f13303e120) fix TURN_LISTENING_PORT - [`bda2c35`](https://github.com/netbirdio/netbird/commit/bda2c3521ef878b021f8acda58a2e7fa8175342d) Fix Relay Listen Address ### 📊 Changes **1 file changed** (+1009 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `infrastructure_files/getting-started-custom-ports-with-zitadel.sh` (+1009 -0) </details> ### 📄 Description ## Describe your changes Allows Netbird to be installed and used on different ports. The reason why this was necessary was that if you wanted to install netbird next to a web server, it was not possible. I have reorganized it with reference to the tickets below. Apart from quick setup and advanced setup, it can be used as a 3rd file in the form of quick and customized port setup. ## Issue ticket number and link https://github.com/netbirdio/netbird/issues/1786 https://github.com/netbirdio/netbird/issues/1794 https://github.com/netbirdio/netbird/pull/1410 ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [x] Is a feature enhancement - [ ] It is a refactor - [ ] Created tests that fail without the change (if possible) - [ ] Extended the README / documentation, if necessary --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 04:08:39 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#18557