mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-09-17 07:37:15 +00:00
a09e136001
* docs: add Discord bot to READMEs, architecture, operations guides, and locales * docs: address review feedback on Discord bot formatting, backup commands, and architecture * docs(discord): fix Persian typo and literal arrows on fa/zh bot pages Senior review of #6513, two LOW findings in the two new pages: - fa/operations/discord-bot.mdx:30 spelled "developers" with Cyrillic "де" in place of Persian "ده", rendering a mixed-script word. - Both pages copied `$\rightarrow$` from the en page. The docs site has no math plugin (nothing in source.config.ts, no remark-math installed), so the built HTML shows the literal string "$\rightarrow$" in every menu path. Replaced with a Unicode arrow on fa and zh; en and ru have carried the same since #6486 and are left for a separate change. --------- Co-authored-by: Sanaei <ho3ein.sanaei@gmail.com>
52 lines
1.9 KiB
Plaintext
52 lines
1.9 KiB
Plaintext
---
|
||
title: 3x-ui 文档
|
||
description: 3x-ui 官方文档 —— 用于管理 Xray-core 服务器、代理、客户端与订阅的高级 Web 面板。
|
||
icon: House
|
||
---
|
||
|
||
**3x-ui** 是一个开源 Web 面板,用于部署和管理
|
||
[Xray-core](https://github.com/XTLS/Xray-core) 服务器。它为入站、协议、客户端、流量统计、订阅
|
||
等提供了现代化的控制台 —— 无需在命令行手动编辑 Xray JSON。
|
||
|
||
本站点是官方文档,同时提供一套**交互式、在浏览器内运行的工具**(配置生成器),它们完全运行在你的设备上 —— 任何数据都不会离开页面。
|
||
|
||
## 从这里开始
|
||
|
||
<Cards>
|
||
<Card
|
||
title="什么是 3x-ui?"
|
||
href="/docs/guide"
|
||
description="全景概览:Xray-core、面板,以及它适合谁使用。"
|
||
/>
|
||
<Card
|
||
title="安装"
|
||
href="/docs/guide/installation"
|
||
description="通过脚本、Docker 或手动方式安装。"
|
||
/>
|
||
<Card
|
||
title="首次登录"
|
||
href="/docs/guide/first-login"
|
||
description="访问面板,并在进行其他操作之前对其进行加固。"
|
||
/>
|
||
<Card
|
||
title="REALITY"
|
||
href="/docs/config/reality"
|
||
description="搭配 XTLS-Vision 配置 VLESS + REALITY。"
|
||
/>
|
||
</Cards>
|
||
|
||
## 亮点
|
||
|
||
- **覆盖所有主流协议** —— VLESS、VMess、Trojan、Shadowsocks、WireGuard、
|
||
AmneziaWG、TUIC v5、Hysteria2、SOCKS、HTTP 以及 Dokodemo-door。
|
||
- **REALITY 与 XTLS-Vision** —— 现代化、抗审查的传输方式。
|
||
- **细粒度的客户端管理** —— 流量配额、到期日期、IP 限制、分享
|
||
链接以及 QR 码。
|
||
- **订阅** —— 支持 VLESS、Clash/Mihomo 以及 JSON 格式。
|
||
- **运维能力** —— 多节点管理、Telegram 和 Discord 机器人、备份以及 REST API。
|
||
|
||
<Callout type="info">
|
||
初次接触 Xray?请先阅读 [什么是 3x-ui?](/docs/guide) —— 它解释了面板、Xray-core 与
|
||
你的客户端应用如何协同工作。
|
||
</Callout>
|