# 主页

Ito-Xray后端是针对SSPanel和V2Board而制作的高性能Xray后端管理程序。

使用Go语言重新优化编译Ito-Xray后端，采用“前+后”模块化设计，使得程序与Core分离。相比其他商业后端，我们大幅度改善了性能调度和调优参数，不仅如此，用户还可以自行升级Xray-Core内核，享受最新特性和功能。尽可能使得软件层面优化达到多用户后端的新高度。

![Ito-Xray模块化设计](/files/-Mfzww5HGMVK8P3GM7QJ)

其他后端程序大多采用的是Docker容器模式，每个容器需要启动一个新的V2ray程序，大幅度增加资CPU，内存源消耗。同时无法直通IPV6，增加Netfilx，HBO等流媒体的解锁成本。

![其他后端程序](/files/-MfzzazX-1lKn6KSBRlZ)

目前，Ito-Xray仅支持Vmess。Vless、Trojan、SS、SSR等协议也在紧锣密鼓的筹备中。我们希望Ito-Xray带给用户的是最稳定的体验。

## **功能实现**

| 项目    | **Vmess** |
| ----- | --------- |
| 流量统计  | ⚪         |
| 带宽限制  | ⚪         |
| IP数限制 | ⚪         |
| 设备限制  | ⚪         |
| 信息上报  | ⚪         |
| 负载上报  | ⚪         |
| 审计下发  | ⚪         |
| 封禁处理  | ⚪         |
| 申请证书  | ⚪         |
| 自动续签  | ⚪         |
| 时间同步  | ⚪         |
| 多IP指定 | ⚪         |

等功能。同时，我们欢迎大家提供宝贵的意见，以便我们更好的优化Ito-Xray。

## 面板支持

| 面板      | Vmess | Vless  | Trojan |
| ------- | ----- | ------ | ------ |
| SSPanel | ⚪     | 开发中... | 计划...  |
| V2Board | ⚪     | 开发中... | 计划...  |

目前我们以最主流的两个面板作为开发对象，如果有更多面板支持的需求，我们会进一步进行适配响应。

## VMESS支持

| 协议         | 参数                                            |
| ---------- | --------------------------------------------- |
| VMESS      | `TCP`、`TCP+TLS`、`WS`、`WS+TLS`、`H2C`、`H2C+TLS` |
| VMESS-AEAD | `TCP`、`TCP+TLS`、`WS`、`WS+TLS`、`H2C`、`H2C+TLS` |
| VLESS      | 开发中...                                        |

我们去掉了`GRPC`等较少使用频率的参数以精简内核保证稳定性和转发效率。


---

# 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://wiki.itoxray.com/master.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.
