An interactive CLI tool to manage your ZeroTier controller directly from the terminal.
To use the tool, you need to set the following environment variables:
-
TOKEN
(Required) You must set theTOKEN
environment variable to your ZeroTier API token. You can find more information on how to get a token here. -
URL
(Optional) If your controller is not running at the defaulthttp://localhost:9993
, you can set theURL
environment variable to point to your custom address.
# Set the required token
export TOKEN=your_secret_zerotier_token
# Optionally set a custom URL
# export URL=http://your.custom.controller:9993
# Run the manager
./zerotier-manager
Интерактивная утилита для управления вашим контроллером ZeroTier прямо из терминала.
Для работы утилиты необходимо задать следующие переменные окружения:
-
TOKEN
(Обязательно) Вам необходимо установить переменную окруженияTOKEN
, указав в ней ваш API токен от ZeroTier. Подробнее о том, как получить токен, можно прочитать здесь. -
URL
(Опционально) Если ваш контроллер запущен по адресу, отличному от стандартногоhttp://localhost:9993
, вы можете задать переменную окруженияURL
, указав ваш адрес.
# Устанавливаем обязательный токен
export TOKEN=ваш_секретный_токен_zerotier
# Опционально указываем свой URL
# export URL=http://your.custom.controller:9993
# Запускаем менеджер
./zerotier-manager