Welcome to World of IPTV

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

Forum Rules

Our Rules: Read to avoid getting banned!

Advertising

Introduce Yourself to the World with Us!

Resource Database

Find the newest resources around IPTV!

Account upgrade

Upgrade your account to unlock more benefits!

Script xtreamui-docker

Status
Not open for further replies.

draculao777

Basic Member
Basic Member
Joined
Feb 22, 2021
Messages
2
Reaction score
1
Points
1
Location
brazil
STEP-BY-STEP INSTALLATION DOCKER + XTREAM-UI

sudo apt update

sudo apt install apt-transport-https ca-certificates curl software-properties-common

curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -

sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu focal stable"

sudo apt update

apt-cache policy docker-ce

sudo apt install docker-ce

sudo apt install docker-compose

curl -s https://raw.githubusercontent.com/theraw/xtreamui-on-docker/master/docker-compose.yml > xui.yml

docker-compose -f xui.yml up -d


Then visit the admin panel at http://PUBLIC_IP:25500/ (username: adminpassword admin:)
 
Status
Not open for further replies.
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top