# 手动安装

## 下载并使用

1. 在此处，根据自身系统选择合适的版本：[Release](https://github.com/wyx2685/V2bX/releases)
2. 解压压缩包，之后运行：`./V2bX server -c config.json`

## 编译并使用

1. 配置go 1.24.0+环境
2. 依次运行

   ```bash
   git clone https://github.com/wyx2685/V2bX
   cd V2bX
   go mod tidy
   go build -v -o ./V2bX -tags "xray sing hysteria2 with_quic with_grpc with_utls with_wireguard with_acme" -trimpath -ldflags "-s -w -buildid="
   ./V2bX server -c config.json
   ```

配置文件详见：[配置文件说明](/v2bx/v2bx-pei-zhi-wen-jian-shuo-ming/config.md)


---

# 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://v2bx.v-50.me/v2bx/v2bx-xia-zai-he-an-zhuang/install/manual.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.
