Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI Not Detecting Invalid Local Authtoken - "Waiting for ZeroTier System Service..." #44

Open
glimberg opened this issue Nov 7, 2022 · 4 comments

Comments

@glimberg
Copy link
Contributor

glimberg commented Nov 7, 2022

Adding here to make sure we don't forget to fix. "Waiting for system service" issue is caused by an invalid copy of the service authtoken in the user's home directory.

We need to detect this by catching 403 responses from the service backend & giving the user the ability to recopy the token in the tray app.

@glimberg
Copy link
Contributor Author

glimberg commented Nov 7, 2022

Current workaround until this is fixed

macOS fix:

  • Close the ZeroTier tray application
  • Open a terminal and execute the following command: rm ~/Library/Application\ Support/ZeroTier/One/authtoken.secret and possibly rm ~/Library/Application\ Support/ZeroTier/authtoken.secret as well
  • Reopen the ZeroTier UI application. You should be prompted for the administrator password so you can re-copy the authtoken into your user settings folder.

Windows:

  • Open Explorer and type: %LOCALAPPDATA%\ZeroTier\ into the location bar.
  • Remove authtoken.secret.
  • If a One subfolder exists, delete authtoken.secret from there as well.

@KB8DOA
Copy link

KB8DOA commented Dec 27, 2022

Same problem here with Manjaro Linux 22.04
Is there no fix for Linux?

@surfboy2000
Copy link

windows环境下,问题可以解决。

The problem can be solved under Win10

@qubex22
Copy link

qubex22 commented Feb 6, 2023

Current workaround until this is fixed

macOS fix:

* Close the ZeroTier tray application

* Open a terminal and execute the following command: rm ~/Library/Application\ Support/ZeroTier/One/authtoken.secret and possibly rm ~/Library/Application\ Support/ZeroTier/authtoken.secret as well

* Reopen the ZeroTier UI application. You should be prompted for the administrator password so you can re-copy the authtoken into your user settings folder.

Windows:

* Open Explorer and type: %LOCALAPPDATA%\ZeroTier\ into the location bar.

* Remove authtoken.secret.

* If a One subfolder exists, delete authtoken.secret from there as well.

This workaround doesn't work for me in W11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants