Skip to content

Install

Riemaru Karurosu edited this page May 19, 2026 · 4 revisions

This section applies to the Flatpak version only.

You can get the latest release from the GitHub Releases page and install it with:

flatpak install io.github.riemarukarurosu.ZTManager.flatpak

Prerequisites

  • ZeroTier service installed and running on the system.
  • A valid ZeroTier API token.

How to Get the ZeroTier Token

Run the following command in a terminal:

sudo cat /var/lib/zerotier-one/authtoken.secret

Or use the Auto-detect button in Preferences — ZT Manager will request administrator access automatically.

Why Doesn't the App Detect the Token Automatically?

Accessing /var/lib/zerotier-one/authtoken.secret requires root privileges, which would break the Flatpak sandbox. The auto-detect button handles this securely using Polkit.

Clone this wiki locally