alireza7/x-ui

By alireza7

Updated 11 days ago

Advanced web panel based on xray-core

Image
Networking
20

100K+

alireza7/x-ui repository overview

Install using docker

This docker tutorial and docker image are provided by alireza0

  1. install docker
curl -fsSL https://get.docker.com | sh
  1. install x-ui
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 .

Tag summary

Content type

Image

Digest

sha256:5a37704c9

Size

51.5 MB

Last updated

11 days ago

docker pull alireza7/x-ui