What's new
IPTV SAT FORUM

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

XTREAM-CODES 1.60 For Ubuntu 16 And 18 Auto Install

Status
Not open for further replies.

Vortex

Administrator
Staff member
Administrator
Joined
Mar 30, 2018
Messages
81
Reaction score
41
Points
18
XTREAM-CODES 1.60 For Ubuntu 16 And 18 Auto Install

Works on Ubuntu 16 and 18 tested.
You just have to identify the name of your network card with the ifconfig command in putty, and send the commands below already with the name of your changed network card added

ubuntu 16.04 work perfectly. but 18.04 licence invalid. solution for 18.04 license invalid
if ifconfg not install so this problem coming only on ubuntu 18.04. first install ifconfig 'sudo apt install net-tools' after install process everything work fine

at first delete your ip from thread please.....

Code:
/sbin/ifconfig enp0s20f0:1 149.202.206.51 up
/sbin/ifconfig enp0s20f0:2 185.73.239.7 up
/sbin/ifconfig enp0s20f0:3 62.210.244.122 up
/sbin/ifconfig enp0s20f0:4 123.103.255.87 up
/sbin/ifconfig enp0s20f0:5 104.27.137.168 up
/sbin/ifconfig enp0s20f0:6 164.132.122.220 up
if all ok and license working you have to add those commands to the startup

nano /etc/rc.local

and replace those lines
/sbin/ifconfig eth0:1 149.202.206.51 up >> /dev/null
/sbin/ifconfig eth0:2 185.73.239.7 up >> /dev/null
/sbin/ifconfig eth0:3 62.210.244.122 up >> /dev/null
/sbin/ifconfig eth0:4 123.103.255.87 up >> /dev/null
/sbin/ifconfig eth0:5 104.27.137.168 up >> /dev/null
/sbin/ifconfig eth0:6 164.132.122.220 up >> /dev/null

with those new
/sbin/ifconfig enp0s20f0:1 149.202.206.51 up >> /dev/null
/sbin/ifconfig enp0s20f0:2 185.73.239.7 up >> /dev/null
/sbin/ifconfig enp0s20f0:3 62.210.244.122 up >> /dev/null
/sbin/ifconfig enp0s20f0:4 123.103.255.87 up >> /dev/null
/sbin/ifconfig enp0s20f0:5 104.27.137.168 up >> /dev/null
/sbin/ifconfig enp0s20f0:6 164.132.122.220 up >> /dev/null
this solucion is for every 1 that face problems with licennse

you have to know your ethernet name card and yu change eth0:1 with yourcard0:1 yourcard0:2 etc ......, because the 127.0.0.1 methode is dead....

example my vps card is venet0
i have to run
/sbin/ifconfig venet0:1 149.202.206.51 up >> /dev/null
/sbin/ifconfig venet0:2 185.73.239.7 up >> /dev/null
/sbin/ifconfig venet0:3 62.210.244.122 up >> /dev/null
/sbin/ifconfig venet0:4 123.103.255.87 up >> /dev/null
/sbin/ifconfig venet0:5 104.27.137.168 up >> /dev/null
/sbin/ifconfig venet0:6 164.132.122.220 up >> /dev/null

some fix liceence

go to /etc/init.d
xtreamcodes_pro_panel
edit
#!/bin/sh -e
/home/xtreamcodes/iptv_xtream_codes/nginx/sbin/nginx
/home/xtreamcodes/iptv_xtream_codes/php/sbin/php-fpm
ip tuntap add tun0 mode tun
ip addr add 149.202.206.51 dev tun0
ip addr add 185.73.239.7 dev tun0
ip addr add 62.210.244.122 dev tun0
ip addr add 123.103.255.87 dev tun0
ip addr add 104.27.137.168 dev tun0
ip addr add 164.132.122.220 dev tun0

save & reboot liceence ok now

putty command for networck card info:
lshw -class network

see logical name:......

update write & use any licence you want test ok
Hidden text, you need have 2 likes, now you have 0 likes.
to install on ubuntu 16



wget -q -O run16016 https://bit.ly/33CNMmv; chmod +x run16016; ./run16016


to install on ubuntu 18


wget -q -O run16016 https://bit.ly/33CNMmv; wget -q -O enable16018 https://bit.ly/32CJ4UL; chmod +x run16016; chmod +x enable16018; ./run16016; ./enable16018
 
Status
Not open for further replies.
Top
  AdBlock Detected
Sure, ad-blocking software does a great job at blocking ads, but it also blocks some useful and important features of our website. For the best possible site experience please take a moment to disable your AdBlocker.