PDA

View Full Version : cant access webinfo on ubuntu server



john1509
20th October, 2012, 06:49 PM
hi guys need help struggling to acess webinfo on server i have setup the cccam config file with the correct port but unable to access it on another computer

seamouse
20th October, 2012, 07:35 PM
u mean as in same network?

httpallowed = 127.0.0.1,0.0.0.0-255.255.255.255

john1509
20th October, 2012, 10:49 PM
Hi , I have managed to get into the Web Info port 16001 For the CCcam by re-installing a different version of CCcam. However Im struggling to get into the Webinfo on the Oscam using port 8888 . can anybody Advise please? I have added the following line in my oscam file

httpallowed = 127.0.0.1,0.0.0.0-255.255.255.255

Jo-Jo
21st October, 2012, 07:02 PM
not all versions of oscam have webinfo enabled try a different version of oscam

davvo
25th October, 2012, 04:44 PM
put this in
oscam.conf
then restart oscam

[webif]
httpport = 16002
httpuser = username
httppwd = password
httpallowed = 0.0.0.0-255.255.255.255
httprefresh = 30

in a terminal
login as root
type sudo -i and press enter
type your password press enter
you are now root
to stop oscam type killall oscam
to start oscam type oscam -b

then in a browser
http://ubuntu-ip:16002
and log in
and dont forget to plug a smargo in or it wont let you in

bobo72
26th October, 2012, 08:38 PM
maby a firewall problem