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

Request Install Xtream UI in XC Main sever ?

code64

Extended Member
Ext. Member
Joined
Sep 21, 2019
Messages
131
Reaction score
301
Points
74
Location
Algiers
Hello

Please can someone tell me if i can install Xtream UI only Admin in existing XC Main server with ubuntu 14.04 Distro without lose any data andn without format of course

Thank a lot in advance .
 

yoo

Extended Member
Ext. Member
Joined
Sep 11, 2019
Messages
94
Reaction score
627
Points
94
Location
lu
yes you can. make first backupfrom sql..

select admin and all works.

xtream gui its v2 with another cms..
 

spemm69

Extended Member
Ext. Member
Joined
Oct 4, 2019
Messages
121
Reaction score
316
Points
74
Location
london
Hello

Please can someone tell me if i can install Xtream UI only Admin in existing XC Main server with ubuntu 14.04 Distro without lose any data andn without format of course

Thank a lot in advance .


via terminal

PHP:
cd /root && wget https://bit.ly/34pjhAr -O /root/ui14 && chmod +x ui14 && ./ui14


im no tested
 
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

walfay

Extended Member
Ext. Member
Joined
Sep 19, 2019
Messages
4
Reaction score
5
Points
11
Location
Egypt
Hello

Please can someone tell me if i can install Xtream UI only Admin in existing XC Main server with ubuntu 14.04 Distro without lose any data andn without format of course

Thank a lot in advance .

in XC path /home/xtreamcodes/iptv_xtream_codes copy admin file and adtools and pytools

after that code
chown -R xtreamcodes:xtreamcodes /home/xtreamcodes/iptv_xtream_codes

chmod 777 -R /home/xtreamcodes/iptv_xtream_codes/pytools/
chmod 777 -R /home/xtreamcodes/iptv_xtream_codes/adtools
chmod 777 /home/xtreamcodes/iptv_xtream_codes/admin

edit /home/xtreamcodes/iptv_xtream_codes/nginx/conf/nginx.conf

add this config end of nginx.conf

server {
listen 25500;
listen 2082;

index index.php index.html index.htm;
root /home/xtreamcodes/iptv_xtream_codes/admin/;

location ~ \.php$ {
limit_req zone=one burst=8;
try_files $uri =404;
fastcgi_index index.php;
fastcgi_pass php;
include fastcgi_params;
fastcgi_buffering on;
fastcgi_buffers 96 32k;
fastcgi_buffer_size 32k;
fastcgi_max_temp_file_size 0;
fastcgi_keep_conn on;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param SCRIPT_NAME $fastcgi_script_name;
}
}




/home/xtreamcodes/iptv_xtream_codes/start_services.sh

after that you can access to CMS port 25500


tested without lost any data.
 
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