Xray panel supporting multi-protocol multi-user expire day & traffic & ip limit (Vmess & Vless & Trojan & ShadowSocks & Wireguard)
Find a file
2024-03-10 22:29:24 +08:00
.github Xray v1.8.8 2024-02-25 22:31:01 +03:30
config v2.2.1 2024-02-28 16:37:00 +03:30
database Show outbound traffic in outbounds table (#1711) 2024-01-30 00:07:20 +03:30
logger bug fix log_writer 2024-02-04 01:45:16 +03:30
media Optimize Dark Theme & Ultra Dark (#1889) 2024-02-28 14:35:01 +03:30
sub close modal only after success msg 2024-02-27 16:01:20 +03:30
util minor changes 2024-02-18 01:11:43 +03:30
web Minor Fixes (#1992) 2024-03-09 16:36:16 +03:30
xray [IPLimit] Optimize + Debian 12 compability 2024-03-05 16:39:20 +03:00
.gitignore Update .gitignore 2023-05-20 19:03:31 +04:30
docker-compose.yml docker compose version 2023-12-09 21:20:32 +03:30
DockerEntrypoint.sh Fix fail2ban inside DockerEntrypoint.sh 2023-07-20 21:48:55 +03:30
Dockerfile [docker] use go 1.22 (#1854) 2024-02-21 11:43:09 +03:30
DockerInit.sh Xray v1.8.8 2024-02-25 22:31:01 +03:30
go.mod Bump google.golang.org/grpc from 1.62.0 to 1.62.1 (#1987) 2024-03-06 20:36:23 +03:30
go.sum Bump google.golang.org/grpc from 1.62.0 to 1.62.1 (#1987) 2024-03-06 20:36:23 +03:30
install.sh 更新描述文件&汉化安装脚本和 x-ui 脚本 2024-03-10 22:29:24 +08:00
LICENSE 3x-ui 2023-02-09 22:48:06 +03:30
main.go 更新描述文件&汉化安装脚本和 x-ui 脚本 2024-03-10 22:29:24 +08:00
README.md 更新描述文件&汉化安装脚本和 x-ui 脚本 2024-03-10 22:29:24 +08:00
x-ui.service 3x-ui 2023-02-09 22:48:06 +03:30
x-ui.sh 更新描述文件&汉化安装脚本和 x-ui 脚本 2024-03-10 22:29:24 +08:00

3X-UI

安装 & 更新

bash <(curl -Ls https://raw.githubusercontent.com/jiulingyun/3x-ui/tree/dev/install.sh)

安装指定版本

要安装所需的版本,请将该版本添加到安装命令的末尾。例如: v2.2.1:

bash <(curl -Ls https://raw.githubusercontent.com/jiulingyun/3x-ui/tree/dev/install.sh) v2.2.1

API 路由

点击查看 API 路由详情

使用

  • /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 )

*- 字段“clientId”应由:

  • client.id 适用于 VMESS 和 VLESS

  • client.password 对于 TROJAN

  • client.email 用于 Shadowsocks

  • API Documentation

  • Run In Postman