Welcome!

Welcome to Satlover forums, full of great people, ideas and excitement.

Please register if you would like to take part. link..

Register Now

Alert: Don't Use Hotmail Email Accounts for registration

Collapse

Before Access to all Forums and Trial accounts you must need to activate your account Email address

Multiple CCcam servers on same Linux PC

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • uttnls
    • Jan 2025

    Multiple CCcam servers on same Linux PC

    I tryed few days ago to find any information of how i can manage to do that, but with no success so i've looked on cccam.x86 parameters and so that it has the ability to specify a custom path for a cccam.cfg.

    So this is the best solution found and tested until now.

    Sayng you have already installed in /usr/local/bin/ a server named cccam.x86, now you have to put there another server lets say cccam-server2.x86

    You make a new config file for server2 lets say /var/etc/cccam-server2.cfg, of course changing the ports

    And now you just start the second server using :

    ./usr/local/bin/cccam-server2.x86 -C /var/etc/cccam-server2.cfg

    To stop it :

    killall cccam-server2.x86

    Of course to avoid problems in cccam-server2.cfg you define new files for logs

    Remember that Linux is key sensitive (my files are all named in lowercase, so don't just copy paste, think a little :P), and also don't forget of executing rights so use proper chmod and chown
Working...