Skip to content

Commit 1e775eb

Browse files
committed
[self-hosted] remove unneccessary ports from guides
1 parent 9ced912 commit 1e775eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/selfhosted/selfhosted-guide.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ NetBird with custom IdPs.
2424
- Docker Compose installed (see [Install Docker Compose](https://docs.docker.com/compose/install/)).
2525
- [jq](https://jqlang.github.io/jq/) installed. In most distributions usually available in the official repositories and can be installed with `sudo apt install jq` or `sudo yum install jq`
2626
- Domain name pointing to the public IP address of your server.
27-
- Open TCP ports ```80, 443, 33073, 10000, 33080``` (Dashboard HTTP & HTTPS, Management gRPC & HTTP APIs, Signal gRPC API, Relay respectively) on your server.
27+
- Open TCP ports `80`, `443` (Dashboard HTTP & HTTPS, Management gRPC & HTTP APIs, Signal gRPC API, Relay respectively) on your server.
2828
- Coturn is used for relay using the STUN/TURN protocols. It requires a listening port, `UDP 3478`, and range of ports, `UDP 49152-65535`, for dynamic relay connections. These are set as defaults in setup file, but can be configured to your requirements.
2929
- Maybe a cup of coffee or tea :)
3030

src/pages/selfhosted/selfhosted-quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ as the identity provider for user management using a single-line setup script an
2525

2626
**Infrastructure requirements:**
2727
- A Linux VM with at least **1CPU** and **2GB** of memory.
28-
- The VM should be publicly accessible on TCP ports **80**, **443**, **33073**, **10000** and **33080**; and UDP ports: **3478**, **49152-65535**.
28+
- The VM should be publicly accessible on TCP ports **80**, **443**; and UDP ports: **3478**, **49152-65535**.
2929
- **Public domain** name pointing to the VM.
3030

3131
**Software requirements:**

0 commit comments

Comments
 (0)