Setting up CCcam on a Dreambox or Enigma2 receiver takes under 5 minutes once you have your C lines. This guide covers the complete process — from installing CCcam to entering your credentials and verifying the connection.
What You Need
- An Enigma2 receiver (Dreambox, VU+, Zgemma, Octagon, GigaBlue, etc.)
- Your CCcam C lines from CCcam Power (sent by email after order)
- Access to your receiver's web interface or SSH (via FTP client like FileZilla)
- Internet connection on the receiver
Step 1 — Install CCcam Plugin (if not already installed)
Most modern Enigma2 images include CCcam by default. To check:
- Go to Menu → Plugins → Plugin Browser
- Search for "CCcam"
- If not installed, install it from the feeds
Alternatively, via SSH:
opkg install enigma2-plugin-softcams-cccam
Step 2 — Edit CCcam.cfg
The CCcam configuration file is located at /etc/CCcam.cfg. Open it with a text editor (Notepad++ recommended on Windows, or nano via SSH).
Add your C lines at the bottom of the file. Each C line = one server connection:
C: server.cccam-power.com 12000 username1 password1
C: server.cccam-power.com 12001 username2 password2
C: server.cccam-power.com 12002 username3 password3
C: server.cccam-power.com 12003 username4 password4
With our CCcam Pack you receive 4 C lines — one per receiver or all on the same receiver for redundancy.
Step 3 — Configure CCcam Options
These are the recommended settings for the best experience:
DESCRIPTION CCCAM Power
VERSION 2.3.0
KEEPCONNECTED = 1
RECONNECTDELAY = 5
DEVICENAME = Enigma2
DISABLECRCCWS = 0
MINIMIZECARDINFO = 0
UPDATEINTERVAL = 240
SHAREREWRITEEMU = 1
Step 4 — Restart CCcam
After saving your config file, restart CCcam:
- Via web interface: Configuration → Softcam → Stop → Start
- Via SSH:
init 4 && init 3 - Or simply reboot the receiver
Step 5 — Verify the Connection
Open a channel that was previously scrambled. If it plays cleanly — you're connected. For detailed status:
- Open a browser on your PC and go to
http://[receiver-IP]:16001 - You'll see the CCcam status page showing connected cards and C lines
- Green status = connected and working
Using FTP to Edit Config Files
If you prefer not to use SSH, connect via FTP:
- Open FileZilla or Total Commander FTP
- Host: your receiver's IP address (e.g. 192.168.1.100)
- User:
root, Password:dreambox(default) - Navigate to
/etc/CCcam.cfg - Download, edit with Notepad++, upload back
Supported Receivers
This guide works for all Enigma2-based receivers:
- Dreambox DM520, DM525, DM900, DM920, DM7080
- VU+ Zero 4K, Uno 4K, Duo 4K, Solo 4K
- Zgemma H9S, H9.2H, H7S, Star H2H
- Octagon SF8008, SF4008
- GigaBlue Quad 4K, X3, Roofull
- Edision OS Mio, OS mini
💡 Troubleshooting: If channels still show as scrambled after setup, check: (1) C line is entered exactly as provided, (2) receiver has internet access, (3) CCcam service is running, (4) port 12000 is not blocked by your router firewall.