Welcome to World of IPTV

With

+23k members
+11k threads
+106k posts

we are the most popular IPTV community on the web. 

IMPORTANT NOTE:
WE HAVE RECENTLY NOTICED THAT TOO MANY DOUBLE FAKE ACCOUNTS ARE CREATED IN THE PAST.
TO PREVENT THIS ISSUE THE DECISION WAS MADE THAT IN THE FUTURE A ANNUALLY FEE 20 EURO WILL BE RAISED FOR NEW MEMBERSHIPS.

Join now to the World of IPTV

Forum Rules

Before you start, check out the forum rules first

Account upgrade

Upgrade your account to get access to full features

Advertising

Would you like to place your advertisement with us ?

Resources Manager

Hundreds of IPTV scripts and apps are available for download

hey guys ive got an issue with Admin Panel

h3nd0

Extended Member
Ext. Member
Joined
Feb 10, 2020
Messages
6
Reaction score
9
Points
14
Location
UK
hey guys,
ive tried to do a new install on my server but im having issues accessing my panel through the admin page. ive tried re-installing the Main etc.!
i have access to phpmyadmin so i know the reg_users is there

i also have tried the commands but just get this response.

mysql> UPDATE xtream_iptvpro.reg_users SET password='$6$rounds=20000$xtreamcodes$XThC5OwfuS0YwS4ahiifzF14vkGbGsFF1w7ETL4sRRC5sOrAWCjWvQJDromZUQoQuwbAXAFdX3h3Cp3vqulpS0' WHERE id='1';
Query OK, 1 row affected (0.00 sec)
Rows matched: 1 Changed: 1 Warnings: 0

mysql> UPDATE xtream_iptvpro.reg_users SET username = 'admin' WHERE id = '1';
Query OK, 0 rows affected (0.00 sec)
Rows matched: 1 Changed: 0 Warnings: 0

mysql> UPDATE xtream_iptvpro.reg_users SET member_group_id = '1' WHERE id = '1';
Query OK, 0 rows affected (0.01 sec)
Rows matched: 1 Changed: 0 Warnings: 0

mysql> exit
Bye

but this doesnt give me access still..!

any advice guys..??
 

h3nd0

Extended Member
Ext. Member
Joined
Feb 10, 2020
Messages
6
Reaction score
9
Points
14
Location
UK
Sorted Guys Completely Reset My Server & Reinstalled The Lot..!
 
F

faritico

