Newcs web interface

woodseaves

Member
My Satellite Setup
Dreambox 8000HD S, Dreambox 7025i, Fibo 1.2 fixed on 7W, 90cm Motorised System.
My Location
Hereford
Can anyone tell me exactly what to put in the address bar to access the newcs web interface.
Regards
 
First you need to make sure you have the following in your newcs,xml

<httpd>
<server>
<port>8080</port>
<enabled>yes</enabled>
</server>
<user>
<name>newcs</name>
<password>newcs</password>
<accesslevel>admin</accesslevel>
</user>
</httpd>

Then to access it put your dreambox ip into your browser followed by :8080

Example
192.168.1.2:8080

You will then be asked for username and password
default is newcs for both, you can change this in the xml which you can see above.
 
Thanks Sonic, I thought that was the correct thing to do but it don't work for me. I've been trying now for over a week following 2 threads, one on the new wh**e card and the other on omnikey reader trying to get the new card to work. Nothing is working for me and I do not have a clue what to do next.
 
Can you post your newcs.xml for me?
 
Taken from B16mcc, I've tried a few but no luck. I'm using newcs 1.66 + CCcam 2.11. I believe 1.67 is available but if it's not on the blue button I'm lost. If I knew how to delete Newcs then I would and start again. My new card is activated and works in its own box.


?xml version="1.0"?>


<newCSconfig>
<globals>
<listening-ip>192.168.*.*</listening-ip>
</globals>
<readers name="Card Readers">

<device>
<name>Lower Slot</name>
<type>Sci</type>
<node>/dev/sci0</node>
<mhz>358</mhz>
<export>yes</export>
<enabled>yes</enabled>
<blocksa>yes</blocksa>
<blockua>yes</blockua>
<blockga>yes</blockga>
<blockc0>yes</blockc0>
<boxkey>********</boxkey>
<PTShandshake>yes</PTShandshake>
<crypto-special>yes</crypto-special>
<carddetect>yes</carddetect>
<newcamd_port>12001</newcamd_port>
<priority>round</priority>
</device>

<device>
<name>Top Slot</name>
<type>Sci</type>
<node>/dev/sci1</node>
<mhz>358</mhz>
<export>yes</export>
<enabled>yes</enabled>
<blocksa>yes</blocksa>
<blockua>yes</blockua>
<blockga>yes</blockga>
<blockc0>yes</blockc0>
<boxkey>*******</boxkey>>
<PTShandshake>yes</PTShandshake>
<crypto-special>yes</crypto-special>
<carddetect>yes</carddetect>
<newcamd_port>12002</newcamd_port>
<priority>round</priority>
</device>

<radegastserver>
<enabled>No</enabled>
<port>16000</port>
<allow>
<hostname>localhost</hostname>
</allow>
</radegastserver>

<cache>
<emm>20</emm>
<ecm>-1</ecm>
</cache>

<debug>
<password>NewCSpwd</password>
<level>normal</level>
<type>init</type>
<output>console,tcp</output>
<console_options>normal,init</console_options>
<tcp_port>3001</tcp_port>
<tcp_options>normal,init</tcp_options>
</debug>

<newcamdserver>
<enabled>Yes</enabled>
<name>NewCS</name>
<deskey>01 02 03 04 05 06 07 08 09 10 11 12 13 14</deskey>
<user>
<name>CCcam</name>
<password>CCcam</password>
<au>on</au>
<sidoverride>off</sidoverride>
<spider>No</spider>
</user>
</newcamdserver>

<httpd>
<server>
<port>8080</port>
<enabled>yes</enabled>
</server>
<user>
<accesslevel>admin</accesslevel>
</user>
</httpd>
</newCSconfig>
 
Make sure you have the username and password in this section of the file:

<httpd>
<server>
<port>8080</port>
<enabled>yes</enabled>
</server>
<user>
<name>adminuser</name>
<password>adminpassword</password>
<accesslevel>admin</accesslevel>
</user>
</httpd>
when you goto the page http://yourserver.ip.address:8080 you will need to logon as user adminuser , and password adminpassword
 
Back
Top