Xray panel supporting multi-protocol multi-user expire day & traffic & ip limit (Vmess & Vless & Trojan & ShadowSocks & Wireguard)
Find a file
Claude bcf1ed20e7
Restore original download-based install, point to yelloduxx fork
- install.sh now downloads pre-built binaries from yelloduxx/3x-ui
  GitHub Releases, exactly like the original MHSanaei script
- All GitHub URLs (releases, raw content) point to yelloduxx/3x-ui
- release.yml workflow triggers on our branch so GitHub Actions
  will build and publish release artifacts automatically
- Removed build-from-source approach (Go/gcc install no longer needed)

https://claude.ai/code/session_01RQBndg4ZPmYAToK4KKcBzp
2026-02-17 10:40:37 +00:00
.github Restore original download-based install, point to yelloduxx fork 2026-02-17 10:40:37 +00:00
.vscode DevTools 2025-10-02 01:47:12 +02:00
config v2.8.10 2026-02-11 18:21:43 +01:00
database Add TrustTunnel protocol support as a separate managed process 2026-02-17 09:45:32 +00:00
logger feat: add file logger support (#3575) 2025-10-09 17:39:29 +02:00
media donate: nowpayments 2025-09-18 20:14:10 +02:00
sub Improve telego client robustness and retries 2026-02-14 22:49:19 +01:00
trusttunnel Add TrustTunnel protocol support as a separate managed process 2026-02-17 09:45:32 +00:00
util Refactor code and fix linter warnings (#3627) 2026-01-05 05:54:56 +01:00
web Add TrustTunnel protocol support as a separate managed process 2026-02-17 09:45:32 +00:00
windows_files Update OpenSSL installer to version 3.6.0 2026-01-05 18:49:30 +01:00
xray Add url speed test for outbound (#3767) 2026-02-09 21:43:17 +01:00
.env.example fix: display of outbound traffic (#3604) 2025-12-23 15:43:25 +01:00
.gitignore Moved DB to same app folder on Windows (#3340) 2025-08-13 23:19:59 +02:00
CONTRIBUTING.md fix: display of outbound traffic (#3604) 2025-12-23 15:43:25 +01:00
docker-compose.yml chore: build image in docker compose 2025-06-13 15:25:13 +07:00
DockerEntrypoint.sh chore: X_UI_ENABLE_FAIL2BAN -> XUI_ENABLE_FAIL2BAN (#3030) 2025-05-22 08:21:23 +02:00
Dockerfile Bump Go to 1.26 2026-02-16 01:10:43 +01:00
DockerInit.sh Xray Core v26.2.6 and dependency updates 2026-02-09 12:49:32 +01:00
go.mod Bump Go to 1.26 2026-02-16 01:10:43 +01:00
go.sum Bump Go to 1.26 2026-02-16 01:10:43 +01:00
install.sh Restore original download-based install, point to yelloduxx fork 2026-02-17 10:40:37 +00:00
LICENSE 3x-ui 2023-02-09 22:48:06 +03:30
main.go Refactor code and fix linter warnings (#3627) 2026-01-05 05:54:56 +01:00
README.ar_EG.md readme: Go Report Card,Go Reference 2025-09-19 10:29:34 +02:00
README.es_ES.md readme: Go Report Card,Go Reference 2025-09-19 10:29:34 +02:00
README.fa_IR.md readme: Go Report Card,Go Reference 2025-09-19 10:29:34 +02:00
README.md Fix install script URL to point to this fork's repository 2026-02-17 09:58:02 +00:00
README.ru_RU.md readme: Go Report Card,Go Reference 2025-09-19 10:29:34 +02:00
README.zh_CN.md readme: Go Report Card,Go Reference 2025-09-19 10:29:34 +02:00
update.sh Require HTTP 200 from curl before using IP 2026-02-11 21:32:23 +01:00
x-ui.rc Add Alpine Linux support (#3534) 2025-09-22 21:56:43 +02:00
x-ui.service.arch Add x-ui.service.arch file (#3650) 2026-01-18 15:41:07 +01:00
x-ui.service.debian Added EnvironmentFile to systemd unit (#3606) 2026-01-03 03:37:48 +01:00
x-ui.service.rhel Added EnvironmentFile to systemd unit (#3606) 2026-01-03 03:37:48 +01:00
x-ui.sh Require HTTP 200 from curl before using IP 2026-02-11 21:32:23 +01:00

English | فارسی | العربية | 中文 | Español | Русский

3x-ui

Release Build GO Version Downloads License Go Reference Go Report Card

3X-UI — advanced, open-source web-based control panel designed for managing Xray-core server. It offers a user-friendly interface for configuring and monitoring various VPN and proxy protocols.

Important

This project is only for personal usage, please do not use it for illegal purposes, and please do not use it in a production environment.

As an enhanced fork of the original X-UI project, 3X-UI provides improved stability, broader protocol support, and additional features.

TrustTunnel Support

This fork adds support for TrustTunnel — a fast VPN protocol by AdGuard, written in Rust. TrustTunnel runs as a separate process alongside Xray and can be managed through the same panel UI.

How it works

  • TrustTunnel appears as a protocol option (trusttunnel) when creating a new inbound
  • Each TrustTunnel inbound runs its own process independently of Xray
  • Supports multiple clients with username/password authentication
  • Supports HTTP/1.1, HTTP/2, and QUIC (HTTP/3) transports
  • Uses its own TLS certificates (configured per inbound)

Installation

  1. Install the TrustTunnel binary:
curl -fsSL https://raw.githubusercontent.com/TrustTunnel/TrustTunnel/refs/heads/master/scripts/install.sh | sh -s --
  1. Install/update 3x-ui from this fork:
bash <(curl -Ls https://raw.githubusercontent.com/yelloduxx/3x-ui/master/install.sh)
  1. In the panel, create a new inbound and select trusttunnel as the protocol

Configuration

When creating a TrustTunnel inbound, you need to specify:

Field Description
Port Listen port (e.g., 443)
Hostname Domain name for TLS SNI matching
Certificate Path Path to TLS certificate chain (PEM)
Private Key Path Path to TLS private key (PEM)
Transport Protocols Enable/disable HTTP/1.1, HTTP/2, QUIC
Clients Username/password pairs for authentication

Upgrading 3x-ui

TrustTunnel integration is designed for minimal merge conflicts:

  • 3 new files are fully isolated (trusttunnel/process.go, web/service/trusttunnel.go, web/html/form/protocol/trusttunnel.html)
  • Changes to existing files are small and clearly marked
  • No database schema changes — settings are stored as JSON in the existing Settings field

Quick Start

bash <(curl -Ls https://raw.githubusercontent.com/yelloduxx/3x-ui/master/install.sh)

For full documentation, please visit the project Wiki.

A Special Thanks to

Acknowledgment

  • Iran v2ray rules (License: GPL-3.0): Enhanced v2ray/xray and v2ray/xray-clients routing rules with built-in Iranian domains and a focus on security and adblocking.
  • Russia v2ray rules (License: GPL-3.0): This repository contains automatically updated V2Ray routing rules based on data on blocked domains and addresses in Russia.

Support project

If this project is helpful to you, you may wish to give it a🌟

Buy Me A Coffee
Crypto donation button by NOWPayments

Stargazers over Time

Stargazers over time