In this tutorial, we are going to show you how to bring IPTV channels to your Enigma2 device and explain a few aspects of it.
Please note, you must use a Computer for this guide.

Plugin Enigma2 IPTV-King.Com is a plugin that can be used on Enigma2, the plugin works only with Enigma2 Boxes.
The application will make life easier for the customer’s end users. The plugin works in a very secure way because the authentication part is dynamic. It gets also real-time data, so if we make modifications it will be directly seen by the end-users.
There are also features like EPG, TV archive (recorded content of server), categories, and many more features.
The features of Enigma2 Plugin IPTV-King.Com for end-users and resellers
– MAC authentication
– Watching live streams
– VOD
– Secured authentication
– Short EPG / Full EPG
– TV Archive
– Remote management (sending messages, making screenshots, restart box, restart GUI)
How can I install it on an enigma2 device?
You download putty and write the IP of the box in the place where the hostname is written, you need to also tick on the telnet option and press open. Now you write the right command:

Your default login and password are root

you write now the command uname -a, you will see after that MIPS, sh4 or armv7. There are 2 packages that are confusing, the mips32el package is the most used package and works on most boxes. The mipsel package is made for old boxes as the boxes like Dreambox 800hd clone.
I will provide you the command links below to install the plugin including the profile depending on which boxes are using old Enigma2 or new Enigma2

Information about which version you need to install on boxes
Mips32el is used for most boxes. Example VU zero, Vu Duo, Zgemma and mostly above openpli 4 boxes or new images.
opkg install –force-overwrite http://download.xtreamtvplugin.com/0.2.3/mips32el.ipk && echo eyJuYW1lIjogIiIsICJkbnMiOiA0K0dVenRQbDA1amMxTnJnayt6bDNnPT0sICJiYWNrZ3JvdW5kIjogIiIsICJrZXkiOiAxLCAiaWQiOiAxfQ== | base64 -d > /etc/enigma2/xtreamtv_1.conf
Mipsel has been used for old boxes dm800 clones with old openpli 2.1
opkg install –force-overwrite http://download.xtreamtvplugin.com/0.2.3/mipsel.ipk && echo eyJuYW1lIjogIiIsICJkbnMiOiA0K0dVenRQbDA1amMxTnJnayt6bDNnPT0sICJiYWNrZ3JvdW5kIjogIiIsICJrZXkiOiAxLCAiaWQiOiAxfQ== | base64 -d > /etc/enigma2/xtreamtv_1.conf
Armv7a is used by new boxes like vu 4k and gigablue sf4008
opkg install –force-overwrite http://download.xtreamtvplugin.com/0.2.3/armv7a.ipk && echo eyJuYW1lIjogIiIsICJkbnMiOiA0K0dVenRQbDA1amMxTnJnayt6bDNnPT0sICJiYWNrZ3JvdW5kIjogIiIsICJrZXkiOiAxLCAiaWQiOiAxfQ== | base64 -d > /etc/enigma2/xtreamtv_1.conf
Sh4 is used for boxes like spark
opkg install –force-overwrite http://download.xtreamtvplugin.com/0.2.3/sh4.ipk && echo eyJuYW1lIjogIiIsICJkbnMiOiA0K0dVenRQbDA1amMxTnJnayt6bDNnPT0sICJiYWNrZ3JvdW5kIjogIiIsICJrZXkiOiAxLCAiaWQiOiAxfQ== | base64 -d > /etc/enigma2/xtreamtv_1.conf
Once the installation is complete the box will restart
Open the plugin and send us the MAC address so that we can validate your account
If you already have the old version 0.1.1, skip this step and continue to profiles
Follow step on this video
Our Code is 587241
N.B
RemoveXtreamTV plugin Line : opkg remove XtreamTV
