From a2275c24d13d43a702e93263fda0fb88665bba02 Mon Sep 17 00:00:00 2001 From: braginini Date: Sat, 27 Jun 2026 22:10:27 +0200 Subject: [PATCH] Add a reference to a commercial license --- infrastructure_files/getting-started.sh | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/infrastructure_files/getting-started.sh b/infrastructure_files/getting-started.sh index 4a1dcc298..a3a270ac9 100755 --- a/infrastructure_files/getting-started.sh +++ b/infrastructure_files/getting-started.sh @@ -1397,12 +1397,20 @@ print_builtin_traefik_instructions() { echo " - 51820/udp (WIREGUARD - (optional) for P2P proxy connections)" fi echo "" - echo "This setup is ideal for homelabs and smaller organization deployments." - echo "For enterprise environments requiring high availability and advanced integrations," - echo "consider a commercial on-prem license or scaling your open source deployment:" - echo "" - echo " Commercial license: https://netbird.io/pricing#on-prem" - echo " Scaling guide: https://docs.netbird.io/scaling-your-self-hosted-deployment" + if [[ "${NETBIRD_AGENT_NETWORK}" == "true" ]]; then + echo "For enterprise environments requiring high availability and advanced integrations," + echo "consider a commercial on-prem license:" + echo "" + echo " Commercial license: https://netbird.ai/pricing" + echo " Documentation: http://localhost:3001/agent-network" + else + echo "This setup is ideal for homelabs and smaller organization deployments." + echo "For enterprise environments requiring high availability and advanced integrations," + echo "consider a commercial on-prem license or scaling your open source deployment:" + echo "" + echo " Commercial license: https://netbird.io/pricing#on-prem" + echo " Scaling guide: https://docs.netbird.io/scaling-your-self-hosted-deployment" + fi echo "" if [[ "$ENABLE_PROXY" == "true" ]]; then echo "NetBird Proxy:"