Create C or N line and add new users in OSCam

There are 2 replies in this Thread which was already clicked 10,629 times. The last Post () by zilizila.

    • Official Post

    To setup a share, create an [account] in oscam.user for each peer (description, user & password parameters can be changed to your own details)..


    Example:
    ### oscam.user ###


    To create an N line add the [newcamd] protocol to oscam.conf (change 0963:000000 to the caid/ident of your card). port = 34000 can be changed to your own port.


    Example:
    ### oscam.conf ###

    Code
    [newcamd]
    key = 0102030405060708091011121314
    port = 34000@0963:000000


    To create an C line add the [cccam] protocol to oscam.conf. port = 12000 can be changed to your own port.


    Example:
    ### oscam.conf ###

    Code
    [cccam]
    port = 12000


    You can now give out N, CWS & C lines. Or readers for oscam, one for cccam and one for newcamd. CWS line is for MGCamd.
    your.hostname.org will be your dynamic hostname & 12000, 34000 will be the cccam / newcamd port which is open in your router..
    If you are sharing within your own network your.hostname.org will be the ip address of the server..


    Example:



    If you are using readers for oscam the attached configs are necessary. They have dvbapi enabled in oscam.conf and an account setup for it in oscam.user.. Just copy the [reader] into oscam.server..

  • Hi i know how to write it as readers but if I wanted to write them like that ((

    N: your.hostname.org 34000 linuxsat support 01 02 03 04 05 06 07 08 09 10 11 12 13 14
    CWS = your.hostname.org 34000 linuxsat support 01 02 03 04 05 06 07 08 09 10 11 12 13 14

    C: your.hostname.org 12000 linuxsat1 support1

    where I write them in oscam ?

  • To oscam.server write for example C-line:

    Code
    [reader]
    label                         = something
    description                   = you like
    protocol                      = cccam
    device                        = your.hostname.org,12000
    user                          = linuxsat1
    password                      = support1
    group                         = 1,2,3
    cccversion                    = 2.3.0
    ccckeepalive                  = 1

    and for example N-line:

    Code
    [reader]
    label                         = something
    description                   = you like
    protocol                      = newcamd
    device                        = your.hostname.org,34000
    key                           = 0102030405060708091011121314
    user                          = linuxsat
    password                      = support
    connectoninit                 = 1
    group                         = 1,2,3

OSCam Support Forum

Configs, discussion, downloads and guides for OSCam Softcam.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!