Banner
IPTV Instant Delivery

Enigma2, Dreambox, Vu+ IPTV Setup Guide

Configure IPTV on your Enigma2-based receivers easily

1

Find Your Receiver's IP Address

First, you need to locate your receiver's IP address on your Enigma2 device:

  1. Navigate to Settings/Setup on your receiver.
  2. Select System.
  3. Go to Network.
  4. Choose Device Setup.
  5. Select Adapter Settings.
  6. Note your IP address (it typically starts with 192.168.x.x).
Network Settings Device Setup Adapter Settings IP: 192.168.1.100

Pro Tip

It's a good idea to set a static IP address for your Enigma2 receiver to ensure the IP address doesn't change over time.

2

Download and Install PuTTY

Next, you'll need PuTTY software to connect to your receiver:

  1. On your Windows PC, download PuTTY from the official website: https://the.earth.li/~sgtatham/putty/latest/x86/putty.exe
  2. Save the file to your computer.
  3. No installation is required - simply double-click the executable file to run it.
https://the.earth.li/~sgtatham/putty/latest/x86/ Download PuTTY putty.exe (0.78 MB)

Note

PuTTY is a free SSH and Telnet client for Windows. We'll use it to connect to your Enigma2 device and install the IPTV service.

3

Connect to Your Receiver Using PuTTY

Now it's time to establish a connection to your Enigma2 device:

  1. Open PuTTY on your Windows PC.
  2. In the "Host Name (or IP address)" field, enter the IP address you noted from Step 1.
  3. Set "Port" to 23.
  4. Make sure "Connection type" is set to Telnet.
  5. Click the Open button to connect to your device.
PuTTY Configuration Host Name (or IP address): 192.168.1.100 Port: 23 Connection type: Telnet SSH Serial Raw Open

Pro Tip

You can save this configuration in PuTTY for future use by entering a name in the "Saved Sessions" field and clicking "Save".

4

Login to Your Receiver

After connecting, you'll need to log in to your Enigma2 device:

  1. When prompted for login, enter: root
  2. When prompted for password, enter: root (Note: The default password is usually "root" unless you've changed it)
  3. Press Enter after typing each one.
Terminal - Telnet 192.168.1.100 Enigma2 Linux Terminal Login: root Password: **** Login successful! root@enigma2:~#

Note

If the default login doesn't work, you may need to consult your receiver's documentation for the correct login credentials.

5

Install IPTV Service

Now you'll install the IPTV service using your subscription URL:

  1. Copy your IPTV subscription URL (you will receive this after purchasing your subscription).
  2. In the PuTTY terminal, paste the URL by right-clicking (don't use Ctrl+V).
  3. Press Enter to execute the command.
  4. Wait for the installation to complete. You'll see confirmation messages as the process runs.
Terminal - Telnet 192.168.1.100 root@enigma2:~# wget http://iptv.provider.com/setup.sh -O - | /bin/sh Connecting to iptv.provider.com... connected. HTTP request sent, awaiting response... 200 OK Installing IPTV service... IPTV service installed successfully! root@enigma2:~#

Pro Tip

Take a screenshot of your subscription details or save them in a secure note for future reference.

6

Restart Your Receiver

After the installation completes, you need to restart your receiver to apply the changes:

  1. In the terminal, type: reboot
  2. Press Enter to execute the command.
  3. Wait for your receiver to fully restart.
Terminal - Telnet 192.168.1.100 root@enigma2:~# reboot Broadcast message from root@enigma2: The system is going down for reboot NOW! Enigma2 Receiver Rebooting...

Note

The reboot process typically takes about 1-2 minutes. Wait for your receiver to fully restart before proceeding to the next step.