Newbie requires help with Oscam

There are 4 replies in this Thread which was already clicked 841 times. The last Post () by s3n0.

  • Hi.


    The path to the Oscam configuration directory after it has been installed can be found in several ways... for example:


    (If you do not know the IP address of your set-top box, you can find it somewhere in the INFO MENU in Enigma (using RCU) or you can find it in the web configuration interface of your WiFi router.)


    ---- 1 ----


    Via the Linux Shell:

    find / -iname "oscam.server"


    ---- 2 ----


    Use the Oscam-Webif (via the web-browser):

    http://IP_address_of_your_Set-top-box:8888

    ...or:

    http://hostname:8888 (for example, the hostname of Vu+ Solo SE V2 device is "vusolose")

    Then go here:

    Files --> oscam.version --> check the row, with the name "ConfigDir"


    ---- 3 ----


    Via the Shell / terminal connection (using the PUTTY tool), for example:


    wget -q -O - "http://127.0.0.1:8888/files.html?file=oscam.version" | grep -i "configdir"

    - but if you also use a password in OscamWebif, then use this:

    wget -q -O - "http://USERNAME:PASSWORD@127.0.0.1:8888/files.html?file=oscam.version" | grep -i "configdir"


    Or... check the Oscam process as full command-line:


    (A) top -bcn1 | grep -i oscam # only if the "top" is a full-featured Linux tool (for example in OpenATV)

    (B) ps aux | grep -i oscam # only if the "ps" tool is a full-featured Linux tool (for example in OpenATV)

    (C) ps | grep -i oscam # only if the "ps" tool is a part of BusyBox (for example in OpenPLi)


    ...look for the argument -c <path> in the oscam command-line, which specifies the config directory for Oscam


    ---- 4 ----


    If the "-c" argument was not specified in the Oscam trigger, i.e. the configuration directory was not specified, then Oscam algorithm will automatically use the search sequence as follows:

    Source code is here:

    oscam.c in trunk – OSCam


    Thus, the configuration can also be uploaded to any of the listed folders. If there is no default configuration in any of these folders, then you may upload those of your own configuration to one of the listed folders (I recommend the first folder or the second folder in order).

  • look here too will help

  • Please write in English. For example, use the translator - translate.google.com.


    You have to explain where the problem is, because I don't understand what you need at all. Install Oscam manually and you won't have any problems with a Oscam installing:

    Tutorial : How to install softcam (OSCam/CCCam) manually, if you hate ipk packages

OSCam Support Forum

Configs, discussion, downloads and guides for OSCam Softcam.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!