Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-07-06v2.6.2v2.6.2mhsanaei
2025-07-06new alternative to get public IP addressmhsanaei
2025-07-06chore: return automatic generation of shadowsocks keysShishkevich D.
2025-07-06fix: login title shifts the input fieldsShishkevich D.
* chore: revert "fix: reduced login title font-size for mobile (#3105)" * chore: short login title translation for russian * chore: change login title translation for ukrainian
2025-07-04fixed: mux #3185mhsanaei
2025-07-04fixed: type #3186mhsanaei
2025-07-02v2.6.1v2.6.1mhsanaei
2025-07-02chore: reset two-factor authentication after changing admin credentials (#3029)Shishkevich D.
* chore: add `resetTwoFactor` argument for main.go fixes #3025 * chore: reset two-factor authentication after changing admin credentials * chore: reset two-factor authentication after changing admin credentials --------- Co-authored-by: somebodywashere <68244480+somebodywashere@users.noreply.github.com> Co-authored-by: Sanaei <ho3ein.sanaei@gmail.com>
2025-07-02update dependenciesmhsanaei
2025-06-24chore: mark `2053` port as unsecuredShishkevich D.
2025-06-24fix: selecting a supported languageShishkevich D.
english could be selected by default at first load, even if the user's language was supported by the panel
2025-06-23chore: russian language improvementsShishkevich D.
2025-06-21refactor: new loading logic, icons for tabsShishkevich D.
2025-06-21refactor: use new page templatesShishkevich D.
2025-06-21chore: clients comment improvementShishkevich D.
- use default ant components instead custom styles - remove comments in inbound info modal (duplicates information) - enhance tooltip usage
2025-06-21feat: add comments under client id (#3131)Vadim Iskuchekov
2025-06-20fix: generate correct keys for shadowsocks inboundsShishkevich D.
2025-06-19Merge pull request #3125 from xujie86/patch-2Sanaei
Add RHEL on x-ui.sh
2025-06-19Update x-ui.shxujie86
2025-06-18chore: add new dns features from v25.6.8Shishkevich D.
* chore: add new dns params * chore: add `DNS Presets` modal * chore: edit file names
2025-06-18fix: reduced login title font-size for mobile (#3105)spatiumstas
2025-06-17refactor: use `math.MaxUint16` when checking portShishkevich D.
2025-06-17chore: add download config button for wireguardShishkevich D.
2025-06-16chore: add `RHEL` system to install.shxujie86
fixed #3097
2025-06-16chore: add translations for routing tableShishkevich D.
2025-06-16chore: up minimal xray-core version to v25.6.8Shishkevich D.
2025-06-13chore: build image in docker composeShishkevich D.
this makes it possible to run development build using Docker.
2025-06-11Merge pull request #3087 from rammiah/mainSanaei
feat: support metrics config
2025-06-11feat: support metrics configrammiah
2025-06-10chore: update the installation command (#3069)Jay
* install command had an extra $ at the first of the line * install command had an extra $ at the first of the line * install command had an extra $ at the first of the line * install command had an extra $ at the first of the line * install command had an extra $ at the first of the line * install command had an extra $ at the first of the line
2025-06-05chore: clean readme, add link to wiki (#3045)Shishkevich D.
2025-06-05fix: don't show ip limit for some protocols (#3064)Shishkevich D.
this causes the modal window to fail because protocols like wireguard, dokodemo and so on do not have clients (like vless/vmess, shadowsocks, etc).
2025-05-28feat: add command list in telegram bot (#3027)spatiumstas
2025-05-22chore: `X_UI_ENABLE_FAIL2BAN` -> `XUI_ENABLE_FAIL2BAN` (#3030)Shishkevich D.
2025-05-17feat: support .env file (#3013)Ali Golzar
2025-05-16Code refactoring (#3011)Pk-web6936
* Code refactoring read without -r will mangle backslashes https://github.com/koalaman/shellcheck/wiki/SC2162 * Update x-ui.sh
2025-05-16fix: handle inbounds interaction errors (#3009)Shishkevich D.
eliminates messages like: “Inbound created successfully (Port 100 is already busy)”.
2025-05-16v2.6.0v2.6.0mhsanaei
2025-05-16Xray-core v25.5.16mhsanaei
2025-05-14fix: Restore from .db file fails (#2988)Columbiysky
* fix: issue 2953. Restore from .db file fails because * Update server.go
2025-05-11update dependenciesmhsanaei
2025-05-11fix: 2fa qr-code (#2996)Tara Rostami
2025-05-10chore: simplified chinese translate improvedckun52880
2025-05-10fix: remove duplicate pathShishkevich D.
2025-05-10chore: сonfiguring `paths` for CI Shishkevich D.
no need for automatic build when changing files that do not affect panel operation
2025-05-10chore: customizing triggers for builds Shishkevich D.
Now CI triggers on commit to main, or on release
2025-05-10chore: add translations for `a-table`Shishkevich D.
2025-05-10chore: russian translate improved (#2990)Columbiysky
2025-05-09chore: toasts translation refactoringShishkevich D.
2025-05-08chore: implement 2fa auth (#2968)Shishkevich D.
* chore: implement 2fa auth from #2786 * chore: format code * chore: replace two factor token input with qr-code * chore: requesting confirmation of setting/removing two-factor authentication otpauth library was taken from cdnjs * chore: revert changes in `ClipboardManager` don't need it. * chore: removing twoFactor prop in settings page * chore: remove `twoFactorQr` object in `mounted` function