Enigma2 IPTV 2026 – How to Install VocoTV on Zgemma, Dreambox, Vu+, OpenATV and OpenPLi Receivers
Enigma2 IPTV setup is different from Firestick, MAG, Formuler, Android phone, Apple TV or Smart TV setup. Enigma2 receivers such as Zgemma, Dreambox, Vu+, Octagon, Edision, Amiko and similar Linux satellite receivers usually install IPTV through SSH commands, M3U Plus playlists, bouquet scripts, EPG-Importer or e2m3u2bouquet.
This VocoTV tutorial explains how to install Enigma2 IPTV correctly in 2026. It covers receiver IP address, SSH access, PuTTY or terminal login, VocoTV Enigma2 script, M3U Plus, XMLTV EPG, bouquet creation, e2m3u2bouquet, EPG-Importer, OpenATV, OpenPLi, OpenViX, channel refresh, reboot, cron auto-update, buffering fixes and safe account handling.
The focus keyphrase for this page is Enigma2 IPTV. This article is a real receiver tutorial, not a random IPTV player article. The main setup is Enigma2 SSH/bouquet installation. Android apps like VOCO TV MATE, IBO Player and VocoTV OTT are included only as fallback for Android-based boxes, not for normal Enigma2 receivers.
Important: never publish your VocoTV username, password, M3U link, server URL, portal URL, Xtream Codes details or Enigma2 script command. These details can expose your IPTV account. Use them only inside your own receiver after your VocoTV free trial or subscription is active.

Best VocoTV Setup Method by Enigma2 Receiver
Different Enigma2 receivers use different images and menus. The setup is similar, but the best method depends on your device, firmware and the type of VocoTV details you receive.
| Receiver | Common image | Best VocoTV method | Best for |
|---|---|---|---|
| Zgemma H9S / H9 Twin / H7 | OpenATV / OpenViX / OpenPLi | SSH script or e2m3u2bouquet | Satellite receiver users who want IPTV bouquets inside channel list |
| Dreambox / DM series | DreamOS / Enigma2 image | SSH script, M3U bouquet or compatible plugin | Advanced Enigma2 users and classic receiver setup |
| Vu+ Solo / Duo / Zero / Uno | OpenATV / OpenViX / OpenPLi | e2m3u2bouquet with EPG-Importer | Stable bouquets, EPG and organized channel groups |
| Octagon / Edision / Amiko Enigma2 | OpenATV / OpenPLi-style image | M3U Plus, XMLTV EPG or provider script | Receiver IPTV setup with remote-control channel list |
| Android-based hybrid box | Android or mixed firmware | Enigma2 first if running E2, Android app fallback only if Android mode is used | Backup setup with VOCO TV MATE, IBO Player or VocoTV OTT |
Live VocoTV Links for Enigma2 IPTV Setup
Use these live VocoTV pages for Enigma2 IPTV setup, free trial, subscription, support, account access and policies. These are live VocoTV internal links, not guessed links.
- VocoTV Official Website
- VocoTV IPTV Installation Guide
- VocoTV IPTV Free Trial
- VocoTV IPTV Subscription Plans
- VocoTV IPTV FAQ
- VocoTV Troubleshooting Guide
- VocoTV IPTV Reseller Program
- VocoTV IPTV Affiliate Program
- VocoTV Login
- VocoTV Sign Up
- VocoTV Refund Policy
- VocoTV Privacy Policy
What You Need Before Installing Enigma2 IPTV
Before running any command, prepare everything. Enigma2 IPTV setup fails most often because the receiver IP is wrong, SSH is disabled, the password is unknown, the VocoTV line is pasted incorrectly, or the box does not have enough memory.
- An Enigma2 receiver such as Zgemma, Dreambox, Vu+, Octagon, Edision or Amiko.
- OpenATV, OpenPLi, OpenViX, DreamOS or another Enigma2 image.
- Receiver connected to your home network.
- Receiver IP address.
- SSH access from Windows, Mac or Linux.
- Root username and receiver password.
- VocoTV Enigma2 script line, M3U Plus URL or Xtream details.
- Optional XMLTV EPG URL.
- Enough free storage on the receiver.
If you do not have active VocoTV access yet, start with VocoTV IPTV Free Trial. If your test works and you want a longer plan, use VocoTV IPTV Subscription Plans.
Step 1: Find the Enigma2 Receiver IP Address
You need the receiver IP address before you can connect from a computer. The menu name can change depending on OpenATV, OpenPLi, OpenViX or DreamOS, but the idea is the same.
- Turn on the Enigma2 receiver.
- Press Menu on the remote.
- Open Setup.
- Open System.
- Open Network.
- Open Device Setup or Adapter Settings.
- Write down the IP address, usually something like 192.168.1.xxx.
Do not guess the IP address. Use the IP shown by the receiver. If the receiver is disconnected, connect Ethernet or Wi-Fi first.

