> For the complete documentation index, see [llms.txt](https://proxypanel.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://proxypanel.gitbook.io/wiki/node/vnet.md).

# Vnet

## 预设值

1. 新建线路；
2. 在 设置 - 系统设置 -节点设置 中设置【授权域名】；

## 安装

访问<https://demo.proxypanel.ml/admin/node/auth> 可获得全部所需代码；

### SSR

```
(yum install curl 2> /dev/null || apt install curl 2> /dev/null) \
&& curl -L -s https://bit.ly/3828OP1 \
| WEB_API="授权域名" \
NODE_ID=线路id \
NODE_KEY=线路通信密钥节点 \
bash
```

### V2Ray

```
(yum install curl 2> /dev/null || apt install curl 2> /dev/null) \
&& curl -L -s https://bit.ly/3oO3HZy \
| WEB_API="授权域名" \
NODE_ID=线路id \
NODE_KEY=线路通信密钥节点 \
bash
```
