https://github.com/vitiacat/zerotier-manager
An interactive CLI tool to manage your ZeroTier controller directly from the terminal.
https://github.com/vitiacat/zerotier-manager
zerotier zerotier-controller zerotier-one
Last synced: 14 days ago
JSON representation
An interactive CLI tool to manage your ZeroTier controller directly from the terminal.
- Host: GitHub
- URL: https://github.com/vitiacat/zerotier-manager
- Owner: vitiacat
- License: mit
- Created: 2025-07-04T18:09:27.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-07-04T18:21:09.000Z (4 months ago)
- Last Synced: 2025-07-04T19:26:20.914Z (4 months ago)
- Topics: zerotier, zerotier-controller, zerotier-one
- Language: Rust
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 💻 zerotier-manager
An interactive CLI tool to manage your ZeroTier controller directly from the terminal.
### ⚙️ Configuration
To use the tool, you need to set the following environment variables:
1. **`TOKEN`** (Required)
You must set the `TOKEN` environment variable to your ZeroTier API token. You can find more information on how to get a token [here](https://docs.zerotier.com/api/tokens/#zerotierone-service-token).2. **`URL`** (Optional)
If your controller is not running at the default `http://localhost:9993`, you can set the `URL` environment variable to point to your custom address.### ▶️ Usage
```bash
# 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 прямо из терминала.
### ⚙️ Конфигурация
Для работы утилиты необходимо задать следующие переменные окружения:
1. **`TOKEN`** (Обязательно)
Вам необходимо установить переменную окружения `TOKEN`, указав в ней ваш API токен от ZeroTier. Подробнее о том, как получить токен, можно прочитать [здесь](https://docs.zerotier.com/api/tokens/#zerotierone-service-token).2. **`URL`** (Опционально)
Если ваш контроллер запущен по адресу, отличному от стандартного `http://localhost:9993`, вы можете задать переменную окружения `URL`, указав ваш адрес.### ▶️ Использование
```bash
# Устанавливаем обязательный токен
export TOKEN=ваш_секретный_токен_zerotier# Опционально указываем свой URL
# export URL=http://your.custom.controller:9993# Запускаем менеджер
./zerotier-manager
```