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
cant access webinfo on ubuntu server
Collapse
X
-
u mean as in same network?
httpallowed = 127.0.0.1,0.0.0.0-255.255.255.255MY POSTS AND ANY PM`S ARE PURELY FOR EDUCATIONAL AND LEARNING PURPOSES
I AM FULLY RESPONSIBLE FOR MY OWN POSTS, MY POSTS ARE NOT CONDONED, MODERATED OR AUTHORISED BY ANY MEMBER OF STAFF ON THIS SITE AND I TAKE FULL RESPONSIBILITY FOR ANY CONTENT CONTAINED IN MY POSTS OR LINKED TO EXTERNALLY. -
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.255Comment
-
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
and log in
and dont forget to plug a smargo in or it wont let you inLast edited by davvo; 25 October, 2012, 17:08.Comment
Comment