From 5eb76de2b76ea8495c7f63ed9e7456b076044482 Mon Sep 17 00:00:00 2001 From: KingSteve032 Date: Sun, 22 Dec 2024 12:30:29 -0500 Subject: [PATCH 1/2] Update quickstart.mdx Explain that to connect to the API on a self-hosted system they need to use port 33073. --- src/pages/ipa/guides/quickstart.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/ipa/guides/quickstart.mdx b/src/pages/ipa/guides/quickstart.mdx index 14500c06..deb117c4 100644 --- a/src/pages/ipa/guides/quickstart.mdx +++ b/src/pages/ipa/guides/quickstart.mdx @@ -29,6 +29,8 @@ curl -X GET https://api.netbird.io/api/peers \ +NOTE: If you are self-hosting netbird, you will need to use port 33073 with your management URL. +