From b73e4173a3c1e69e02ad6b4e3b43e425e57a5be9 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Thu, 9 Feb 2023 22:48:06 +0330 Subject: 3x-ui --- README.md | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 00000000..46bad8e4 --- /dev/null +++ b/README.md @@ -0,0 +1,41 @@ +# 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** + +# 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 +``` + +# 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 +- https://yourdomain:2053/xui + +# suggestion system +- Ubuntu 20.04+ + +# 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) + + + -- cgit v1.2.3