Skip to content

RimAzer/3x-ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3x-ui

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)

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
  • user: admin
  • password: admin
  • database path: /etc/x-ui/x-ui.db

before you set ssl on settings

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

After you set ssl on settings

for enable traffic for users you should do :

xray Configuration :

  "policy": {
    "levels": {
      "0": {
        "statsUserUplink": true,
        "statsUserDownlink": true
      }
    },

    "system": {
      "statsInboundDownlink": true,
      "statsInboundUplink": true
    }
  },
  "routing": {

suggestion system

  • Ubuntu 20.04+

pic

1 2 3 4

a special thanks to

Stargazers over time

Stargazers over time

About

Xray panel supporting multi-protocol multi-user expire day & traffic (Vmess & Vless & Trojan)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.1%
  • HTML 7.4%
  • Go 5.8%
  • Shell 1.4%
  • Other 0.3%