Advanced web panel based on xray-core
100K+
This docker tutorial and docker image are provided by alireza0
curl -fsSL https://get.docker.com | sh
mkdir x-ui && cd x-ui
docker run -itd --network=host \
-v $PWD/db/:/etc/x-ui/ \
-v $PWD/cert/:/root/cert/ \
--name x-ui --restart=unless-stopped \
alireza0/x-ui:latest
Build your own image
docker build -t x-ui .
Content type
Image
Digest
sha256:5a37704c9…
Size
51.5 MB
Last updated
11 days ago
docker pull alireza7/x-ui