Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HexaSoftwareTech committed Jan 4, 2023
1 parent ba6d4e7 commit 117de52
Showing 1 changed file with 10 additions and 16 deletions.
26 changes: 10 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,14 @@ xray panel supporting multi-protocol, **Multi-lang (English,Chinese)**, **IP Res
| Features | Enable? |
| ------------- |:-------------:|
| Multi-lang | :heavy_check_mark: |
| [IP Restriction](https://github.com/hossinasaadi/x-ui/#enable-ip-restrictions-per-inbound) | :heavy_check_mark: |
| [Inbound Multi User](https://github.com/hossinasaadi/x-ui/#enable-multi-user-traffic--exprire-day) | :heavy_check_mark: |
| [Multi User Traffic & expire day](https://github.com/hossinasaadi/x-ui/#enable-multi-user-traffic--exprire-day) | :heavy_check_mark: |
| [REST API](https://github.com/hossinasaadi/x-ui/pull/51) | :heavy_check_mark: |
| [Telegram BOT](https://github.com/hossinasaadi/x-ui/pull/110) | :heavy_check_mark: |
| [IP Restriction](https://github.com/HexaSoftwareTech/x-ui/#enable-ip-restrictions-per-inbound) | :heavy_check_mark: |
| [Inbound Multi User](https://github.com/HexaSoftwareTech/x-ui/#enable-multi-user-traffic--exprire-day) | :heavy_check_mark: |
| [Multi User Traffic & expire day](https://github.com/HexaSoftwareTech/x-ui/#enable-multi-user-traffic--exprire-day) | :heavy_check_mark: |
| [REST API](https://github.com/HexaSoftwareTech/x-ui/pull/51) | :heavy_check_mark: |
| [Telegram BOT](https://github.com/HexaSoftwareTech/x-ui/pull/110) | :heavy_check_mark: |

**If you think this project is helpful to you, you may wish to give a** :star2:

**Feel Free for Donation :** :heart:

USDT TRC20: `TDam6uh8ctLJuz8Y3rRk4t5pLikQvtpvJE`

Ether ETH: `0x256ddA590c35638fA4B3a25Ec4544Db087ceE826`

# Features

- System Status Monitoring
Expand Down Expand Up @@ -91,12 +85,12 @@ find this in config :
# Install & Upgrade

```
bash <(curl -Ls https://raw.githubusercontent.com/hossinasaadi/x-ui/master/install.sh)
bash <(curl -Ls https://raw.githubusercontent.com/HexaSoftwareTech/x-ui/master/install.sh)
```

## Manual install & upgrade

1. First download the latest compressed package from https://github.com/hossinasaadi/x-ui/releases , generally choose Architecture `amd64`
1. First download the latest compressed package from https://github.com/HexaSoftwareTech/x-ui/releases , generally choose Architecture `amd64`
2. Then upload the compressed package to the server's `/root/` directory and `root` rootlog in to the server with user

> If your server cpu architecture is not `amd64` replace another architecture
Expand All @@ -116,7 +110,7 @@ systemctl restart x-ui

## Install using docker

> This docker tutorial and docker image are provided by [hossinasaadi](https://github.com/hossinasaadi)
> This docker tutorial and docker image are provided by [HexaSoftwareTech](https://github.com/HexaSoftwareTech)

1. install docker

Expand All @@ -132,7 +126,7 @@ docker run -itd --network=host \
-v $PWD/db/:/etc/x-ui/ \
-v $PWD/cert/:/root/cert/ \
--name x-ui --restart=unless-stopped \
hossinasaadi/x-ui:latest
HexaSoftwareTech/x-ui:latest
```

> Build your own image
Expand Down Expand Up @@ -213,4 +207,4 @@ x-ui v2-ui

## Stargazers over time

[![Stargazers over time](https://starchart.cc/hossinasaadi/x-ui.svg)](https://starchart.cc/hossinasaadi/x-ui)
[![Stargazers over time](https://starchart.cc/HexaSoftwareTech/x-ui.svg)](https://starchart.cc/HexaSoftwareTech/x-ui)

0 comments on commit 117de52

Please sign in to comment.