Nessuna descrizione

LOVECHEN d396fb5d06 Update docker-compose.yml 1 anno fa
.github c73c71cc83 Fixed Dockerfile 1 anno fa
config cf1cfbee96 v1.4.1 1 anno fa
database 85c715a2f6 update axios-init and db.go 1 anno fa
logger 607c5d3598 [feature] add grpc multiMode 1 anno fa
media 7bb3e517b2 update pic v1.4.1 1 anno fa
util 77241c7fcf pruning some codes 1 anno fa
v2ui b73e4173a3 3x-ui 2 anni fa
web b5dd258074 Merge pull request #426 from hamid-gh98/main 1 anno fa
xray 9a89d7bfab spin only in reload time 1 anno fa
.gitignore 733a011b28 update .gitignore 1 anno fa
DockerInit.sh ad1aa5b2f9 Cleaner Docker file with much lighter base image (#387) 1 anno fa
Dockerfile ad1aa5b2f9 Cleaner Docker file with much lighter base image (#387) 1 anno fa
LICENSE b73e4173a3 3x-ui 2 anni fa
README.md 80c1e58ed5 Update README.md 1 anno fa
docker-compose.yml d396fb5d06 Update docker-compose.yml 1 anno fa
go.mod 721fec3b5a Bump gorm.io/gorm from 1.25.0 to 1.25.1 1 anno fa
go.sum 721fec3b5a Bump gorm.io/gorm from 1.25.0 to 1.25.1 1 anno fa
install.sh 5100bbba52 simplify ssl cert 1 anno fa
main.go 6602c55f3c Update main.go 1 anno fa
x-ui.service b73e4173a3 3x-ui 2 anni fa
x-ui.sh 5100bbba52 simplify ssl cert 1 anno fa

README.md

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

GO Version Downloads License

3x-ui panel supporting multi-protocol, Multi-lang (English,Farsi,Chinese)

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

Buy Me a Coffee :

  • Tron 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 v1.4.0:

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

SSL

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

or you can use x-ui menu then number '16' (Apply for an SSL Certificate)

Default settings

  • 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

Environment Variables

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"

Example:

XUI_BIN_FOLDER="bin" XUI_DB_FOLDER="/etc/x-ui" go build main.go

Install with Docker

  1. Install Docker:

    bash <(curl -sSL https://get.docker.com)
    
  2. Run 3x-ui:

    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/mhsanaei/3x-ui:latest

Xray Configurations:

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

WARP Configuration (Optional)

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:

    curl -fsSL https://gist.githubusercontent.com/hamid-gh98/dc5dd9b0cc5b0412af927b1ccdb294c7/raw/install_warp_proxy.sh | bash
    
  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

Features

  • System Status Monitoring
  • Search within all inbounds and clients
  • Support Dark/Light theme UI
  • Support multi-user multi-protocol, web page visualization operation
  • Supported protocols: vmess, vless, trojan, shadowsocks, dokodemo-door, socks, http
  • Support for configuring more transport configurations
  • Traffic statistics, limit traffic, limit expiration time
  • Customizable xray configuration templates
  • Support https access panel (self-provided domain name + ssl certificate)
  • Support one-click SSL certificate application and automatic renewal
  • For more advanced configuration items, please refer to the panel
  • Fix api routes (user setting will create with api)
  • Support to change configs by different items provided in panel
  • Support export/import database from panel

Tg robot use

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

API routes

  • /login with PUSH user data: {username: '', password: ''} for login
  • /xui/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
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)

*- The field clientId should be filled by:

  • client.id for VMESS and VLESS
  • client.password for TROJAN
  • client.email for Shadowsocks

  • Postman Collection

A Special Thanks To

Suggestion System

  • Ubuntu 20.04+
  • Debian 10+
  • CentOS 8+
  • Fedora 36+

Pictures

1 2 3 4 5 6

Stargazers over time

Stargazers over time