Netbird: Difference between revisions
→Troubleshooting: -> Added info how to fix non-working UI |
|||
| Line 70: | Line 70: | ||
For issues setting up a client, consult the official [https://docs.netbird.io/help/troubleshooting-client Netbird "Troubleshooting client issues" documentation]. | For issues setting up a client, consult the official [https://docs.netbird.io/help/troubleshooting-client Netbird "Troubleshooting client issues" documentation]. | ||
==== NetBird UI not working? ==== | |||
When your system is connected to your NetBird network, but the UI does not reflect this (and does not seem to do anything when you click 'Connect', then your user is probably not part of the <code>netbird-wt0</code> group. To fix this, add this group to your user section in your NixOS config, i.e. | |||
<syntaxhighlight lang="nix"> | |||
extraGroups = [ "networkmanager" "wheel" "netbird-wt0" ]; | |||
</syntaxhighlight> | |||
Then save the file and rebuild - <code>sudo nixos-rebuild switch</code>. After a reboot, the UI should work. | |||
[[Category:Applications]] | [[Category:Applications]] | ||
[[Category:Networking]] | [[Category:Networking]] | ||
[[Category:Server]] | [[Category:Server]] | ||