Step 2: Connect to Enigma2 with SSH
Use SSH first. Older tutorials often used Telnet on port 23, but SSH is the better method when your image supports it.
Windows method
- Open Windows Terminal, PowerShell or an SSH client.
- Type this command, replacing the IP with your receiver IP:
ssh root@192.168.1.xxx- Enter the receiver password if asked.
- If the password is empty on your image, press Enter only if your receiver allows it.
- After login, you should see a root prompt.
PuTTY method
- Open PuTTY or another SSH client.
- Enter receiver IP address.
- Use port 22 for SSH.
- Choose SSH.
- Click Open.
- Login as root.
- Enter receiver password.
Telnet fallback
Use Telnet only if your old Enigma2 image does not support SSH and you are on your own trusted home network. Telnet normally uses port 23. Update your image or enable SSH if possible.

Method 1: Install VocoTV Enigma2 IPTV with the VocoTV Script
This is the fastest VocoTV Enigma2 method when VocoTV gives you an Enigma2 script command. It installs IPTV bouquets directly on the receiver.
Your VocoTV script may look like a long command with wget, username, password and output format. Do not publish it. Do not paste it into public comments. It belongs only inside your own receiver terminal.
Script installation steps
- Connect to your Enigma2 receiver by SSH.
- Copy the private Enigma2 script command from your VocoTV setup email.
- Right-click inside the SSH window to paste it, or paste normally depending on your terminal.
- Press Enter.
- Wait until the command finishes.
- Type:
reboot- After reboot, open the channel list.
- Look for a VocoTV, IPTV or provider bouquet folder.
- Open Live TV, sports, movies, series and VOD if included.
Safe command format example
This is only a placeholder example. Replace nothing here unless VocoTV support gives you your own exact private command.
wget -O /tmp/vocotv.sh "YOUR_PRIVATE_VOCOTV_ENIGMA2_SCRIPT_URL" && chmod 755 /tmp/vocotv.sh && /tmp/vocotv.shIf VocoTV gives you a ready Enigma2 line, use the exact line. Do not change username, password, server URL, output type or script path unless support tells you.

