Skip to content

TnZzZHlp/ztvrui

Repository files navigation

ZTVRUI Logo

ZTVRUI

Zerotier One Controller WebUI


Now Support Language:简体中文 (zh-CN), English (en)

Preview

Network Info Page

Network Detail

Login Page

Login

Networks Page

Networks

Installation

First

Install Zerotier One and start the service. You can find the installation instructions on the official website.

And then download the example configuration file from the repository and modify it according to your needs.

The default username is admin and the default password is password. You can change the password by modifying the configuration file and using bcrypt to hash the new password. You can encrypt the password using bcrypt.online.

Or you can change the password by webui after the first login.

You can find the method to obtain the zerotier authtoken from the zerotier docs. For Linux users, you can use the following command to get the authtoken.

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

Example Configuration File

{
  "info": {
    "username": "admin",
    "password": "$2b$08$L0G551nXjXw78mUANEC31uUXyx2SsEsmYkq7xPsa2umnQ/YSBeYV6"
  },
  "listen": "0.0.0.0:7000",
  "zerotier": {
    "auth_token": "your_zerotier_token",
    "address": "http://127.0.0.1:9993"
  }
}

Second

Download the latest release from the release page and extract it.

Run ztvrui with the configuration file.

./ztvrui -c config.json

About

Zerotier One Controller WebUI

Resources

License

Stars

Watchers

Forks

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy