3x-ui/README.md

82 lines
2.5 KiB
Markdown
Raw Normal View History

2023-02-09 22:18:06 +03:00
# 3x-ui
2023-02-23 13:40:56 +03:00
![](https://img.shields.io/github/v/release/mhsanaei/3x-ui.svg)
![](https://img.shields.io/github/actions/workflow/status/mhsanaei/3x-ui/release.yml.svg)
[![GO Version](https://img.shields.io/github/go-mod/go-version/mhsanaei/3x-ui.svg)](https://img.shields.io/github/go-mod/go-version/mhsanaei/3x-ui)
[![Downloads](https://img.shields.io/github/downloads/mhsanaei/3x-ui/total.svg)](https://img.shields.io/github/downloads/mhsanaei/3x-ui/total)
[![License](https://img.shields.io/badge/license-GPL%20V3-blue.svg?longCache=true)](https://www.gnu.org/licenses/gpl-3.0.en.html)
2023-02-09 22:18:06 +03:00
> **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**
2023-02-10 02:21:34 +03:00
xray panel supporting multi-protocol, **Multi-lang (English,Farsi,Chinese)**
2023-02-09 22:18:06 +03:00
# 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
```
2023-02-10 02:21:34 +03:00
**If you think this project is helpful to you, you may wish to give a** :star2:
2023-02-09 22:18:06 +03:00
# Default settings
- Port: 2053
- username and password will be generated randomly you can see them after you install it (x-ui "7")
2023-02-09 22:18:06 +03:00
- database path: /etc/x-ui/x-ui.db
2023-02-09 22:22:10 +03:00
before you set ssl on settings
2023-02-09 22:18:06 +03:00
- http:// ip or domain:2053/xui
2023-02-09 22:22:10 +03:00
After you set ssl on settings
2023-02-09 22:18:06 +03:00
- https://yourdomain:2053/xui
2023-02-09 23:30:46 +03:00
**for enable traffic for users you should do :**
**xray Configuration :**
```json
"policy": {
"levels": {
"0": {
"statsUserUplink": true,
"statsUserDownlink": true
}
},
"system": {
"statsInboundDownlink": true,
"statsInboundUplink": true
}
},
"routing": {
```
2023-02-09 22:18:06 +03:00
# suggestion system
- Ubuntu 20.04+
- Debian 10
- CentOS 8
2023-02-09 22:18:06 +03:00
# pic
![1](https://raw.githubusercontent.com/MHSanaei/3x-ui/main/media/1.png)
![2](https://raw.githubusercontent.com/MHSanaei/3x-ui/main/media/2.png)
![3](https://raw.githubusercontent.com/MHSanaei/3x-ui/main/media/3.png)
![4](https://raw.githubusercontent.com/MHSanaei/3x-ui/main/media/4.png)
2023-02-10 02:21:34 +03:00
# a special thanks to
- [vaxilu](https://github.com/vaxilu/)
- [HexaSoftwareTech](https://github.com/HexaSoftwareTech/)
- [diditra](https://github.com/diditra/)
- [FranzKafkaYu](https://github.com/FranzKafkaYu)
- [alireza0](https://github.com/alireza0/)
2023-02-09 22:18:06 +03:00
2023-02-10 20:27:11 +03:00
2023-02-10 02:21:34 +03:00
## Stargazers over time
2023-02-09 22:18:06 +03:00
2023-02-10 02:21:34 +03:00
[![Stargazers over time](https://starchart.cc/MHSanaei/3x-ui.svg)](https://starchart.cc/MHSanaei/3x-ui)