cccam.io

CCcam setup on Enigma2 OpenATV receivers

Add a cccam.io line on OpenATV - VU+, Octagon, Zgemma or GigaBlue. Where the config lives, what to paste, and how to restart and verify it works.

Enigma2 easy

Confirm CCcam is installed

From the receiver menu:

  1. MenuPluginsPlugin Browser.
  2. If you don't see a CCcam plugin, install it: green button → "softcams" → CCcam-2.3.x.

SSH into the receiver

Default Enigma2 SSH credentials on OpenATV are root with empty password (set one if you haven't).

Drop in the config

Use the config generator or paste manually:

echo "C: server1.cccam.io 12000 <user> <pass> no { 0:0:1 }" >> /etc/CCcam.cfg

Restart the softcam

From the receiver:

  • MenuSetupSoftcamRestart.

Or over SSH:

/etc/init.d/softcam.CCcam restart

Test

Tune to an encrypted channel. If the picture decodes, you're done. If it doesn't, SSH back in and check:

tail -f /tmp/CCcam.log

A CONNECTED line and a list of CAIDs means the protocol is fine - look at receiver-side reasons (timezone, wrong tuner config, locked channel).