Xray panel supporting multi-protocol multi-user expire day & traffic & ip limit (Vmess & Vless & Trojan & ShadowSocks & Wireguard)
Find a file
2023-08-30 07:56:29 +07:00
.github Delete docker.yml 2023-08-30 07:56:29 +07:00
config Update version 2023-08-30 07:34:55 +07:00
database 🚀 Some improvements for x-ui.sh and ip job (#665) 2023-07-01 15:56:43 +03:30
logger log level & syslog 2023-07-31 20:11:47 +03:30
media Setting up a Telegram bot README.md (#972) 2023-08-27 02:18:09 +03:30
sub v1.7.7 2023-08-26 22:24:56 +03:30
util a lot of improvement 2023-05-23 02:43:15 +03:30
web Add files via upload 2023-08-30 07:32:19 +07:00
xray Add files via upload 2023-08-30 07:27:45 +07:00
.gitignore Update .gitignore 2023-05-20 19:03:31 +04:30
acme.sh Add files via upload 2023-08-30 07:27:45 +07:00
docker-compose.yml Update docker-compose.yml 2023-05-13 22:55:47 +08:00
DockerEntrypoint.sh Fix fail2ban inside DockerEntrypoint.sh 2023-07-20 21:48:55 +03:30
Dockerfile Add files via upload 2023-08-30 07:27:45 +07:00
DockerInit.sh Add files via upload 2023-08-30 07:27:45 +07:00
go.mod Add files via upload 2023-08-30 07:27:45 +07:00
go.sum Add files via upload 2023-08-30 07:27:45 +07:00
install.sh Update install.sh 2023-08-30 07:46:54 +07:00
LICENSE 3x-ui 2023-02-09 22:48:06 +03:30
main.go new - loglevel (#612) 2023-06-16 18:25:33 +03:30
README.md Update README.md 2023-08-30 07:45:41 +07:00
x-ui.service 3x-ui 2023-02-09 22:48:06 +03:30
x-ui.sh Add files via upload 2023-08-30 07:27:45 +07:00

x-ui

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

Install & Upgrade

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

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

Manual Install & Upgrade

Click for Manual Install details
  1. To download the latest version of the compressed package directly to your server, run the following command:
ARCH=$(uname -m)
[[ "${ARCH}" == "aarch64" || "${ARCH}" == "arm64" ]] && XUI_ARCH="arm64" || XUI_ARCH="amd64"
wget https://github.com/quydang04/x-ui/releases/latest/download/x-ui-linux-${XUI_ARCH}.tar.gz
  1. Once the compressed package is downloaded, execute the following commands to install or upgrade x-ui:
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
  1. Install Docker:

    bash <(curl -sSL https://get.docker.com)
    
  2. Clone the Project Repository:

    git clone https://github.com/quydang04/x-ui.git
    cd x-ui
    
  3. Start the Service

    docker compose up -d
    

    OR

    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/quydang04/x-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

After you set ssl on settings

Xray Configurations:

Click for Xray Configurations details

copy and paste to xray Configuration : (you don't need to do this if you have a fresh install)

WARP Configuration (Optional)

Click for WARP Configuration details

If you want to use routing to WARP follow steps as below:

  1. If you already installed warp, you can uninstall using below command:

    warp u
    
  2. Install WARP on socks proxy mode:

    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

    Config Features:

    • Block Ads
    • Route Google + Netflix + Spotify + OpenAI (ChatGPT) to WARP
    • Fix Google 403 error

IP Limit

Click for IP Limit details

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.

Telegram Bot

Click for Telegram Bot details

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 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

A Special Thanks To

Suggestion System

  • Ubuntu 20.04+
  • Debian 10+
  • CentOS 7+
  • Fedora 30+