Žiadny popis

dependabot[bot] e50b8db6c5 Bump docker/metadata-action from 5.4.0 to 5.5.0 (#1536) 1 rok pred
.github e50b8db6c5 Bump docker/metadata-action from 5.4.0 to 5.5.0 (#1536) 1 rok pred
config c0d8f931da v2.0.2 1 rok pred
database 6411facf6a Update DB WAL before backup #1300 1 rok pred
logger 4fca34f7b5 change in logger 1 rok pred
media 775042459d Update CSS & README (#1335) 1 rok pred
sub c76199514a added Jalalian datepicker (shamsi) (#1460) 1 rok pred
util c38e1e0cfe a lot of improvement 1 rok pred
web 0734f4cd54 Update translate.en_US.toml (#1522) 1 rok pred
xray 5e3478f1c1 socks5 proxy option added to telegram bot settings (#1500) 1 rok pred
.gitignore 3166d497f9 Update .gitignore 1 rok pred
DockerEntrypoint.sh e63d2644bd Fix fail2ban inside DockerEntrypoint.sh 1 rok pred
DockerInit.sh a2bdf23940 Update support for new architecture ARM devices and added support for more OS. (#1389) 1 rok pred
Dockerfile af54b34f3a v2.0.0 1 rok pred
LICENSE b73e4173a3 3x-ui 2 rokov pred
README.md fbab0df504 Update README.md (#1521) 1 rok pred
docker-compose.yml 655e17e162 docker compose version 1 rok pred
go.mod 5e3478f1c1 socks5 proxy option added to telegram bot settings (#1500) 1 rok pred
go.sum 0a4c8ffcf5 Bump github.com/shirou/gopsutil/v3 from 3.23.11 to 3.23.12 (#1492) 1 rok pred
install.sh 6a41e19f7a Update README and added support for AlmaLinux. (#1435) 1 rok pred
main.go 5188d516e3 new - loglevel (#612) 1 rok pred
x-ui.service b73e4173a3 3x-ui 2 rokov pred
x-ui.sh 31e9734414 bash - Multi protocol support (#1496) 1 rok pred

README.md

3X-UI

A Fully Featured Panel Built on Xray Core

Disclaimer: This project is only for personal learning and communication, please do not use it for illegal purposes, please do not use it in a production environment

GO Version Downloads License

If you think this project is helpful to you, you may wish to give a :star2:

Buy Me a Coffee :

  • USDT (TRC20): TXncxkvhkDWGts487Pjqq1qT9JmwRUz8CC

Install & Upgrade

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

Install Custom Version

To install your desired version you can add the version to the end of install command. Example for ver v2.0.2:

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

SSL

apt-get install certbot -y
certbot certonly --standalone --agree-tos --register-unsafely-without-email -d yourdomain.com
certbot renew --dry-run

You also can use x-ui menu then select SSL Certificate Management

Languages

  • English
  • Farsi
  • Chinese
  • Russian
  • Vietnamese
  • Spanish

Features

  • System Status Monitoring
  • Search within all inbounds and clients
  • Dark/Light theme
  • Supports multi-user and multi-protocol
  • Supports protocols, including VMess, VLESS, Trojan, Shadowsocks, Dokodemo-door, Socks, HTTP
  • Supports XTLS native Protocols, including RPRX-Direct, Vision, REALITY
  • Traffic statistics, traffic limit, expiration time limit
  • Customizable Xray configuration templates
  • Supports HTTPS access panel (self-provided domain name + SSL certificate)
  • Supports One-Click SSL certificate application and automatic renewal
  • For more advanced configuration items, please refer to the panel
  • Fixes API routes (user setting will be created with API)
  • Supports changing configs by different items provided in the panel.
  • Supports export/import database from the panel

Manual Install & Upgrade

Click for manual install details #### Usage 1. To download the latest version of the compressed package directly to your server, run the following command: ```sh ARCH=$(uname -m) [[ "${ARCH}" == "aarch64" || "${ARCH}" == "arm64" ]] && XUI_ARCH="arm64" || XUI_ARCH="amd64" wget https://github.com/MHSanaei/3x-ui/releases/latest/download/x-ui-linux-${XUI_ARCH}.tar.gz ``` 2. Once the compressed package is downloaded, execute the following commands to install or upgrade x-ui: ```sh ARCH=$(uname -m) [[ "${ARCH}" == "aarch64" || "${ARCH}" == "arm64" ]] && XUI_ARCH="arm64" || XUI_ARCH="amd64" cd /root/ rm -rf x-ui/ /usr/local/x-ui/ /usr/bin/x-ui tar zxvf x-ui-linux-${XUI_ARCH}.tar.gz chmod +x x-ui/x-ui x-ui/bin/xray-linux-* x-ui/x-ui.sh cp x-ui/x-ui.sh /usr/bin/x-ui cp -f x-ui/x-ui.service /etc/systemd/system/ mv x-ui/ /usr/local/ systemctl daemon-reload systemctl enable x-ui systemctl restart x-ui ```

Install with Docker

Click for Docker details #### Usage 1. Install Docker: ```sh bash <(curl -sSL https://get.docker.com) ``` 2. Clone the Project Repository: ```sh git clone https://github.com/MHSanaei/3x-ui.git cd 3x-ui ``` 3. Start the Service ```sh docker compose up -d ``` OR ```sh docker run -itd \ -e XRAY_VMESS_AEAD_FORCED=false \ -v $PWD/db/:/etc/x-ui/ \ -v $PWD/cert/:/root/cert/ \ --network=host \ --restart=unless-stopped \ --name 3x-ui \ ghcr.io/mhsanaei/3x-ui:latest ```

Default Settings

Click for default settings details - Port: 2053 - username and password will be generated randomly if you skip to modify your own security(x-ui "7") - database path: /etc/x-ui/x-ui.db - xray config path: /usr/local/x-ui/bin/config.json Before you set ssl on settings - http://ip:2053/panel - http://domain:2053/panel After you set ssl on settings - https://yourdomain:2053/panel

Xray Configurations:

Click for Xray configurations details **Copy & paste to xray Configuration:** (you don't need to do this if you have a fresh install) - [traffic](./media/configs/traffic.json) - [traffic + Block all Iran IP address](./media/configs/traffic+block-iran-ip.json) - [traffic + Block all Iran Domains](./media/configs/traffic+block-iran-domains.json) - [traffic + Block Ads + Use IPv4 for Google](./media/configs/traffic+block-ads+ipv4-google.json) - [traffic + Block Ads + Route Google + Netflix + Spotify + OpenAI (ChatGPT) to WARP](./media/configs/traffic+block-ads+warp.json)

WARP Configuration (Optional)

Click for WARP configuration details #### Usage If you want to use routing to WARP follow steps as below: 1. If you already installed warp, you can uninstall using below command: ```sh warp u ``` 2. Install WARP on **SOCKS Proxy Mode**: ```sh bash <(curl -sSL https://raw.githubusercontent.com/hamid-gh98/x-ui-scripts/main/install_warp_proxy.sh) ``` 3. Turn on the config you need in panel or [Copy and paste this file to Xray Configuration](./media/configs/traffic+block-ads+warp.json) Config Features: - Block Ads - Route Google + Netflix + Spotify + OpenAI (ChatGPT) to WARP - Fix Google 403 error

IP Limit

Click for IP limit details #### Usage **Note: IP Limit won't work correctly when using IP Tunnel** - For versions up to `v1.6.1`: - IP limit is built-in into the panel. - For versions `v1.7.0` and newer: - To make IP Limit work properly, you need to install fail2ban and its required files by following these steps: 1. Use the `x-ui` command inside the shell. 2. Select `IP Limit Management`. 3. Choose the appropriate options based on your needs. - make sure you have access.log on your Xray Configuration ```sh "log": { "loglevel": "warning", "access": "./access.log", "error": "./error.log" }, ```

Telegram Bot

Click for Telegram bot details #### Usage X-UI supports daily traffic notification, panel login reminder and other functions through the Tg robot. To use the Tg robot, you need to apply for the specific application tutorial. You can refer to the [blog](https://coderfan.net/how-to-use-telegram-bot-to-alarm-you-when-someone-login-into-your-vps.html) Set the robot-related parameters in the panel background, including: - Tg robot Token - Tg robot ChatId - Tg robot cycle runtime, in crontab syntax - Tg robot Expiration threshold - Tg robot Traffic threshold - Tg robot Enable send backup in cycle runtime - Tg robot Enable CPU usage alarm threshold **Reference syntax:** - `30 \* \* \* \* \*` - Notify at the 30s of each point - `0 \*/10 \* \* \* \*` - Notify at the first second of each 10 minutes - `@hourly` - Hourly notification - `@daily` - Daily notification (00:00 in the morning) - `@weekly` - weekly notification - `@every 8h` - Notify every 8 hours ### Telegram Bot Features - Report periodic - Login notification - CPU threshold notification - Threshold for Expiration time and Traffic to report in advance - Support client report menu if client's telegram username added to the user's configurations - Support telegram traffic report searched with UUID (VMESS/VLESS) or Password (TROJAN) - anonymously - Menu based bot - Search client by email ( only admin ) - Check all inbounds - Check server status - Check depleted users - Receive backup by request and in periodic reports - Multi language bot ### Setting up Telegram bot - Start [Botfather](https://t.me/BotFather) in your Telegram account: ![Botfather](./media/botfather.png) - Create a new Bot using /newbot command: It will ask you 2 questions, A name and a username for your bot. Note that the username has to end with the word "bot". ![Create new bot](./media/newbot.png) - Start the bot you've just created. You can find the link to your bot here. ![token](./media/token.png) - Enter your panel and config Telegram bot settings like below: ![Panel Config](./media/panel-bot-config.png) Enter your bot token in input field number 3. Enter the user ID in input field number 4. The Telegram accounts with this id will be the bot admin. (You can enter more than one, Just separate them with ,) - How to get Telegram user ID? Use this [bot](https://t.me/useridinfobot), Start the bot and it will give you the Telegram user ID. ![User ID](./media/user-id.png)

API Routes

Click for API routes details #### Usage - `/login` with `POST` user data: `{username: '', password: ''}` for login - `/panel/api/inbounds` base for following actions: | Method | Path | Action | | :----: | ---------------------------------- | ------------------------------------------- | | `GET` | `"/list"` | Get all inbounds | | `GET` | `"/get/:id"` | Get inbound with inbound.id | | `GET` | `"/getClientTraffics/:email"` | Get Client Traffics with email | | `GET` | `"/createbackup"` | Telegram bot sends backup to admins | | `POST` | `"/add"` | Add inbound | | `POST` | `"/del/:id"` | Delete Inbound | | `POST` | `"/update/:id"` | Update Inbound | | `POST` | `"/clientIps/:email"` | Client Ip address | | `POST` | `"/clearClientIps/:email"` | Clear Client Ip address | | `POST` | `"/addClient"` | Add Client to inbound | | `POST` | `"/:id/delClient/:clientId"` | Delete Client by clientId\* | | `POST` | `"/updateClient/:clientId"` | Update Client by clientId\* | | `POST` | `"/:id/resetClientTraffic/:email"` | Reset Client's Traffic | | `POST` | `"/resetAllTraffics"` | Reset traffics of all inbounds | | `POST` | `"/resetAllClientTraffics/:id"` | Reset traffics of all clients in an inbound | | `POST` | `"/delDepletedClients/:id"` | Delete inbound depleted clients (-1: all) | | `POST` | `"/onlines"` | Get Online users ( list of emails ) | \*- The field `clientId` should be filled by: - `client.id` for VMESS and VLESS - `client.password` for TROJAN - `client.email` for Shadowsocks - [API Documentation](https://documenter.getpostman.com/view/16802678/2s9YkgD5jm) - [Run In Postman](https://app.getpostman.com/run-collection/16802678-1a4c9270-ac77-40ed-959a-7aa56dc4a4?action=collection%2Ffork&source=rip_markdown&collection-url=entityId%3D16802678-1a4c9270-ac77-40ed-959a-7aa56dc4a4%26entityType%3Dcollection%26workspaceId%3D2cd38c01-c851-4a15-a972-f181c23359)

Environment Variables

Click for environment variables details #### Usage | Variable | Type | Default | | -------------- | :--------------------------------------------: | :------------ | | XUI_LOG_LEVEL | `"debug"` \| `"info"` \| `"warn"` \| `"error"` | `"info"` | | XUI_DEBUG | `boolean` | `false` | | XUI_BIN_FOLDER | `string` | `"bin"` | | XUI_DB_FOLDER | `string` | `"/etc/x-ui"` | | XUI_LOG_FOLDER | `string` | `"/var/log"` | Example: ```sh XUI_BIN_FOLDER="bin" XUI_DB_FOLDER="/etc/x-ui" go build main.go ```

OS

  • Ubuntu 20.04+
  • Debian 10+
  • CentOS 8+
  • Fedora 36+
  • Arch Linux
  • Manjaro
  • Armbian
  • AlmaLinux 9+

Preview

1 2 3 4 5 6 7

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.
  • Vietnam Adblock rules (License: GPL-3.0): A hosted domain hosted in Vietnam and blocklist with the most efficiency for Vietnamese.

Stargazers over Time

Stargazers over time