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!

MAGOWARE – Opensource Solution for IPTV / OTT Service Providers

how do i install this panel ?

apt install curl -y

curl -sL https://deb.nodesource.com/setup_8.x | bash -

apt install nodejs build-essential libssl-dev git -y

mkdir /usr/local/src/magoware/

git clone https://github.com/MAGOWARE/backoffice-administration.git /usr/local/src/magoware/

cd /usr/local/src/magoware/

npm install -g sequelize-cli

sequelize db:migrate



apt-get update

echo -e "deb http://repo.mysql.com/apt/debian/ stretch mysql-5.7\ndeb-src http://repo.mysql.com/apt/debian/ stretch mysql-5.7" > /etc/apt/sources.list.d/mysql.list

wget -O /tmp/RPM-GPG-KEY-mysql https://repo.mysql.com/RPM-GPG-KEY-mysql --no-check-certificate

apt-key add /tmp/RPM-GPG-KEY-mysql


apt update

apt install mysql-server -y



mysql -u root -p

CREATE DATABASE magoware;

GRANT ALL PRIVILEGES ON magoware.* TO 'root'@'localhost' IDENTIFIED BY 'password';

FLUSH PRIVILEGES;

quit;



nano /etc/mysql/conf.d/mysql.cnf

[mysqld]

sql-mode="NO_ENGINE_SUBSTITUTION"

service mysql restart


run server
cd /usr/local/src/magoware

and excution this command
node server.js sync/sudo or nohup node server.js &


To make it easier to run, make a file.
nano /bin/magoware

and input this
cd /usr/local/src/magoware

nohup node server.js &

ctrl+x y

chmod +x magoware
 
Im stuck with "sequelize db:migrate"

ERROR: Error reading "config/env/db.connection.js". Error: SyntaxError: Unexpected token :

Any idea? Thx
 
With old code from github is working..
 
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
Android Set Top Box player

Instructions:
This application is suitable for Set Top Boxes and is optimized to be operated via remote control or air mouse and the minimum Android version required is Android KitKat 4.4. You can download the application from the button below and install it on your Set Top Box using a USB stick.
sir how we can post without brake any rules the options of have withe label apk for this panel only user pass we are new on forum
 
Anybody has more pics? It looks like good panel..
 
if any one need to fix problem after install limited vod , channels and user pm us or custom apk
 
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
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top