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!
Resource icon

Script Xtream UI 22F Ubuntu 20.04 install 2020-12-17

Register & Get access to index
Hi everyone.

I made an ubuntu 20.04 install.

Update 11/01/21:
Revamped install
Fixed everything.

Updated Xui to mods 13.
I have a problem during installation
shows me error E: Sub-process / usr / bin / dpkg returned an error code (1)

where I am wrong??

sudo python3 install.py

y

┌─────────────────────────────────────────────────┐
│ Preparing Installation │
└─────────────────────────────────────────────────┘

chattr: No such file or directory while trying to stat /home/xtreamcodes/iptv_xtream_codes/GeoLite2.mmdb
E: Sub-process /usr/bin/dpkg returned an error code (1)
┌─────────────────────────────────────────────────┐
│ Install MariaDB 10.5 repository │
└─────────────────────────────────────────────────┘

E: Sub-process /usr/bin/dpkg returned an error code (1)
┌─────────────────────────────────────────────────┐
│ Installing libcurl4 │
└─────────────────────────────────────────────────┘

E: Sub-process /usr/bin/dpkg returned an error code (1)
┌─────────────────────────────────────────────────┐
│ Installing libxslt1-dev │
└─────────────────────────────────────────────────┘

E: Sub-process /usr/bin/dpkg returned an error code (1)
┌─────────────────────────────────────────────────┐
│ Installing libgeoip-dev │
└─────────────────────────────────────────────────┘

E: Sub-process /usr/bin/dpkg returned an error code (1)
┌─────────────────────────────────────────────────┐
│ Installing e2fsprogs │
└─────────────────────────────────────────────────┘

E: Sub-process /usr/bin/dpkg returned an error code (1)
┌─────────────────────────────────────────────────┐
│ Installing wget │
└─────────────────────────────────────────────────┘

E: Sub-process /usr/bin/dpkg returned an error code (1)
┌─────────────────────────────────────────────────┐
│ Installing mcrypt │
└─────────────────────────────────────────────────┘

E: Sub-process /usr/bin/dpkg returned an error code (1)
┌─────────────────────────────────────────────────┐
│ Installing nscd │
└─────────────────────────────────────────────────┘

E: Sub-process /usr/bin/dpkg returned an error code (1)
┌─────────────────────────────────────────────────┐
│ Installing htop │
└─────────────────────────────────────────────────┘

E: Sub-process /usr/bin/dpkg returned an error code (1)
┌─────────────────────────────────────────────────┐
│ Installing zip │
└─────────────────────────────────────────────────┘

E: Sub-process /usr/bin/dpkg returned an error code (1)
┌─────────────────────────────────────────────────┐
│ Installing unzip │
└─────────────────────────────────────────────────┘

E: Sub-process /usr/bin/dpkg returned an error code (1)
┌─────────────────────────────────────────────────┐
│ Installing mc │
└─────────────────────────────────────────────────┘

E: Sub-process /usr/bin/dpkg returned an error code (1)
┌─────────────────────────────────────────────────┐
│ Installing mariadb-server │
└─────────────────────────────────────────────────┘

E: Sub-process /usr/bin/dpkg returned an error code (1)
┌─────────────────────────────────────────────────┐
│ Installing libpng16-16 │
└─────────────────────────────────────────────────┘

E: Sub-process /usr/bin/dpkg returned an error code (1)
┌─────────────────────────────────────────────────┐
│ Installing libzip5 │
└─────────────────────────────────────────────────┘

E: Sub-process /usr/bin/dpkg returned an error code (1)
┌─────────────────────────────────────────────────┐
│ Installing python3-paramiko │
└─────────────────────────────────────────────────┘

E: Sub-process /usr/bin/dpkg returned an error code (1)
┌─────────────────────────────────────────────────┐
│ Installing python-is-python3 │
└─────────────────────────────────────────────────┘

E: Sub-process /usr/bin/dpkg returned an error code (1)
E: Sub-process /usr/bin/dpkg returned an error code (1)
┌─────────────────────────────────────────────────┐
│ Creating user xtreamcodes │
└─────────────────────────────────────────────────┘

