From 6f174ac59f8d7f306ac3b844b3e2117c919c2fe6 Mon Sep 17 00:00:00 2001 From: Max Walther Date: Wed, 15 Oct 2025 20:48:58 +0200 Subject: [PATCH] Add & Fix OPNsense installation documentation (#444) * Add opnsense installation step docu to enable the service * Fix default management url should be api not app --- src/pages/how-to/installation/opnsense.mdx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/pages/how-to/installation/opnsense.mdx b/src/pages/how-to/installation/opnsense.mdx index 2f4a8d62..be743caa 100644 --- a/src/pages/how-to/installation/opnsense.mdx +++ b/src/pages/how-to/installation/opnsense.mdx @@ -33,11 +33,16 @@ there are both managed and [self-hosted](https://docs.netbird.io/selfhosted/self ## Configuration +### Enable the service + +Navigate to `VPN` > `NetBird` > `Settings` and ensure the toggle `Enable` is turned on in the `General` section. +This will enable us to continue with the next steps. + ### Authenticate the machine Fill out the authentication form with the following values and click `Save`: -- **Management URL**: Default is `https://app.netbird.io:443`. If self-hosting, enter your custom management server URL. +- **Management URL**: Default is `https://api.netbird.io:443`. If self-hosting, enter your custom management server URL. - **Setup Key**: Paste the setup key from your NetBird account.