dashboard
dashboard copied to clipboard
NetBird Management Service Web UI Panel
Add Network routes page to interact with the routes API endpoint of our management
It should look something like this: 1. Edit your `configuration.nix`: ```nix { config, pkgs, ... }: { services.netbird.enable = true; # for netbird service & CLI environment.systemPackages = [ pkgs.netbird-ui...
Allow for setting custom TURN servers in the dashboard and enable in the hosted version. I have peers that are behind NAT at both ends and are resorting to using...
I understand your reasons for Auth0. have you heard of self-hosted [Authentik](https://goauthentik.io/)? it does pretty much the same as Auth0 in the most area such as Oauth2, SAML, LDAP, and...
Add a getting started guide for local development. E.g. how to create local-config.json, mention that management service has to be started, etc.
I'm curious if there is an intended process for upgrading the self hosting dashboard and management system?
Hello, I am very happy with performance of wiretrustee, I am a fan of Wire Guard. But how about mobile support like iOS, Android client?
Many times when users have a connectivity issue accessing our management API, they got a misleading error stating that there was JSON parsing error, see screenshot below:
can control the total traffic of the connecting user. ? In my case I do not want to exceed the traffic of my vps
Create docker documentation