How to Setup IPTV on Enigma2 (Zgemma) Devices Using PuTTY
With PuTTY, a free SSH/Telnet client for Windows, configuring IPTV on your Enigma2 (Zgemma) device is a simple task.
Step 1: Install PuTTY
First, you need to download and install PuTTY. You can find it at PuTTY’s official website.
Download PuTTY: Go to the PuTTY website and download the installation file.
Install PuTTY: Run the downloaded file and follow the installation instructions.
Step 2: Obtain Your Box IP Address
You’ll need the IP address of your Enigma2 device. You can usually find this in the network settings of your device.
Step 3: Configure PuTTY
Launch the PuTTY program on your computer.
In the “Host Name” field, enter the IP address of your Enigma2 device.
In the “Connection type” section, select “Telnet“.
Click the “Open” button to start the connection.
Step 4: Log In to Your Device
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.
Step 5: Run the IPTV Auto-installer Script
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.
Step 6: Reboot Your Device
After the script finishes running, type
reboot
and press Enter.Your Enigma2 device will restart. After rebooting, your IPTV setup should be complete.