cccam.io

Docs · Enigma2

Enigma2 setup (OpenATV)

Add a cccam.io line to a VU+, Octagon, Zgemma, or GigaBlue running OpenATV.

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: multics01.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).