┌─────────────────────────────────────────────────┐
│ Downloading Software │
└─────────────────────────────────────────────────┘

┌─────────────────────────────────────────────────┐
│ Installing Software │
└─────────────────────────────────────────────────┘


gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
┌─────────────────────────────────────────────────┐
│ Configuring MySQL │
└─────────────────────────────────────────────────┘


┌─────────────────────────────────────────────────┐
│ Drop existing & create database? Y/N │
└─────────────────────────────────────────────────┘

y
sh: 1: cannot open /home/xtreamcodes/iptv_xtream_codes/database.sql: No such file
ERROR 1146 (42S02) at line 1: Table 'xtream_iptvpro.settings' doesn't exist
ERROR 1146 (42S02) at line 1: Table 'xtream_iptvpro.streaming_servers' doesn't exist
ERROR 1146 (42S02) at line 1: Table 'xtream_iptvpro.reg_users' doesn't exist
┌─────────────────────────────────────────────────┐
│ Encrypting... │
└─────────────────────────────────────────────────┘

Traceback (most recent call last):
File "install.py", line 275, in <module>
encrypt(rHost, rUsername, rPassword, rDatabase, rServerID, rPort)
File "install.py", line 186, in encrypt
rf = open('/home/xtreamcodes/iptv_xtream_codes/config', 'wb')
FileNotFoundError: [Errno 2] No such file or directory: '/home/xtreamcodes/iptv_xtream_codes/config'
 
Thank you for this works like a charm :):)
 
i'm install MOD 18 on ubuntu20

LEeEwN.png
LEeo1e.png
LEeVxP.png
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
At the moment I don't have time to put in this project.
It's only on my free time.

Do not use this for production.

If you expect any support, please look into pro software like xui.one.
 
thanks for posting, hope it works
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
hi

does anyone perhaps know what could be the problem
stream falls every 60 seconds in vlc and on the panel does not fall on XUI ubuntu20
 
Last edited:
hi

does anyone perhaps know what could be the problem
stream falls every 60 seconds in vlc and on the panel does not fall on XUI ubuntu20
solved the problem and inserted mod39 and also works on ubuntu21
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
Hi, is it possible to move the DB from pure Xtreame UI 22F to this version?
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
i installed xtream ui on ubuntu 20 mod 13
but I have a problem when I give the command /home/xtreamcodes/iptv_xtream_codes/start_services.sh
then my duplicate connections in the user and i can't turn them off
i found the problem in crons users_checker.php
when i insert decrypted users_checker.php then my command
/home/xtreamcodes/iptv_xtream_codes/start_services.sh has no effect
and when i insert users_checker.php encrypted then my duplicate connections and again no function
does anyone know what the problem is ??
if anyone knows if it can help

thx
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
i installed xtream ui on ubuntu 20 mod 13
but I have a problem when I give the command /home/xtreamcodes/iptv_xtream_codes/start_services.sh
then my duplicate connections in the user and i can't turn them off
i found the problem in crons users_checker.php
when i insert decrypted users_checker.php then my command
/home/xtreamcodes/iptv_xtream_codes/start_services.sh has no effect
and when i insert users_checker.php encrypted then my duplicate connections and again no function
does anyone know what the problem is ??
if anyone knows if it can help

thx

This one is outdated, i hope some member can help with
 
This one is outdated, i hope some member can help with
i installed xtream ui on ubuntu 20 mod 13
but I have a problem when I give the command /home/xtreamcodes/iptv_xtream_codes/start_services.sh
then my duplicate connections in the user and i can't turn them off
i found the problem in crons users_checker.php
when i insert decrypted users_checker.php then my command
/home/xtreamcodes/iptv_xtream_codes/start_services.sh has no effect
and when i insert users_checker.php encrypted then my duplicate connections and again no function
does anyone know what the problem is ??
if anyone knows if it can help

thx
does anyone have a solution to this problem?
whether someone is working properly on ubuntu20?
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top