Method 2: Install Enigma2 IPTV with M3U Plus and XMLTV EPG
M3U Plus is useful when you want organized categories, live TV groups and better compatibility with bouquet tools. XMLTV EPG is used for guide data.
A typical private VocoTV M3U Plus format looks like this:
http://YOUR-DNS:PORT/get.php?username=YOURUSERNAME&password=YOURPASSWORD&type=m3u_plus&output=tsA typical XMLTV EPG format looks like this:
http://YOUR-DNS:PORT/xmltv.php?username=YOURUSERNAME&password=YOURPASSWORDUse your own VocoTV details only. Do not use the placeholder values above. Do not publish your real URLs.
Method 3: Install Enigma2 IPTV with e2m3u2bouquet
e2m3u2bouquet is a popular Enigma2 method because it converts an IPTV M3U playlist into normal Enigma2 TV bouquets. That means IPTV channels can appear inside your normal channel list instead of inside a separate basic player.
Install requirements
Before using e2m3u2bouquet, install or confirm these items:
- EPG-Importer plugin.
- Working SSH access.
- Working M3U Plus URL.
- Working XMLTV EPG URL.
- Enough free storage on the receiver.
On some images, run:
opkg updateIf your image is missing Python packages, VocoTV support or your image support forum may ask you to install missing packages. Do not install random packages from unknown sources.
Basic e2m3u2bouquet command
After installing e2m3u2bouquet, the safe command structure is:
cd /etc/enigma2/e2m3u2bouquet
./e2m3u2bouquet.py -m "YOUR_PRIVATE_M3U_PLUS_URL" -e "YOUR_PRIVATE_XMLTV_EPG_URL"This creates IPTV bouquets from the M3U Plus URL and links them with XMLTV EPG data. After it finishes, restart Enigma2 or reboot the receiver.
reboot
Method 4: e2m3u2bouquet Plugin Method
Some users prefer a plugin interface instead of running the script manually. The e2m3u2bouquet plugin can be installed as an IPK, then configured through the Enigma2 plugin menu.
- Download the compatible e2m3u2bouquet plugin package for your image.
- Transfer the IPK file to /tmp using FTP or SFTP.
- Install it from your image’s local extension installer, or install through SSH:
opkg install /tmp/enigma2-plugin-extensions-e2m3u2bouquet*.ipk- Reboot the receiver.
- Open Plugins.
- Open IPTV Bouquet Maker or E2m3u2bouquet.
- Add a provider name such as VocoTV.
- Enter or edit the M3U and EPG details.
- Save and run bouquet creation.
If typing long URLs with the remote is painful, use SFTP/FTP and edit the config file from your computer with a proper text editor.
Method 5: Edit Enigma2 IPTV Config with WinSCP or FileZilla
Long M3U and EPG URLs are hard to type with a remote. For Enigma2 receivers, it is often easier to edit config files from a computer.
- Install an SFTP/FTP client such as WinSCP or FileZilla.
- Connect to the receiver IP address.
- Use username root.
- Enter the receiver password.
- Go to:
/etc/enigma2/e2m3u2bouquet/- Find config.xml if the plugin created one.
- Download a backup copy first.
- Edit the config with a proper editor.
- Add your private VocoTV M3U Plus and EPG URL.
- Upload the edited file back.
- Run the bouquet tool again or reboot.
Important: do not edit config files with a bad editor that breaks formatting. Use a proper text editor and keep a backup.
Enable EPG for Enigma2 IPTV
EPG makes the channel guide useful. Without EPG, you may see channel names but no program schedule.
- Install EPG-Importer from the plugin feed if it is not already installed.
- Run e2m3u2bouquet or the provider script first.
- Open EPG-Importer.
- Open Sources.
- Enable the IPTV Bouquet Maker / VocoTV source if listed.
- Run a manual EPG import.
- Wait until import finishes.
- Open the VocoTV bouquet and check guide data.

