# 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
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://proxypanel.gitbook.io/wiki/node/vnet.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
