Sign inSign up

shidahuilang/x-ui

By shidahuilang

Updated almost 5 years ago

支持多协议多用户的 xray 面板

Image
0

383

shidahuilang/x-ui repository overview

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 enwaiax/x-ui:latest

备份 数据已经mount到x-ui路径下的db目录下了,直接打包整个x-ui文件夹再次docker-compose up -d即可起来

证书 容器起来后,将证书放置在./x-ui/cert即可,容器内的路径为/root/cert/

使用 访问http://服务器IP:54321使用账号admin密码admin登录.注意需开放相关端口防火墙,并及时修改账号密码.

忘记密码 删除当前路径下的db目录,重新部署容器,密码会被重置为admin

Tag summary

Content type

Image

Digest

Size

58.6 MB

Last updated

almost 5 years ago

docker pull shidahuilang/x-ui