Guest
Estou com a mesma dificuldade, já fiz de tudo e não consigo entrar (admin / admin), ele sempre diz; Usuário ou senha incorretos! Por favor, tente novamente POR FAVOR ME AJUDE ... Estou tentando entrar há 5 dias :-(
 
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 @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

h3nd0

Extended Member
Ext. Member
Joined
Feb 10, 2020
Messages
6
Reaction score
9
Points
14
Location
UK
i literally wiped the server clean pal and did a fresh install of Ubuntu 18.04 then i followed this tutorial.

How to install XC UI MAIN - LB - ADMIN (All in One):
1- Install Main Server
run these code on Main Server :

Bash:
sudo apt-get update && apt-get upgrade -y
sudo apt-get install mysql-server
sudo apt-get install python
sudo apt install apache2
sudo apt-get install libxslt1-dev
sudo apt-get install libgeoip-dev
apt-get update && apt-get upgrade -y
sudo reboot
sudo apt install python -y
sudo apt-get update
sudo apt-get install libxslt1-dev libcurl3 libgeoip-dev python -y
sudo wget https://xtream-ui.com/install/install.py
sudo python install.py

## Now Type: MAIN

## Answer "Y" to any Questions ##

## And then last step
/home/xtreamcodes/iptv_xtream_codes/start_services.sh

***NOW OPEN PORTS 7999 in MAIN SERVER***

## ***Please Note in the Main Server you must open port 7999
## (If you see LB server , in servers list is offline or installing and not Online)
## Do it :
sudo iptables -F
sudo iptables -A INPUT -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT
sudo iptables -A INPUT -i lo -j ACCEPT
sudo iptables -A OUTPUT -o lo -j ACCEPT
sudo iptables -A INPUT -p tcp --dport 7999 -j ACCEPT
sudo iptables -A INPUT -p tcp --dport 22 -j ACCEPT
sudo iptables -A INPUT -p tcp --dport 80 -j ACCEPT
sudo iptables -L
sudo apt-get install iptables-persistent
sudo netfilter-persistent save
sudo netfilter-persistent reload
service iptables save

2- Install ADMIN Panel :
Download ADMIN Panel files and copy in this path all contents in the downloaded folder (XtreamUI-master):
/home/xtreamcodes/iptv_xtream_codes

Download latest ADMIN Panel from this link or every where you have (now I post this , its latest Admin releaseR22_Beta):
Download - Beta Release 22 - Early Access
*** Hidden text: You do not have sufficient rights to view the hidden text. Visit the forum thread! ***
iptvhelpforum.com

Login details :
Username: admin
Password: admin


3- Install LB Server :

DO THIS ON YOUR LOAD BALANCER (LB) SERVERS and NOT ON MAIN SERVER

*DO NOT ADD THE LB SEVER TO THE PANEL YET*

Run the below command as root in putty - All 1 Command:

Bash:
sudo apt-get update && sudo apt-get upgrade -y
sudo apt-get install libxslt1-dev libgeoip-dev python
sudo wget https://xtream-ui.com/install/install.py
sudo python install.py

## Now Type: LB

## Answer "Y" to any Questions ##

## Enter Your MAIN SERVER IP Address

## Enter Your saved SQL Password (Its the pass it gave you after installing the MAIN and you saved)

## Load Balancer Server ID - 2 (or 3 if its your 3rd server including the main and so on)

## Answer Y to any Questions ##

## Still on the LB Server - In putty install this:
sudo apt-get install libcurl3 -y

## Now Add the LB Server to the panel (Add Existing LB . No SSH Pass needed) ##

## Run this command on the LB Server in putty to start the LB Server ##
/home/xtreamcodes/iptv_xtream_codes/start_services.sh

4- Auto Start Xtream UI servers after reboot
for activate auto start Xtream UI after Reboot do this steps :
on MAIN and LB servers run in putty ssh :
Bash:
sudo crontab -e
## in the page opened add this cronjob in the list : (if its first time you run crontab command , its ask you choose editor , choose "1" and Enter)
@reboot root /home/xtreamcodes/iptv_xtream_codes/start_services.sh

## For save nano editor run "CTRL + O" and "Enter" and then "CTRL + X" ##

5- Install phpMyAdmin on Main Server
Bash:
sudo apt update && sudo apt upgrade -y
sudo apt install phpmyadmin php-mbstring php-gettext
## For the server selection, choose apache2
## Select Yes when asked whether to use dbconfig-common to set up the database
## You will then be asked to choose and confirm a MySQL application password for phpMyAdmin

sudo phpenmod mbstring
sudo systemctl restart apache2
sudo mysql
mysql -u root -p
Password:
## Enter Main MySQL Password (MySQL application password for phpMyAdmin you choose in previous step(2) in phpMyAdmin installation)

GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' WITH GRANT OPTION;
SELECT user,authentication_string,plugin,host FROM mysql.user;

## PASSWORD is above password you entered for root
ALTER USER 'root'@'%' IDENTIFIED WITH mysql_native_password BY 'PASSWORD';

FLUSH PRIVILEGES;

exit;
http://your_domain_or_IP/phpmyadmin

##Log in to the interface, either as root or with the new username and password you just configured.


Username : root
Password: PASSWORD You entered


** Notice : Important to install libcurl3 , after you installed phpMyAdmin .

After Installed phpMyAdmin , you must run this codes :

Bash:
sudo apt-get install libcurl3 -y

## And then run
/home/xtreamcodes/iptv_xtream_codes/start_services.sh

I hope its very good and full help you on installing the full Xtream UI MAIN _ ADMIN _ LB
 
shape1
shape2
shape3
shape4
shape5
shape6
Top
AdBlock Detected

We know, ad-blocking software do a great job at blocking ads. But our site is sponsored by advertising. 

For the best possible site experience please take a moment to disable your AdBlocker.
You can create a Account with us or if you already have account, you can prefer an Account Upgrade.

I've Disabled AdBlock