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

ERROR 1146 (42S02): Table 'xtream_iptvpro.reg_users' doesn't exist

mcniptv

Extended Member
Ext. Member
Joined
Oct 11, 2019
Messages
66
Reaction score
154
Points
41
Location
kosova123
Hello ALL i made a Fresh installation of Xtream UI follows all step and in final the login default doesnt work admin/admin, i tried to change but gave me this error in putty

ERROR 1146 (42S02): Table 'xtream_iptvpro.reg_users' doesn't exist
what should i do ! Thanks
 

satstyler

Extended Member
Ext. Member
Joined
Oct 11, 2019
Messages
124
Reaction score
255
Points
74
Location
Germany
Try the following;

using SSH:
PHP:
mysql -pPASSWORD
Now type:
PHP:
UPDATE xtream_iptvpro.reg_users SET password='$6$rounds=20000$xtreamcodes$XThC5OwfuS0YwS4ahiifzF14vkGbGsFF1w7ETL4sRRC5sOrAWCjWvQJDromZUQoQuwbAXAFdX3h3Cp3vqulpS0' WHERE id='1';
UPDATE xtream_iptvpro.reg_users SET username = 'admin' WHERE id = '1';
UPDATE xtream_iptvpro.reg_users SET member_group_id = '1' WHERE id = '1';
Login using admin/admin

The above should reset the password
 
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

mcniptv

Extended Member
Ext. Member
Joined
Oct 11, 2019
Messages
66
Reaction score
154
Points
41
Location
kosova123
when i type in ssh
mysql -pPASSWORD


mysql: [Warning] Using a password on the command line interface can be insecure.
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
 
G

guetteur

Guest
If: Table 'xtream_iptvpro.reg_users' doesn't exist
you need to reinstall first the MAIN server and after ADMIN
cheers.
 

redhat

Administrator
Staff member
Administrator
Chief Moderator
Moderator
Joined
Jun 19, 2019
Messages
3,107
Reaction score
14,901
Points
134
Location
root[@]woi
Hello ALL i made a Fresh installation of Xtream UI follows all step and in final the login default doesnt work admin/admin, i tried to change but gave me this error in putty

ERROR 1146 (42S02): Table 'xtream_iptvpro.reg_users' doesn't exist
what should i do ! Thanks

reinstall the Server with fresh ubuntu 18.04 and retry the installation
 
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

mcniptv

Extended Member
Ext. Member
Joined
Oct 11, 2019
Messages
66
Reaction score
154
Points
41
Location
kosova123
reinstall the Server with fresh ubuntu 18.04 and retry the installation
Same i reinstalled fresh and follow all steps when i want to login with default i got

Incorrect username or password! Please try again.
 

malaquias

Extended Member
Ext. Member
Joined
Jul 15, 2019
Messages
211
Reaction score
1,818
Points
101
Location
Amsterdam
lol the error was because
table reg_users doesnt exists
you need to login via phpmyadmin example
and in database: xtream_iptvpro
Create a table with name: reg_users
 
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

mcniptv

Extended Member
Ext. Member
Joined
Oct 11, 2019
Messages
66
Reaction score
154
Points
41
Location
kosova123
lol the error was because
table reg_users doesnt exists
you need to login via phpmyadmin example
and in database: xtream_iptvpro
Create a table with name: reg_users
can you give me more information about phpmyadmin
 

malaquias

Extended Member
Ext. Member
Joined
Jul 15, 2019
Messages
211
Reaction score
1,818
Points
101
Location
Amsterdam
can you give me more information about phpmyadmin
apt-get install phpmyadmin
select apache2 auto config
open http://yourip/phpmyadmin
login with proper mysql username and password
if you can't login with root , make login with iptv_pro_xtream created user with the password given in xtream-ui setup at the end,
 
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

Extra

Extended Member
Ext. Member
Joined
Dec 13, 2019
Messages
20
Reaction score
16
Points
14
Location
Nordic
apt-get install phpmyadmin
select apache2 auto config
open http://yourip/phpmyadmin
login with proper mysql username and password
if you can't login with root , make login with iptv_pro_xtream created user with the password given in xtream-ui setup at the end,

I got the same issue, tho after installed phpmyadmin and trying to access it at http://myip/phpmyadmin it gives me 404 error, "The requested URL was not found on this server. " Any tips would be appreciated!
 
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

Extra

Extended Member
Ext. Member
Joined
Dec 13, 2019
Messages
20
Reaction score
16
Points
14
Location
Nordic
Thanks for the reply mate, Hmm, I have installed phpmyadmin as Malaquias guide over here. Its after that, when I try to access it, it gives me 404 error. Or is it something I dont understand?
 

reaper9640

DevilsCode
Ext. Member
Joined
Oct 4, 2019
Messages
385
Reaction score
2,218
Points
104
Location
UnderWorld
I'm not sure mate I just done the genuine release for one of my friends and they have had no issues at all
 

Extra

Extended Member
Ext. Member
Joined
Dec 13, 2019
Messages
20
Reaction score
16
Points
14
Location
Nordic
Ok, no worries. I have had several reinstallations now, all with same errors....
 
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

reaper9640

DevilsCode
Ext. Member
Joined
Oct 4, 2019
Messages
385
Reaction score
2,218
Points
104
Location
UnderWorld
I wish I could help you mate but I don't even really know anything about the panel itself I just followed the install script for them and it apparently works for them I couldn't tell you anything beyond that I'm afraid
 

chris

Extended Member
Ext. Member
Joined
Jul 26, 2019
Messages
123
Reaction score
320
Points
74
Location
spain
you need create table xtream_iptvpro.reg_users' in mysql
 
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