All Cart

Cart

  • Home
  • How to Setup IPTV on Enigma2 Using PuTTY

How to Setup IPTV on Enigma2 Using PuTTY

images images

Using PuTTY, a free SSH/Telnet client for Windows, setting up IPTV on your Enigma2 (Zgemma) device is an easy process.

This guide will walk you through each step with clear instructions.

First, you need to download and install PuTTY. You can find it on the official PuTTY website.

  1. Download PuTTY: Visit the PuTTY website and download the installation file.
  2. Install PuTTY: Open the downloaded file and follow the installation instructions.


You will need the IP address of your Enigma2 device, which is typically located in the network settings of the device.

Open the PuTTY application on your computer.

In the “Host Name” field, input the IP address of your Enigma2 device.

In the “Connection type” section, choose “Telnet.”
Click the “Open” button to initiate the connection.

A black screen (terminal window) will open.

  • Enter Root User: Type root and press Enter.
  • Enter Password: Type your device’s root password and press Enter.

Once logged in, you need to enter the IPTV auto-installer script. Note that the script provided here is just an example. Use the script provided by your IPTV provider.

wget -O /etc/enigma2/iptv.sh “http://domainname.com:port/get.php?username=MyUser&password=MyPassword&type=enigma22_script&output=ts” && chmod 777 /etc/enigma2/iptv.sh && /etc/enigma2/iptv.sh

Replace http://domainname.com:port/get.php?username=MyUser&password=MyPassword&type=enigma22_script&output=ts with the actual M3U URL provided by your IPTV service.

  1. Once the script has finished running, type reboot and hit Enter.
  2. Your Enigma2 device will restart. After the reboot, your IPTV setup should be finalized.

To enhance your viewing experience, you may want to incorporate an Electronic Program Guide (EPG) into your IPTV channels.

  1. Download E-Channelizer: Visit the E-Channelizer download page and get the program.
  2. Install E-Channelizer: Set up the program on your Windows computer.
  1. Open the program and connect it to your Enigma2 device.
  2. While holding the Ctrl key, drag and drop the corresponding Satellite channel onto the IPTV channel. This will assign the appropriate EPG reference.
  3. Save the changes back to your device. The GUI will restart, and your EPG should now be configured.

Leave a Reply

Your email address will not be published. Required fields are marked *