#Best cccam server provider test cline

Exclusive:

Monday, April 23, 2018

Step by step How to connect OSCam to CCcam


Method 1

You need N line. It looks like this:

Code:
N: 127.0.0.1 34000 user pass 01 02 03 04 05 06 07 08 09 10 11 12 13 14
In oscam.conf file you need to have these lines:

Code:
[newcamd]
key = 0102030405060708091011121314
port = 34000@1830:003411
change the port number to what you want & remember to open that port in your router & assign it to your box ip if you are going to issue N line. change the caid of the card to your need. 

CCcam port & oscam port must be two different ports.

Key line is made up of 14 pairs of numbers or letters or a mixture. Port line is always different, it depends on the card that you have.
Port number (34000) can be anything, its your choice.

You can choose password and username yourself .

And with all this info we can make N line:

Code:
N: 127.0.0.1 34000 user pass 01 02 03 04 05 06 07 08 09 10 11 12 13 14 256
Now we can add this N line to CCcam.cfg and thats it. oscam is now connected to CCcam.
We can also add 256 to the end of N line. With this trick CCcam can see our oscam card as local.
This trick doesnt work with 2.1.4 or above CCcam versions.

make sure you input a user in oscam.user like this.

oscam.user

Code:
[account]
user = user
pwd = pass
group = 1
any changes to oscam configs will take place only after restart of oscam .

Method 2

another method of connecting oscam to CCcam is the camd3 protocol (L line) which is set like this .
with this method you get faster ecm as there are no deskeys as in the N line .

oscam.conf

Code:
[cs357x]
serverip = 192.168.0.100 #your server ip address
port = 15500
keepalive = 1
oscam.user
Code:
[account]
user = user
pwd = pass
group = 1
Now open CCcam.cfg and enter this line:

Code:
L: 192.168.0.100 15500 user pass 0963 000000 256
First number is IP address of your server, then there is port number and username/password.
At the end there is the CAID number of your package and you can also optionally add 256 at the end.
This means that your card will show as local in CCcam. Same trick as in newcamd (N line).

remember any changes to oscam configs take effect after restart of oscam

No comments:

Post a Comment

Adbox