cccam.io

Docs · Any

CCcam quickstart

Five-minute CCcam setup. Paste the F-line into Cccam.cfg, restart, watch TV.

easy

What you need

  • A cccam.io line (trial or paid). You'll have a username, password, and a MultiCS host.
  • SSH or telnet access to your receiver.
  • CCcam installed on the receiver (most images include it).

1. Add the F-line

SSH into the receiver and open the CCcam config:

nano /etc/CCcam.cfg
# Or, on some images:
# nano /var/etc/CCcam.cfg
# nano /usr/keys/CCcam.cfg

Add this line at the end (replace placeholders):

C: multics01.cccam.io 12000 <username> <password> no { 0:0:1 }

Save and exit.

2. Restart CCcam

On Enigma2:

/etc/init.d/softcam restart
# Or:
init 4 && sleep 2 && init 3

3. Verify

Tail the CCcam log:

tail -f /tmp/CCcam.log

You should see CONNECTED within a few seconds, followed by a list of cards. Switch to an encrypted channel — picture should decrypt in under a second.

Doesn't decrypt?

Check our troubleshooting page first. Most failures are firewall (outbound port 12000 blocked) or a wrong receiver clock.