mirror of
https://github.com/EasyTier/easytier.github.io.git
synced 2025-05-19 10:27:06 +00:00
39 lines
1.5 KiB
Markdown
39 lines
1.5 KiB
Markdown
# Using the Web Console
|
|
|
|
EasyTier supports using the [Web Console](https://easytier.cn/web#/) to manage EasyTier nodes, including viewing node status, configuring node parameters, viewing node logs, and more.
|
|
|
|
## Register an Account
|
|
|
|
To use the Web Console for the first time, you need to register an account. [Registration link](https://easytier.cn/web#/auth/register).
|
|
|
|
## Running EasyTier Node
|
|
|
|
If you want the EasyTier node to be managed by the Web Console, you need to specify the `--config-server` or `-w` parameter when starting, for example:
|
|
|
|
```sh
|
|
./easytier-core -w <your username>
|
|
```
|
|
|
|
> Please replace `<your username>` with the username you registered on the Web Console.
|
|
|
|
If the terminal shows messages like "Connection successful" or "Connected to server", it means Easytier Core has successfully connected to the Web Console server.
|
|
|
|
::: danger Note
|
|
Only one EasyTier process on a machine can be managed by the Web Console. Having multiple processes may cause unexpected issues.
|
|
:::
|
|
|
|
## Using the Web Console
|
|
|
|
Log in to the [Web Console](https://easytier.cn/web#/) using the username and password you just registered. After logging in successfully, you will see the node list.
|
|
|
|
Select the device you need to configure on the webpage.
|
|
|
|

|
|
|
|
After opening the device, click the green connect button.
|
|
|
|

|
|

|
|
|
|
The subsequent configuration steps are the same as configuring a program with a GUI.
|