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!

Xtream Codes 1.60 Ubuntu 18.04 setting up (help)

cem033

Extended Member
Ext. Member
Banned
Joined
Sep 19, 2019
Messages
9
Reaction score
13
Points
14
Location
fiorina
We have collected a dedicated server, but the server does not support the 10.gb bandwidth when ubuntu 14 is installed.

obligatory ubuntu 18 founded

xtream codes panel ubuntu 18 e how to install what should I do urgent need help me. :(
 
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
you dont get any error but when you install the same on ip:port don't show nothing

Only 14

Like brando say use for LB
 
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
You can put main server in other server with ubuntu 14 and use this one lb


well i have the private server i am collecting
need iptv panel
ubuntu 18 installed

xc panel, such as efficiency and I can get a panel that is tested and working in this form I have been working for 4 days friends.
 
Well, it is almost impossible to install XC on ubuntu 18. Think about this:
I still remember when i bought Xtream Codes Panel with Ubuntu 18 installed on my dedicated server, and also the team support "Despoina and Archilleas" have difficulties installing Xtream Codes on version 2.7. Most of IPTV Panel are not prepared for this version of Ubuntu, you can get a chance of installing XC on Ubuntu 16 but i am sure you will have to prepare the server for the version that you are going to install.
 
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
Mate, works on Ubuntu 18x Yes! The point is to install beyond php 7 php 5.6 as well. It's okay to have both together. Then you can set php to work.

for Change

for 5x
# For php in web apps
sudo a2dismod php5.6 && sudo a2enmod php7.0 && sudo service apache2 restart
# For php-cli in the command line
sudo ln -sfn /usr/bin/php7.0 / etc / alternatives / php


for 7x
# For php in web apps
sudo a2dismod php7.0 && sudo a2enmod php5.6 && sudo service apache2 restart
# For php-cli in the command line
sudo ln -sfn /usr/bin/php5.6 / etc / alternatives / php

php -v
see version current run

Mysql details also ...

->
xavi @ computer # sudo su
root @ computer # add-apt-repository ppa: ondrej / php
root @ computer # apt-get update
root @ computer # apt-get install php7.0 php5.6 php5.6-mysql php-gettext php5.6-mbstring php-xdebug libapache2-mod-php5.6 libapache2-mod-php7.0 php5.6-curl php5 .6-gd php5.6-mcrypt php5.6-xml php5.6-xmlrpc
 
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
Mate, works on Ubuntu 18x Yes! The point is to install beyond php 7 php 5.6 as well. It's okay to have both together. Then you can set php to work.

for Change

for 5x
# For php in web apps
sudo a2dismod php5.6 && sudo a2enmod php7.0 && sudo service apache2 restart
# For php-cli in the command line
sudo ln -sfn /usr/bin/php7.0 / etc / alternatives / php


for 7x
# For php in web apps
sudo a2dismod php7.0 && sudo a2enmod php5.6 && sudo service apache2 restart
# For php-cli in the command line
sudo ln -sfn /usr/bin/php5.6 / etc / alternatives / php

php -v
see version current run

Mysql details also ...

->
xavi @ computer # sudo su
root @ computer # add-apt-repository ppa: ondrej / php
root @ computer # apt-get update
root @ computer # apt-get install php7.0 php5.6 php5.6-mysql php-gettext php5.6-mbstring php-xdebug libapache2-mod-php5.6 libapache2-mod-php7.0 php5.6-curl php5 .6-gd php5.6-mcrypt php5.6-xml php5.6-xmlrpc



Mate
Is it a panel like xc panel?
or

ubuntu 18 board compliance system?

Could you tell me some more details?
 
Last edited:
Mate, works on Ubuntu 18x Yes! The point is to install beyond php 7 php 5.6 as well. It's okay to have both together. Then you can set php to work.

for Change

for 5x
# For php in web apps
sudo a2dismod php5.6 && sudo a2enmod php7.0 && sudo service apache2 restart
# For php-cli in the command line
sudo ln -sfn /usr/bin/php7.0 / etc / alternatives / php


for 7x
# For php in web apps
sudo a2dismod php7.0 && sudo a2enmod php5.6 && sudo service apache2 restart
# For php-cli in the command line
sudo ln -sfn /usr/bin/php5.6 / etc / alternatives / php

php -v
see version current run

Mysql details also ...

->
xavi @ computer # sudo su
root @ computer # add-apt-repository ppa: ondrej / php
root @ computer # apt-get update
root @ computer # apt-get install php7.0 php5.6 php5.6-mysql php-gettext php5.6-mbstring php-xdebug libapache2-mod-php5.6 libapache2-mod-php7.0 php5.6-curl php5 .6-gd php5.6-mcrypt php5.6-xml php5.6-xmlrpc
XC v1 need php5.5 not php5.6, there is no extenstion file for php5.6
 
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
find driver your ethernet for 10gb
 
Works on ubuntu 16.04 as mentioned in other threads already iv not tied on 18.04
Make sure php5.6 is installed
when I had problems with the mysql I had to install mariadb-server that sorted the DB problem I had

sudo apt-get install mariadb-server

Then just install one of the .sh scripts to install the rest
 
You can put main server in other server with ubuntu 14 and use this one lb
Lb should be same 14 to work. Tried 16 18 balances had message os not supported
 
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
Works on ubuntu 16.04 as mentioned in other threads already iv not tied on 18.04
Make sure php5.6 is installed
when I had problems with the mysql I had to install mariadb-server that sorted the DB problem I had

sudo apt-get install mariadb-server

Then just install one of the .sh scripts to install the rest
but v1 need php5.5 to make streams working
the panel working with nginx
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top