Logo
Explore Help
Register Sign In
3344/3x-ui
1
0
Fork 0
You've already forked 3x-ui
Code Issues Pull Requests Actions Packages Projects Releases 99 Wiki Activity

99 Releases 101 Tags

RSS Feed
  • v2.8.8 d8c783a296
    Compare

    v2.8.8 Stable

    MHSanaei released this 2026-01-19 01:01:58 +08:00 | 3 commits to main since this release

    What's Changed

    New

    • Add Hysteria2 outbound protocol support
    • Add TUN protocol for inbound
    • Add UDP mask support for Hysteria outbound
    • Add x-ui.service.arch file @nebulosa2007
    • Add port selection and checks for ACME HTTP-01 listener
    • Added curl package to Dockerfile @VolgaIgor

    Update & improvement

    • Update minimum Xray version requirement
    • feat: improve BBR management with sysctl.d and backup support @nebulosa2007
    • Feature: Use of username and passwords consisting of several words @vorontsov-amd
    • Enhance WebSocket client connection logic and improve event listener management @lolka1333
    • refactor update geofiles fuctions @nebulosa2007
    • Refactor ca-certificate dependency @nebulosa2007
    • Default listen address to 0.0.0.0 in GenXrayInboundConfig
    • Xray Core v26.1.18

    Bug fixed

    • Fixed incorrect filtering for IDN top-level domains @VolgaIgor
    • Return nil if no error in GetXrayErr

    Reports

    • GitHub Downloads
    • GitHub Downloads
    • GitHub Downloads
    • GitHub Downloads
    • GitHub Downloads
    • GitHub Downloads
    • GitHub Downloads
    • GitHub Downloads
    • GitHub Downloads

    Full Changelog: https://github.com/MHSanaei/3x-ui/compare/v2.8.7...v2.8.8

    Downloads
    • x-ui-linux-386.tar.gz
      62 MiB
      2026-01-19 01:11:42 +08:00
    • x-ui-linux-amd64.tar.gz
      64 MiB
      2026-01-19 01:12:00 +08:00
    • x-ui-linux-arm64.tar.gz
      61 MiB
      2026-01-19 01:11:38 +08:00
    • x-ui-linux-armv5.tar.gz
      62 MiB
      2026-01-19 01:10:10 +08:00
    • x-ui-linux-armv6.tar.gz
      62 MiB
      2026-01-19 01:11:44 +08:00
    • x-ui-linux-armv7.tar.gz
      62 MiB
      2026-01-19 01:11:32 +08:00
    • x-ui-linux-s390x.tar.gz
      63 MiB
      2026-01-19 01:11:38 +08:00
    • x-ui-windows-amd64.zip
      70 MiB
      2026-01-19 01:10:53 +08:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v2.8.7 7b0a3929ff
    Compare

    v2.8.7 Stable

    MHSanaei released this 2026-01-06 02:00:36 +08:00 | 20 commits to main since this release

    What's Changed

    New

    • ip cert

    Update & improvement

    • mtu to 1250
    • Update fasthttp to v1.69.0
    • Update OpenSSL installer to version 3.6.0

    Bug fixed

    • feat: Real-time Outbound Traffic, UI Improvements & Fix by @lolka1333 in https://github.com/MHSanaei/3x-ui/pull/3629
    • Refactor code and fix linter warnings by @kr-ilya in https://github.com/MHSanaei/3x-ui/pull/3627
    • Added curl dependency to Dockerfile for improved functionality
    • fix #3622

    Reports

    • GitHub Downloads
    • GitHub Downloads
    • GitHub Downloads
    • GitHub Downloads
    • GitHub Downloads
    • GitHub Downloads
    • GitHub Downloads
    • GitHub Downloads
    • GitHub Downloads

    Full Changelog: https://github.com/MHSanaei/3x-ui/compare/v2.8.6...v2.8.7

    Downloads
    • x-ui-linux-386.tar.gz
      61 MiB
      2026-01-06 02:04:01 +08:00
    • x-ui-linux-amd64.tar.gz
      63 MiB
      2026-01-06 02:03:58 +08:00
    • x-ui-linux-arm64.tar.gz
      60 MiB
      2026-01-06 02:04:07 +08:00
    • x-ui-linux-armv5.tar.gz
      61 MiB
      2026-01-06 02:02:18 +08:00
    • x-ui-linux-armv6.tar.gz
      61 MiB
      2026-01-06 02:04:18 +08:00
    • x-ui-linux-armv7.tar.gz
      61 MiB
      2026-01-06 02:04:00 +08:00
    • x-ui-linux-s390x.tar.gz
      62 MiB
      2026-01-06 02:04:15 +08:00
    • x-ui-windows-amd64.zip
      69 MiB
      2026-01-06 02:03:15 +08:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v2.8.6 a6b3623634
    Compare

    v2.8.6 Stable

    MHSanaei released this 2026-01-04 02:04:40 +08:00 | 28 commits to main since this release

    New

    • feat: Add WebSocket support for real-time updates and enhance VLESS settings @lolka1333

    Added WebSocket hub for real-time updates on inbounds and Xray service status
    Enhanced VLESS settings with X-Forwarded-For support and Vision Seed functionality
    Improved UI forms (TLS settings, VLESS configuration)

    • feat: Add etckeeper compatibility @MeowyPouncer
    • Self-signed SSL
    • Add "Last Online" printing for Telegram bot @Psychosoc1al
    • Add update-all-geofiles key to x-ui.sh @fgsfds
    • Feature: add setting certs for subscription while generating for panel @dimasmir03
    • feat: Add random Reality Target/SNI selection from 52 popular services @RFOTQ

    Update & improvement

    • vless: use Inbound Listen address in Subscription service @gowa
    • Added EnvironmentFile to systemd unit @cherts
    • Better Random Reality @lillinlin
    • Update for Red Hat base Linux @xujie86
    • chore: use for date formatting @sh1shd
    • Set variables for packaging purposes @nebulosa2007
    • Remove wget dependency from everywhere @nebulosa2007
    • Set log folder variable to /var/log/x-ui @nebulosa2007
    • Improve English README @BOplaid
    • Update x-ui.sh @EvgenyPopov72
    • update dependencies
    • minor changes

    Bug fixed

    • feat: Add etckeeper compatibility @kr-ilya
    • Fix telegram bot issue @vladon
    • Fix QR codes colors inversion @Psychosoc1al
    • fix: handle GitHub API error responses in GetXrayVersions @qzydustin
    • fix: add missing is_domain helper function to x-ui.sh @Wyatt1026
    • fix: display of outbound traffic @0zd0
    • fix: handle CPU threshold error to prevent false notifications @kotopheiop
    • Fix int64 for 32-bit arch @romka777
    • Fix: Incorrect time in xray logs @fgsfds
    • Fix: Invoke service.StopBot() in signal handlers @OleksandrParshyn
    • fix: improve russian localization @rashid-yusubov
    • Fix: Graceful Telegram bot shutdown to prevent 409 Conflict @OleksandrParshyn

    Reports

    • GitHub Downloads
    • GitHub Downloads
    • GitHub Downloads
    • GitHub Downloads
    • GitHub Downloads
    • GitHub Downloads
    • GitHub Downloads
    • GitHub Downloads
    • GitHub Downloads

    Full Changelog: https://github.com/MHSanaei/3x-ui/compare/v2.8.5...v2.8.6

    Downloads
    • x-ui-linux-386.tar.gz
      61 MiB
      2026-01-03 13:47:28 +08:00
    • x-ui-linux-amd64.tar.gz
      63 MiB
      2026-01-03 13:47:20 +08:00
    • x-ui-linux-arm64.tar.gz
      60 MiB
      2026-01-03 13:47:26 +08:00
    • x-ui-linux-armv5.tar.gz
      61 MiB
      2026-01-03 13:47:39 +08:00
    • x-ui-linux-armv6.tar.gz
      61 MiB
      2026-01-03 13:46:09 +08:00
    • x-ui-linux-armv7.tar.gz
      61 MiB
      2026-01-03 13:47:34 +08:00
    • x-ui-linux-s390x.tar.gz
      62 MiB
      2026-01-03 13:47:27 +08:00
    • x-ui-windows-amd64.zip
      68 MiB
      2026-01-03 13:46:49 +08:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v2.8.5 01d4a7488d
    Compare

    v2.8.5 Stable

    MHSanaei released this 2025-10-15 17:40:40 +08:00 | 67 commits to main since this release

    New

    • feat: add ldap component @konstpic
    • feat: Add update script @cherts
    • feat: add file logger support @slavafyi
    • Add support for OpenSUSE Leap @xujiegb
    • fragment : MaxSplit
    • DevTools

    Update & improvement

    • Xray-core v25.10.15
    • Add IPv4 for wget in install
    • first try native CPU implementation
    • [Security] Replace timestamp-based password generation with random generator @xujiegb
    • login: autocomplete password
    • tiny changes
    • Update translate.ru_RU.toml @thefsfc
    • update dependencies

    Bug fixed

    • fix(import): prevent sqlite disk I/O error by validating temp DB then swapping
    • fix: fix delete method @konstpic
    • fix russian translate in tgbot @dimasmir03
    • fix: login animation @TaraRostami
    • fix

    Reports

    • GitHub Downloads
    • GitHub Downloads
    • GitHub Downloads
    • GitHub Downloads
    • GitHub Downloads
    • GitHub Downloads
    • GitHub Downloads
    • GitHub Downloads
    • GitHub Downloads

    Full Changelog: https://github.com/MHSanaei/3x-ui/compare/v2.8.4...v2.8.5

    Downloads
    • x-ui-linux-386.tar.gz
      60 MiB
      2025-10-15 17:45:26 +08:00
    • x-ui-linux-amd64.tar.gz
      61 MiB
      2025-10-15 17:44:06 +08:00
    • x-ui-linux-arm64.tar.gz
      59 MiB
      2025-10-15 17:45:18 +08:00
    • x-ui-linux-armv5.tar.gz
      60 MiB
      2025-10-15 17:45:23 +08:00
    • x-ui-linux-armv6.tar.gz
      60 MiB
      2025-10-15 17:45:30 +08:00
    • x-ui-linux-armv7.tar.gz
      60 MiB
      2025-10-15 17:45:15 +08:00
    • x-ui-linux-s390x.tar.gz
      61 MiB
      2025-10-15 17:45:27 +08:00
    • x-ui-windows-amd64.zip
      67 MiB
      2025-10-15 17:46:41 +08:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v2.8.4 49430b3991
    Compare

    v2.8.4 Stable

    MHSanaei released this 2025-10-02 06:45:12 +08:00 | 88 commits to main since this release

    important bug fixed update to this version ASAP

    New

    • Add Alpine Linux support @evgenyvolferts
    • Add Happ client export open link @mangustyura

    Update & improvement

    • max port to 65535 @dimasmir03
    • minor changes

    Bug fixed

    • fix: outbound address for vless
    • fix api : subid, uuid from inbound settings
    • API improve security: returns 404 for unauthenticated API requests
    • bug fix

    Reports

    • GitHub Downloads
    • GitHub Downloads
    • GitHub Downloads
    • GitHub Downloads
    • GitHub Downloads
    • GitHub Downloads
    • GitHub Downloads
    • GitHub Downloads
    • GitHub Downloads

    Full Changelog: https://github.com/MHSanaei/3x-ui/compare/v2.8.3...v2.8.4

    Downloads
    • x-ui-linux-386.tar.gz
      58 MiB
      2025-09-24 17:54:37 +08:00
    • x-ui-linux-amd64.tar.gz
      60 MiB
      2025-09-24 17:54:33 +08:00
    • x-ui-linux-arm64.tar.gz
      57 MiB
      2025-09-24 17:54:39 +08:00
    • x-ui-linux-armv5.tar.gz
      58 MiB
      2025-09-24 17:54:29 +08:00
    • x-ui-linux-armv6.tar.gz
      58 MiB
      2025-09-24 17:54:27 +08:00
    • x-ui-linux-armv7.tar.gz
      58 MiB
      2025-09-24 17:52:53 +08:00
    • x-ui-linux-s390x.tar.gz
      60 MiB
      2025-09-24 17:54:26 +08:00
    • x-ui-windows-amd64.zip
      66 MiB
      2025-09-24 17:54:00 +08:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v2.8.3 020bc9d77c
    Compare

    v2.8.3 Deprecated Stable

    MHSanaei released this 2025-10-02 06:36:28 +08:00 | 98 commits to main since this release

    New

    • new: VACUUM database
    • API: UUID for getClientTraffics

    Update & improvement

    • better design for dns presets
    • docs: add comments for all functions
    • improved sub: BuildURLs
    • pageSize to 25
    • TGbot: improved (5x faster)
    • add EXPOSE port in Dockerfile @dimasmir03
    • undo vnext for vmess
    • update dependencies

    Bug fixed

    • security fix: Uncontrolled data used in path expression
    • security fix: Use of insufficient randomness as the key of a cryptographic algorithm
    • security fix: Workflow with permissions CWE-275
    • security fix: Command built from user-controlled sources CWE-78
    • Minor Fixes @TaraRostami
    • fix: subpath panic
    • fix: ineffectual assignment to needRestart
    • Fix ineffassign “date”
    • misspell

    Full Changelog: https://github.com/MHSanaei/3x-ui/compare/v2.8.2...v2.8.3

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v2.8.1 3764ece26c
    Compare

    v2.8.1 Deprecated Stable

    MHSanaei released this 2025-10-02 06:32:58 +08:00 | 137 commits to main since this release

    API Documentation postman
    API Documentation

    New

    • feat: Simple periodic traffic reset (for Inbounds) – daily | weekly | monthly @egregors
    • tgbot: subscription, qrcode, link - for admin
    • CPU History, CPU Utilization
    • API: subid to getClientTraffics

    Update & improvement

    • sub page: improved
    • Improved xray logs display handling @fgsfds
    • sub template enhancements @alireza0
    • UI Improvements and Fixes @TaraRostami
    • Minor Fixes @TaraRostami
    • Reality: placeholder for min, max

    Bug fixed

    • bug fix: enable
    • vnext removed
    • bug fix: del Depleted
    • fix CPU History intervals

    Full Changelog: https://github.com/MHSanaei/3x-ui/compare/v2.8.0...v2.8.1

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v2.8.0 5408a2f82c
    Compare

    v2.8.0 Deprecated Stable

    MHSanaei released this 2025-10-02 06:30:06 +08:00 | 152 commits to main since this release

    API Documentation postman
    API Documentation

    New

    • API: delClientByEmail
    • api
    • outbound: ECH Config List
    • add clear button
    • Subscription
    • tgbot: subscription,qrcode, link
    • Vlessenc

    Update & improvement

    • dokodemo-door, socks renamed to mixed, tunnel
    • renamed dest to target
    • outbound: mixed to socks
    • remove unsupported cipher method
    • removed domainMatcher
    • enhancements @alireza0
    • rules: source to sourceIP
    • Update check_client_ip_job.go
    • minify css
    • minor change

    Bug fixed

    • Fix critical bugs in ObjectUtil.equals() and filterInbounds() functions @copilot
    • windows: error filter
    • cookie: MaxAge
    • clean html files
    • Fixed: update Xray Core on Windows
    • fix: ru top level domain regexp option @ivkorn

    Full Changelog: https://github.com/MHSanaei/3x-ui/compare/v2.6.7...v2.8.0

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v2.8.2 0ffd27c0aa
    Compare

    v2.8.2 Deprecated Stable

    MHSanaei released this 2025-10-02 06:23:36 +08:00 | 122 commits to main since this release

    New

    • new: subJsonEnable
    • vscode: Debug for developer

    Update & improvement

    • enhancements
    • chore: update sub page URL @harryngne
    • minor change
    • go package correction v2
    • cpu history timeframe @Drahonn

    Bug fixed

    • misspell
    • Fix ineffassign “date”
    • fix: ineffectual assignment to needRestart
    • fix PeriodicTrafficResetJob: log only when there are matching inbound
    • fix: online
    • Fix: Shadowrocket link using base64 encoding @harryngne
    • css [fixes] @TaraRostami
    • bug fix

    Full Changelog: https://github.com/MHSanaei/3x-ui/compare/v2.8.1...v2.8.2

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v2.6.7 2750f46c01
    Compare

    v2.6.7 Stable

    MHSanaei released this 2025-08-30 22:05:33 +08:00 | 192 commits to main since this release

    New

    • Freedom: Add maxSplit fragment option; Add applyTo noises option
    • DNS outbound: Set "reject" as the default value for nonIPQuery
    • go v1.25
    • feat: Add remaining time to tgbot @Incognito-Coder
    • Created / Updated fields for clients @aliglzr
    • Add all-time traffic for inbounds and clients @aliglzr
    • Xray Core v25.8.29

    Update & improvement

    • Moved DB to same app folder on Windows @fgsfds
    • AutoFill OTP @finagin
    • more list for public IP address
    • Axios v1.11.0
    • remove unnecessary vue files
    • remove unnecessary ant files
    • removed: Allocate
    • actions/checkout from 4 to 5
    • minor changes

    Bug fixed

    • fix saving sockopt
    • fix: fail2ban on Debian 12

    Reports

    • GitHub Downloads
    • GitHub Downloads
    • GitHub Downloads
    • GitHub Downloads
    • GitHub Downloads
    • GitHub Downloads
    • GitHub Downloads
    • GitHub Downloads
    • GitHub Downloads
    Downloads
    • x-ui-linux-386.tar.gz
      57 MiB
      2025-08-30 22:10:51 +08:00
    • x-ui-linux-amd64.tar.gz
      59 MiB
      2025-08-30 22:10:52 +08:00
    • x-ui-linux-arm64.tar.gz
      56 MiB
      2025-08-30 22:11:00 +08:00
    • x-ui-linux-armv5.tar.gz
      57 MiB
      2025-08-30 22:09:48 +08:00
    • x-ui-linux-armv6.tar.gz
      57 MiB
      2025-08-30 22:10:58 +08:00
    • x-ui-linux-armv7.tar.gz
      57 MiB
      2025-08-30 22:10:53 +08:00
    • x-ui-linux-s390x.tar.gz
      59 MiB
      2025-08-30 22:11:04 +08:00
    • x-ui-windows-amd64.zip
      77 MiB
      2025-08-30 22:08:14 +08:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
First Previous 1 2 3 4 5 ... Next Last
Powered by Gitea Version: 1.25.4 Page: 52ms Template: 8ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API