Download Latest Version x-ui-linux-s390x-english.tar.gz (22.0 MB)
Email in envelope

Get an email when there's a new version of X-UI

Home / 0.3.4.0
Name Modified Size InfoDownloads / Week
Parent folder
x-ui-linux-s390x.tar.gz 2023-02-09 29.0 MB
x-ui-linux-s390x-english.tar.gz 2023-02-09 29.0 MB
x-ui-linux-arm64-english.tar.gz 2023-02-09 27.4 MB
x-ui-linux-amd64-english.tar.gz 2023-02-09 29.3 MB
x-ui-linux-amd64.tar.gz 2023-02-09 29.3 MB
x-ui-linux-arm64.tar.gz 2023-02-09 27.4 MB
0.3.4.0 source code.tar.gz 2022-12-12 16.7 MB
0.3.4.0 source code.zip 2022-12-12 16.7 MB
README.md 2022-12-12 2.0 kB
Totals: 9 Items   204.7 MB 4

New

1.增加VLESS/VMESS/Trojan单端口内所有用户的流量统计与限制
Support VLESS/VMESS/Trojan client traffic restriction and statistics 2.增加utls设置,支持VLESS协议分享链接对fingerprint的支持
Support utls configuration and share link for VLESS 3.更新X-UI后将自动加载更新前的xray core Xray core reload the same version before after X-UI update
4.查看用户信息时以Email作为区分
Use Email as client distinction

Fix

1.修复IP接入显示不准确的问题 Fix IP notification error
2.修正部分英文翻译
Fix some typos in English

Remove

1.去除Trojan内xtls-rprx-vison的选项支持
Remove support for xtls-rprx-vision in Trojan

Chore

1.更新所有依赖
Update all dependencies.

Usage:

本次更新可能会导致数据丢失,请谨慎升级!!
1.开启单个用户的流量统计,如果是全新安装会自动开启;如果是版本升级,需要修改xray配置 ,请将PolicystatsUserUplinkstatsUserDownlink,statsInboundDownlink,statsInboundUplink值改为true。如下所示:

  "policy": {
    "levels": {
      "0": {
        "handshake": 10,
        "connIdle": 100,
        "uplinkOnly": 2,
        "downlinkOnly": 3,
        "statsUserUplink": true,
        "statsUserDownlink": true,
        "bufferSize": 10240
      }
    },
    "system": {
      "statsInboundDownlink": true,
      "statsInboundUplink": true
    }
  },

2.支持对单个用户的流量限制,单位为GB,0代表不做限制;若流量超出限制后自动关闭用户。
image
3.目前不支持重置单个用户的流量统计,重置端口流量即会重置所有用户流量。

Source: README.md, updated 2022-12-12