You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/how-to/troubleshooting-client.mdx
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -331,8 +331,6 @@ the `config.json` file:
331
331
- `/etc/netbird/config.json`for Linux/MacOS
332
332
- `C:\ProgramData\netbird\config.json`for Windows
333
333
334
-
You will need to remove the file manually to use the machine as a different user/Setup Key.
335
-
336
334
You might get errors like below when trying to use Setup Key/different SSO user account during login:
337
335
338
336
```
@@ -349,6 +347,12 @@ The most notable examples of encountering the issue are:
349
347
- a machine\'s Peer got removed from the Dashboard without clearing the file,
350
348
- the user uses different browser/profile or selects the wrong account during SSO login at the start of the workday,
351
349
350
+
To resolve the issue, you will need to remove the file manually to use the machine as a different user/Setup Key while the NetBird client daemon is stopped:
351
+
352
+
1. `netbird service stop`
353
+
2. `sudo rm /etc/netbird/config.json` (*nix) or `rm C:\ProgramData\netbird\config.json` (Windows)
354
+
3. `netbird service start`
355
+
352
356
## Debugging access to network resources
353
357
354
358
In this section we will be presenting methodology of troubleshooting access issues involving Netbird.
0 commit comments