Skip to content

Commit aaf813f

Browse files
authored
Add selfhosted scaling note (#5769)
1 parent d97fe84 commit aaf813f

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

infrastructure_files/getting-started.sh

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1154,7 +1154,16 @@ print_builtin_traefik_instructions() {
11541154
echo " - $NETBIRD_STUN_PORT/udp (STUN - required for NAT traversal)"
11551155
if [[ "$ENABLE_PROXY" == "true" ]]; then
11561156
echo " - 51820/udp (WIREGUARD - (optional) for P2P proxy connections)"
1157-
echo ""
1157+
fi
1158+
echo ""
1159+
echo "This setup is ideal for homelabs and smaller organization deployments."
1160+
echo "For enterprise environments requiring high availability and advanced integrations,"
1161+
echo "consider a commercial on-prem license or scaling your open source deployment:"
1162+
echo ""
1163+
echo " Commercial license: https://netbird.io/pricing#on-prem"
1164+
echo " Scaling guide: https://docs.netbird.io/scaling-your-self-hosted-deployment"
1165+
echo ""
1166+
if [[ "$ENABLE_PROXY" == "true" ]]; then
11581167
echo "NetBird Proxy:"
11591168
echo " The proxy service is enabled and running."
11601169
echo " Any domain NOT matching $NETBIRD_DOMAIN will be passed through to the proxy."

0 commit comments

Comments
 (0)