Now Support Language:简体中文 (zh-CN), English (en)
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"
}
}
Download the latest release from the release page and extract it.
Run ztvrui with the configuration file.
./ztvrui -c config.json