Author Topic: How to start OScam from telnet?  (Read 1588 times)

0 Members and 1 Guest are viewing this topic.

Offline antox

  • Ferengi
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 16798
How to start OScam from telnet?
« on: January 08, 2010, 12:31:05 PM »
login into your box with telnet
call the directory by typing the below command and press enter
Code: You are not allowed to view links. Register or Login
cd /var/bin use the command to list all the files in the directory
Code: You are not allowed to view links. Register or Login
ls after this a list of files should be listed

look closely at the filename of oscam

and type the following replacing filename.ext with the one you see in the list
Code: You are not allowed to view links. Register or Login
./filename.ext & depends what you have in the config files you may see the debug on screen or just nothing happens on screen

you can open another telnet session in case needed and type the following command to confirm that oscam is running, if it is running you should see in the list filename.ext (depends on the oscam name)
Code: You are not allowed to view links. Register or Login
ps -A