Skip to content

Anytls example

In WHMCS

anytls

Install

Manual

Please install the v2node backend using the following command:

bash
wget -N https://raw.githubusercontent.com/wyx2685/v2node/master/script/install.sh && bash install.sh

After installation, edit the configuration file /etc/v2node/config.json as shown below:

json

{
    "Log": {
        "Level": "warning",
        "Output": "",
        "Access": "none"
    },
    "Nodes": [
        {
            "ApiHost": "https://domain.com/modules/addons/v2raysocks_nodes/api/api.php",
            "NodeID": 89,
            "ApiKey": "123456",
            "Timeout": 15
        }
    ]
}

Then upload your certificate files fullchain.crt and private.pem to the directory /etc/v2node/.

After configuration, start the v2node backend using the following command:

bash
v2node

To restart or check the service status, use:

bash
v2node

v2node will start automatically after the server reboots.