How to connect two card conax in one vps

There are 23 replies in this Thread which was already clicked 5,830 times. The last Post () by zilizila.

  • Here is my simple How to:


    Compiling oscam on Ubuntu is relatively easy. I use 18.04.1 LTS, but it also works on older and newer versions.

    You must connect to a computer or server using telnet / ssh (use a small application called a putty). Select all lines at once and copy them to telnet (right-click on the cursor in telnet). The OS will start installing packages.

    Code
    apt-get install cvs subversion autoconf libccid automake libtool gettext make cmake tar bzip2 gzip patch ncurses-bin gcc g++ flex bison pkg-config pcsc-tools pkg-config wget libpcsclite1 libpcsclite-dev libusb-dev libssl-dev libpnglite-dev pngquant zlib1g-dbg zlib1g-dev zlib1g zlibc dialog build-essential mercurial minizip

    Install this package only if you have Smargo cardreader (there may be a newer version on the sourceforge server, please check first):

    Code
    wget http://sourceforge.net/projects/libusb/files/libusb-1.0/libusb-1.0.8/libusb-1.0.8.tar.bz2
    tar xjf libusb-1.0.8.tar.bz2
    cd libusb-1.0.8
    ./configure; make; make install

    We are now ready for the next steps!

    Code
    cd .. (you must go to the root directory of your system)
    svn checkout http://www.streamboard.tv/svn/oscam/trunk oscam-svn # you can also add: "-r xxxx" to the end to download a specific version of oscam. Very useful, especially if the newer version of OScam is not stable.
    cd oscam-svn
    mkdir build
    cd build
    cmake ..
    make
    make install # (this command will install oscam in the /usr/local/bin directory !! - if you already have an oscam binary there, make a backup of it)

    Now you need to change the attributes of the oscam file to 0755. Use these commands:

    Code
    cd /usr/local/bin
    chmod 755 oscam

    You also need to set it to start automatically at boot time. Enter the following commands:

    Code
    nano /etc/rc.local

    Write this line before the line "exit 0":

    Code
    /usr/local/bin/oscam -b

    Press CTRL + C and confirm the changes with Y.

    Now you need to create the oscam configuration files and transfer them to / usr / local / etc. You will also be able to use PSCS card readers (such as Omnikey) and Smargo!


    thnx to OldSkul.

    • Official Post

    kira10 I deleted your post with the setup info because you have posted your provider information.

    This i did to protect you. If you post any configs make sure that server address, username and password are hashed out

    Or your credential will be abused ;)

    -------------------------------------------------------------------------------------------------

    Everything in life that's any fun is either immoral, illegal or fattening

    If you want to support the Linuxsat-Support forum

    Become a VIP Member

    • Official Post

    Anyway fake or not i just have to guess ;) in the future use xxxxx for addresses usernames and passwords

    -------------------------------------------------------------------------------------------------

    Everything in life that's any fun is either immoral, illegal or fattening

    If you want to support the Linuxsat-Support forum

    Become a VIP Member

  • oscam.conf card 2


    [global]

    disablelog = 1

    logfile = /dev/null

    clienttimeout = 8000

    nice = -1

    waitforcards = 0

    readerrestartseconds = 1


    [newcamd]

    port = 34000@0B00:000000

    key = 0102030405060708091011121314

    keepalive = 1

    mgclient = 1


    [cccam]

    port = 36000

    nodeid = 5DB6B29D107E1523

    version = 2.0.11




    oscam.conf card 1


    [global]

    disablelog = 1

    logfile = /dev/null

    clienttimeout = 8000

    nice = -1

    waitforcards = 0

    readerrestartseconds = 1


    [cache]


    [newcamd]

    port = 34000@0B00:000000

    key = 0102030405060708091011121314

    keepalive = 1

    mgclient = 1


    [cccam]

    port = 35000

    nodeid = 5DB6B29D107E1524

    version = 2.0.11





    vps oscam

    [reader]

    label =card1

    protocol = cccam

    device = iconewegoo.ddns.net,35000

    user = xxxxxxxxx

    password = xxxxxxxxx

    inactivitytimeout = 30

    cacheex = 1

    cacheex_maxhop = 1

    caid = 0B00

    ident = 0B00:000000

    group = 1,2,3,4,5,6,7,8,9

    emmcache = 2,3,2,0

    cccversion = 2.0.11

    ccckeepalive = 1

    cccreshare = 1



    [reader]

    label = card2

    protocol = cccam

    device = iconewegoo.ddns.net,36000

    user = xxxxxxxxxxxxxxx

    password = xxxxxxxxxxxxxxxxx

    inactivitytimeout = 30

    cacheex = 1

    cacheex_maxhop = 1

    caid = 0B00

    ident = 0B00:000000

    group = 1,2,3,4,5,6,7,8,9

    emmcache = 2,3,2,0

    cccversion = 2.0.11

    ccckeepalive = 1

    cccreshare = 1

Your resource for OSCam softcam

Find configs, downloads, tutorials, and support for setting up and optimizing this open-source card server with wide protocol compatibility. Master the versatile OSCam softcam. Access support, configs, tutorials, and downloads for open-source card sharing and multi-protocol server management.