Candy

Use Community Server

中文文档

The community server supports user-level isolation and supports one user creating multiple networks.

The server will periodically clean up inactive users. Please ensure that at least one device has connected to the server in the short term, or manually log in to the server management page.

Register

Register on the community server register page. In the example, the username is username.

Use Default Network

View the network and notice that there is already a default network named @ with password ZrhaUcz1.

Clients connecting to this network only need to modify the following configuration. For the location of the configuration file, please refer to the relevant documentation for client installation:

websocket = "wss://canets.org/username"
password = "ZrhaUcz1"

Multiple Networks

Click Add in the upper left corner to create multiple networks, for example:

This new network has:

The client configuration should be:

websocket = "wss://canets.org/username/netname"
password = ""

To assign a static address 10.0.0.1/24 to a specific client, just modify the configuration:

tun = "10.0.0.1/24"