Oscam Multi Card Help

chris1975

VIP Member
VIP Member
Joined
Jan 29, 2002
Messages
4,133
Reaction score
68
Location
In The Hoose
Does anyone know how to allow clients to access 2 cards on an oscam server.

I have oscam setup to read and work both cards but not sure how to get the clients to read both cards.

Regards
Chris
 
in oscam reader give your cards a group ID

edit oscam.server

add group id to each reader, so reader one will have

group = 1


reader two will have

group = 2


reader three will have

group = 3


then add each user to the groups you want them to have access to.


edit oscam.user


for access to reader one add

[account]
user = test
pwd = pass
group = 1
monlevel = 0
caid = 0963


for access to reader one and two add

[account]
user = test
pwd = pass
group = 1,2
monlevel = 0
caid = 0963


for access to reader one, two and three add

[account]
user = test
pwd = pass
group = 1,2,3
monlevel = 0
caid = 0963



great if you want to give people access to certain cards
 
Back
Top