faq.mdx 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. ---
  2. title: FAQ
  3. description: Frequently asked questions about 3x-ui — licensing, supported systems, databases, and clients.
  4. icon: CircleQuestionMark
  5. ---
  6. ## Is 3x-ui free and open source?
  7. Yes. 3x-ui is open source under the GPL-3.0 license. The source is on
  8. [GitHub](https://github.com/MHSanaei/3x-ui).
  9. ## What systems does it run on?
  10. Most major Linux distributions (Ubuntu, Debian, CentOS/RHEL and derivatives,
  11. Fedora, Arch, Alpine, and more) across `amd64`, `arm64`, and other architectures.
  12. It also runs as a Docker container. See [Installation](/docs/guide/installation).
  13. ## SQLite or PostgreSQL?
  14. SQLite is the default and is fine for most deployments. PostgreSQL is available
  15. for larger setups via `XUI_DB_TYPE=postgres` and `XUI_DB_DSN` — see the
  16. [environment variables](/docs/reference/env-vars).
  17. ## Which client apps work with it?
  18. Any Xray-compatible client — for example v2rayNG, Hiddify, and Clash/Mihomo.
  19. Import a client's share link or QR code, or use a
  20. [subscription](/docs/config/subscription).
  21. ## How is 3x-ui different from x-ui?
  22. 3x-ui is an enhanced fork of the original X-UI project. It adds broader protocol
  23. support, improved stability, per-client traffic accounting, multi-node
  24. management, a 13-language UI, and many quality-of-life features.
  25. ## How do I update?
  26. Re-run the install script (it updates in place), or pull the new Docker image.
  27. See [Installation](/docs/guide/installation) and the
  28. [releases page](https://github.com/MHSanaei/3x-ui/releases).
  29. ## Where can I get help?
  30. Join the official Telegram channel [@XrayUI](https://t.me/XrayUI) for
  31. announcements and community support, or open an issue on
  32. [GitHub](https://github.com/MHSanaei/3x-ui/issues). For common problems, start
  33. with [Troubleshooting](/docs/help/troubleshooting).