CCcam quickstart - add a line in five minutes
Set up CCcam in five minutes: paste the line into CCcam.cfg, restart the softcam and watch. The fastest way to get a cccam.io line running.
Any easy
What you need
- A cccam.io line (trial or paid). You'll have a
username,password, and two server hostnames (we ship a pair for failover). - 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: server1.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.