How to Setup IPTV on Enigma2 / Zgemma Devices (Putty Guide)
Enigma2 based receivers (like Zgemma, Vu+, and Dreambox) are fantastic, highly customizable Linux devices. However, because they are satellite/cable hybrid boxes, installing IPTV on them is vastly different from downloading an app on a Firestick. It requires basic SSH (Secure Shell) knowledge using a program like Putty.
Prerequisites
- Your Enigma2/Zgemma box connected to your home network.
- A PC or laptop on the same network.
- The free software Putty downloaded on your PC.
- Your "Autoscript" or `wget` link provided by your IPTV UK subscription.
Step 1: Find Your Zgemma IP Address
Before you can connect, you need to know the local network address of your box.
- On your Zgemma remote, press Menu > Information > Network.
- Write down the IP Address (it will look something like `192.168.1.55`).
Step 2: Connect via Putty (SSH)
- Open the Putty application on your PC.
- In the "Host Name (or IP address)" box, type the IP address you found in Step 1.
- Ensure the Connection Type is set to Telnet or SSH (Port 23 or 22).
- Click Open. A black terminal window will appear.
Step 3: Login to the Box
The terminal will ask you for a login username and password. By default, almost all Enigma2 images (like OpenATV or VIX) use the exact same credentials:
- Login as: `root`
- Password: Press enter (leave blank). Sometimes the password is `root` or `dreambox`.
Step 4: Execute the IPTV Script
Once you are successfully logged into the root command line of the Zgemma box:
- Copy your Enigma2 script provided by IPTV UK. It will begin with `wget -O /etc/enigma2/iptv.sh`.
- Right-click in the Putty terminal (in Putty, right-clicking automatically pastes your clipboard).
- Press Enter on your keyboard.
The script will run. It will automatically download the bouquets (channel categories) and EPG data directly into your receiver's memory. The Zgemma will usually reboot automatically. When it turns back on, you will find all the IPTV channels alongside your regular satellite channels in the bouquet menu!