index.mdx 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. ---
  2. title: 3x-ui Documentation
  3. description: Official documentation for 3x-ui — an advanced web panel for managing Xray-core servers, proxies, clients, and subscriptions.
  4. icon: House
  5. ---
  6. **3x-ui** is an open-source web panel for deploying and managing
  7. [Xray-core](https://github.com/XTLS/Xray-core) servers. It gives you a modern
  8. dashboard for inbounds, protocols, clients, traffic accounting, subscriptions,
  9. and more — without hand-editing Xray JSON on the command line.
  10. This site is the official documentation and a set of **interactive, in-browser
  11. tools** (config generators) that run entirely on your device — no data ever
  12. leaves the page.
  13. ## Start here
  14. <Cards>
  15. <Card
  16. title="What is 3x-ui?"
  17. href="/docs/guide"
  18. description="The big picture: Xray-core, the panel, and who it's for."
  19. />
  20. <Card
  21. title="Installation"
  22. href="/docs/guide/installation"
  23. description="Install via script, Docker, or manually."
  24. />
  25. <Card
  26. title="First login"
  27. href="/docs/guide/first-login"
  28. description="Reach the panel and harden it before anything else."
  29. />
  30. <Card
  31. title="REALITY"
  32. href="/docs/config/reality"
  33. description="Set up VLESS + REALITY with XTLS-Vision."
  34. />
  35. </Cards>
  36. ## Highlights
  37. - **Every major protocol** — VLESS, VMess, Trojan, Shadowsocks, WireGuard,
  38. Hysteria2, SOCKS, HTTP, and Dokodemo-door.
  39. - **REALITY & XTLS-Vision** — modern, censorship-resistant transports.
  40. - **Per-client controls** — traffic quotas, expiry dates, IP limits, share
  41. links, and QR codes.
  42. - **Subscriptions** — VLESS, Clash/Mihomo, and JSON formats.
  43. - **Operations** — multi-node management, Telegram bot, backups, and a REST API.
  44. <Callout type="info">
  45. New to Xray? Read [What is 3x-ui?](/docs/guide) first — it explains how the panel, Xray-core, and
  46. your client apps fit together.
  47. </Callout>