Xray panel supporting multi-protocol multi-user expire day & traffic & IP limit (Vmess & Vless & Trojan & ShadowSocks & Wireguard)
Go to file
Hamidreza Ghavami 81372de369 update en lang
2023-04-14 00:08:37 +04:30
.github Bump actions/checkout from 3.5.0 to 3.5.1 2023-04-13 10:04:59 +00:00
config update db config path 2023-04-14 00:03:46 +04:30
database http header bug fixed 2023-04-10 14:33:50 +03:30
logger 3x-ui 2023-02-09 22:48:06 +03:30
media pic update v1.2.0 2023-04-10 22:31:32 +03:30
util alireza 2023-03-17 19:37:49 +03:30
v2ui 3x-ui 2023-02-09 22:48:06 +03:30
web update en lang 2023-04-14 00:08:37 +04:30
xray ip limit + export links 2023-02-28 23:24:29 +03:30
.gitignore en lang edit, new designed 2023-02-12 17:20:09 +03:30
go.mod update dependencies 2023-04-12 00:05:49 +03:30
go.sum update dependencies 2023-04-12 00:05:49 +03:30
install.sh Update install.sh 2023-04-12 01:40:33 +03:30
LICENSE 3x-ui 2023-02-09 22:48:06 +03:30
main.go alireza 2023-03-17 19:37:49 +03:30
README.md Update README.md - API routes 2023-04-11 23:09:29 +03:30
x-ui.service 3x-ui 2023-02-09 22:48:06 +03:30
x-ui.sh update speedtest link 2023-04-12 23:41:34 +03:30

3x-ui

GO Version Downloads License

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

xray panel supporting multi-protocol, Multi-lang (English,Farsi,Chinese)

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.0.9:

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

SSL

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

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

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

  • http:// ip or domain:2053/xui

After you set ssl on settings

Enable Traffic For Users:

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

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)

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)
  • @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
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 "/delClient/:email" Delete Client
POST "/updateClient/:index" Update Client
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

A Special Thanks To

Suggestion System

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

Pictures

1 2 3 4

Stargazers over time

Stargazers over time