Refresh Enigma2 Bouquets Without Full Reboot
The easiest method is rebooting the receiver, but some users prefer refreshing bouquets without a full reboot. If OpenWebif is available on your image, a local reload command may work.
wget -qO - "http://127.0.0.1/web/servicelistreload?mode=2"If the receiver does not refresh correctly, reboot instead:
reboot
Set Auto-Refresh for Enigma2 IPTV Bouquets
If your provider updates categories, VOD or EPG, you may want scheduled refresh. Use cron only if you understand SSH and know the receiver has enough resources.
Open crontab:
crontab -eExample schedule to run e2m3u2bouquet at 6:00 and 18:00:
0 6,18 * * * /etc/enigma2/e2m3u2bouquet/e2m3u2bouquet.pySave the file, then check it:
crontab -lDo not set very aggressive refresh schedules. Enigma2 receivers can be slow, and too many updates can make the box unstable.
Which Enigma2 IPTV Method Should You Use?
Use this order for VocoTV:
- VocoTV Enigma2 script: fastest if VocoTV sends a ready one-line script.
- e2m3u2bouquet: best for organized bouquets and EPG.
- M3U Plus + XMLTV: best if you want manual control.
- Plugin method: best for users who prefer GUI setup.
- VLC test on PC: best for confirming the M3U works before blaming the receiver.
Test VocoTV After Enigma2 IPTV Setup
After installation, do not judge the service by one channel only. Test the full receiver experience.
- Open the VocoTV IPTV bouquet.
- Test several live TV categories.
- Test sports during busy hours.
- Open movies and VOD if supported on your Enigma2 method.
- Check if EPG data appears.
- Restart Enigma2 and confirm bouquets remain.
- Reboot the receiver and confirm VocoTV loads again.
- Test Ethernet if Wi-Fi buffers.
Enigma2 IPTV Troubleshooting
SSH does not connect
- Check the receiver IP address again.
- Make sure the receiver and computer are on the same network.
- Try port 22 for SSH.
- Check if SSH is enabled on your image.
- Try rebooting the receiver.
- Use Telnet only as local network fallback on older images.
Wrong password or root login fails
- Check your image password settings.
- Some images require you to create a root password before SSH works.
- Do not keep default passwords on a receiver exposed to the internet.
- Do not open SSH ports publicly on your router.
Command not found
- Check if the command was pasted fully.
- Check if line breaks were added by mistake.
- Check if your image supports wget, python or required packages.
- Run opkg update if support asks you to update package lists.
- Ask VocoTV support for an Enigma2-compatible script line.
No IPTV bouquet after reboot
- Check if the script completed without errors.
- Open the TV bouquet list, not only the main menu.
- Look for VocoTV, IPTV or provider bouquet folder.
- Reload bouquets using OpenWebif command if supported.
- Reboot the receiver.
- Run the VocoTV script again if support confirms the command is correct.
EPG not showing
- Install EPG-Importer.
- Enable the correct IPTV source inside EPG-Importer.
- Run manual EPG import.
- Check XMLTV EPG URL.
- Check receiver time and timezone.
- Wait a few minutes after first import.
Channels freeze or buffer
- Use Ethernet instead of Wi-Fi.
- Restart router and receiver.
- Try a different stream output type if VocoTV gives options.
- Reduce the number of unnecessary bouquets if the box is slow.
- Check if the receiver has enough free memory.
- Test speed with Speedtest and Fast.com.
- Use the VocoTV Troubleshooting Guide.
Old Enigma2 box is too slow
- Limit the IPTV bouquet list to only countries/categories you watch.
- Avoid loading huge VOD libraries on very old receivers.
- Use M3U Plus categories instead of one giant list.
- Remove unused plugins.
- Use a newer receiver if the old box cannot handle IPTV streams smoothly.
Android App Fallback for Hybrid Boxes Only
This section is only for hybrid devices that can run Android apps. Normal Enigma2 receivers should use SSH, script, M3U or bouquet methods. Do not force Android apps onto a normal Enigma2-only box.
VOCO TV MATE App
- Best for: Android-based boxes, Android TV Box, Android TV, Firestick, Google TV and Shield TV.
- Download Link: http://aftv.news/2695252
- Downloader Code: 2695252
- Login: private VocoTV username and password.
IBO Player
- Download Link: http://aftv.news/407498
- Downloader Code: 528993
- Activation Website: https://iboplayer.pro
VocoTV OTT App
- Download Link: http://aftv.news/274303
- Downloader Code: 274303
- Login: private VocoTV username and password.
Enigma2 IPTV Safety and Privacy
Enigma2 setup uses private account URLs and receiver access. Keep everything private and do not expose your receiver to the public internet.
- Never post your VocoTV M3U URL publicly.
- Never post your Enigma2 script command.
- Never share username or password.
- Never publish server URL, portal URL or Xtream Codes details.
- Do not expose SSH, Telnet or OpenWebif to the internet.
- Set a root password on the receiver.
- Use SSH instead of Telnet when possible.
- Backup config files before editing.
- Read the VocoTV Refund Policy.
- Read the VocoTV Privacy Policy.
Enigma2 IPTV FAQ
What is Enigma2 IPTV?
Enigma2 IPTV means watching IPTV on Enigma2 receivers such as Zgemma, Dreambox, Vu+, Octagon or Edision using IPTV bouquets, M3U playlists, XMLTV EPG, provider scripts or plugins.
What is the best VocoTV method for Enigma2?
Use the VocoTV Enigma2 script if VocoTV sends you a ready command. For better bouquet and EPG control, use e2m3u2bouquet with M3U Plus and XMLTV EPG.
Should I use SSH or Telnet?
Use SSH on port 22 when possible. Telnet on port 23 is older and should only be used as a local fallback on images that do not support SSH.
Where do I find the Enigma2 IP address?
Open Menu → Setup → System → Network → Device Setup or Adapter Settings. The IP usually starts with 192.168.x.x on a home network.
What username do I use for SSH?
Most Enigma2 images use root as the SSH username. The password depends on your image settings.
What is M3U Plus?
M3U Plus is an IPTV playlist format that can include categories and extra information, making it better for bouquet tools than a basic flat M3U list.
What is XMLTV EPG?
XMLTV EPG is guide data that helps Enigma2 show program schedules for IPTV channels.
What is e2m3u2bouquet?
e2m3u2bouquet is a tool that converts IPTV M3U data into Enigma2 bouquets and can work with EPG data.
Why does my IPTV bouquet not appear?
The script may not have completed, the bouquet may need reload, the receiver may need reboot, or the M3U/EPG details may be wrong.
Why is Enigma2 IPTV buffering?
Buffering can come from weak Wi-Fi, old receiver hardware, low memory, huge channel lists, bad router, ISP routing, VPN speed or live-event traffic. Use Ethernet and reduce unnecessary bouquets.
Can I use VOCO TV MATE on Enigma2?
No, not on a normal Enigma2-only receiver. VOCO TV MATE is for Android-based devices. Use it only on hybrid Android boxes that support Android APK apps.
Should I buy a long VocoTV plan before testing Enigma2?
No. Start with a VocoTV free trial, test Enigma2 script or bouquet setup, check live TV, sports and EPG, then choose a plan after the setup works well.
More VocoTV Pages
- VocoTV Home
- VocoTV IPTV Installation Guide
- VocoTV IPTV Free Trial
- VocoTV IPTV Subscription Plans
- VocoTV IPTV FAQ
- VocoTV Troubleshooting Guide
- VocoTV Reseller Program
- VocoTV Affiliate Program
- VocoTV Login
- VocoTV Sign Up
- VocoTV Refund Policy
- VocoTV Privacy Policy
External Enigma2 Resources
- e2m3u2bouquet on GitHub
- e2m3u2bouquet IPTV Bouquet Maker Plugin
- WinSCP SFTP Client
- FileZilla FTP Client
- Enigma2 WebInterface Service Reload Reference
- VLC Media Player
- Speedtest
- Fast.com
Conclusion
Enigma2 IPTV setup with VocoTV should be done through SSH, VocoTV script, M3U Plus, XMLTV EPG, e2m3u2bouquet or EPG-Importer. Use the VocoTV Enigma2 script when VocoTV gives you a ready command. Use e2m3u2bouquet when you want proper bouquets and EPG. Use M3U Plus and XMLTV when you want manual control.
The best route is simple: start with VocoTV IPTV Free Trial, find your Enigma2 receiver IP address, connect with SSH, install the VocoTV Enigma2 script or e2m3u2bouquet method, test live TV, sports and EPG, fix problems with VocoTV Troubleshooting Guide, then choose a plan from VocoTV IPTV Subscription Plans.



This is a useful post for finding broken links within the website, what about links pointing outwards that are broken? I can use a free web service but wondered if this was possible.
Great tool! I am using a redirect plugin to send all my 404’s to my home page but I think it’s slacking sometimes.