1. For the administrator who wants to set up the network, register an account on the official website. If you are a user, you can skip this step.
/>
2. After registration, log in to your account and create a new network group. Devices in the same group can interconnect.
/>
Click on the corresponding group to enter the configuration interface.
![](https://www.ids-sax2.com/wp-content/uploads/picture/developer-qcloudimg-com-3e71cc8680f006d261e7a961913a35b9.png)
3. Install zerotier-one on the devices (phone, Windows, Mac, Linux) that need to interconnect.
![](https://www.ids-sax2.com/wp-content/uploads/picture/developer-qcloudimg-com-ef5ff55a435b271d99c414f564f761bc.png)
4. For example, if we want our computer to control the server, we first install the Linux version on the server. If already installed, skip this step. Execute directly:
代码语言:javascript复制
curl -s https://install.zerotier.com | sudo bash
![](https://www.ids-sax2.com/wp-content/uploads/picture/developer-qcloudimg-com-6899574bf68a6030ca091d184e189318.png)
5. Let the device join the network group created above.
代码语言:javascript复制
sudo zerotier-cli join
![](https://www.ids-sax2.com/wp-content/uploads/picture/developer-qcloudimg-com-3f542a35e2ef71126e5462f92e54870b.png)
6. Then the network group administrator goes to the configuration page to allow the device. If it doesn’t appear, refresh the page several times.
![](https://www.ids-sax2.com/wp-content/uploads/picture/developer-qcloudimg-com-6c6260f9de86cad94a87513e63b91060.png)
7. For Windows devices, simply go to the download page above and install the exe.
![](https://www.ids-sax2.com/wp-content/uploads/picture/developer-qcloudimg-com-e24f27c407cc42843b66a333c4f2ac37.png)
8. Similarly, you need the Network ID to join the network group. Right-click the small icon and select Join New Network.
![](https://www.ids-sax2.com/wp-content/uploads/picture/developer-qcloudimg-com-f2368d912a5bdfbd57d2585b86a95818.png)
![](https://www.ids-sax2.com/wp-content/uploads/picture/developer-qcloudimg-com-a53e8de706b7f3ba7fd24f6d42603d56.png)
9. As in step 6, the administrator goes to the website to approve the application.
![](https://www.ids-sax2.com/wp-content/uploads/picture/developer-qcloudimg-com-0ff008e05b0f31c6ec003a325470f546.png)
After approval, it will be displayed on Windows:
![](https://www.ids-sax2.com/wp-content/uploads/picture/developer-qcloudimg-com-9038f948167bd5faead88f58e4f07884.png)
10. At this point, the server and Windows can interconnect. However, the IP should be the one assigned by zerotier-one, which can be asked from the administrator. Simply ping:
![](https://www.ids-sax2.com/wp-content/uploads/picture/developer-qcloudimg-com-43456f56e10695abed3bef14d44f3c2d.png)
It can be pinged, although the latency of the free version is a bit high, it is generally sufficient.
11. If it’s a phone, the same operation applies: download the mobile app, enter the Network ID to join the network group, and the administrator approves the application.
![](https://www.ids-sax2.com/wp-content/uploads/picture/developer-qcloudimg-com-5ca8f888ed415108fd1cae19b2c82b72.png)
12. Then, devices within the same network group can interconnect, and note that all ports are usable. No additional operations are needed, just like in a local area network, including SSH on port 22, FTP on port 23, etc., all can be used.