Install oscam to VPS and connect cards like virtual servers.
How to connect two card conax in one vps
- kira10
- Thread is marked as Resolved.
-
-
-
Learn more here: HOW CAN I INSTALL OSCAM ON VPS
-
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.
Codeapt-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 minizipInstall this package only if you have Smargo cardreader (there may be a newer version on the sourceforge server, please check first):
Codewget 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 installWe are now ready for the next steps!
Codecd .. (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:
You also need to set it to start automatically at boot time. Enter the following commands:
Write this line before the line "exit 0":
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.
-
the installation. Was successful and it works fine but what I want is to add an other card on the same VPS
-
Just connect your local cards to VPS oscam - the VPS oscam is a user of cards, and set in oscam.conf a cccam or newcamd server with some ports. Than set users for VPS oscam....
-
-
delete your device info !
-
-
fake information device
-
Anyway fake or not i just have to guess ;) in the future use xxxxx for addresses usernames and passwords
-
so you can help me for this problem
-
Use the same (only one) ddns for both cards, ports are ok.
Port of second card forward to second box.
-
-
I see, check Your configs in every oscams. Is your card2 localy ok? Is the port forward for card2 ok? ...
-
How do I check?
Can you help me remotely ..from anydesk
-
Remotely not, sorry. Send me pm.
-
Private message, just create conversation with me, via my profile for example.
-
You have pm from me.
-
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
![]()
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!


