vPlug Server

fiji

Member
Messages
1,074
Hi'
Need help about vPlug Server
one my friend have a hd box this box no longer update available on internet & can't open encryption systm .
i want to share my friend to decrypt some channels via internet

i manage vPlug Server with vplugings work perfect on my internet/wifi/cardsharing any option .

if i share other network (internet)like cccam using port option its not work i try every thing but no success

here are hint but no picture preview available .
https://www.sat-universe.com/showthread.php?t=295680

here are vPlug Server all version & no deatails
https://www.sat-universe.com/showthread.php?t=179959

br.
 

jan55

Member
Messages
4,266
Hi'
Need help about vPlug Server
one my friend have a hd box this box no longer update available on internet & can't open encryption systm .
i want to share my friend to decrypt some channels via internet

i manage vPlug Server with vplugings work perfect on my internet/wifi/cardsharing any option .

if i share other network (internet)like cccam using port option its not work i try every thing but no success

here are hint but no picture preview available .
https://www.sat-universe.com/showthread.php?t=295680

here are vPlug Server all version & no deatails
https://www.sat-universe.com/showthread.php?t=179959

br.
you also have a little tutorial here on using vPlug Server
https://www.sat-universe.com/showthread.php?t=295699
 

jan55

Member
Messages
4,266
open with Notepad++ and create your "vPlug_Server.xml" files, you can add and more User clients (in this example there are 3 users) and cards which vPlug_Server supports ...

Code:
<?xml version="1.0" encoding="UTF-8"?>
<vPlug_Server>
	<section name="CCcam Server">
		<ident name="Version">2.2.1</ident>
		<ident name="Port">12000</ident>
		<ident name="Active">1</ident>
		<ident name="IP">192.168.2.1</ident>
	</section>
	<section name="camd3 UDP Server">
		<ident name="Port">5656</ident>
		<ident name="Active">1</ident>
		<ident name="IP">192.168.2.1</ident>
	</section>
	<section name="General">
		<ident name="Debug module">1</ident>
		<ident name="Log DCW">1</ident>
		<ident name="Log TCP Transfer">0</ident>
		<ident name="ECM cache size">30</ident>
		<ident name="EMM cache">1</ident>
		<ident name="EMM rewrite">3</ident>
		<ident name="Log To File">1</ident>
		<ident name="Log To File Separate">0</ident>
		<ident name="WebServer IP">192.168.2.1</ident>
		<ident name="WebServer Port">81</ident>
		<ident name="WebServer Active">1</ident>
		<ident name="CCcam Extended Functions">EXT,SID,EEL</ident>
		<ident name="StartUp Delay">0</ident>
	</section>
	<section name="User">
		<ident name="User name">vplug_server1</ident>
		<ident name="Pass">dreambox</ident>
		<ident name="ReShare">4</ident>
		<ident name="AU Enabled">1</ident>
	</section>
	<section name="User">
		<ident name="User name">vplug_server2</ident>
		<ident name="Pass">amiko</ident>
		<ident name="ReShare">4</ident>
		<ident name="AU Enabled">1</ident>
	</section>
	<section name="User">
		<ident name="User name">vplug_server3</ident>
		<ident name="Pass">hadu</ident>
		<ident name="ReShare">1</ident>
		<ident name="AU Enabled">0</ident>
	</section>
	<section name="CARD" caid="0604" card_name="Bulsatcom">
		<ident name="Comment">Bulsatcom 39E</ident>
		<ident name="ProviderID">000000</ident>
		<ident name="max Good SIDs">99</ident>
		<ident name="Good SID"></ident>
		<ident name="Bad SID"></ident>
	</section>
	<section name="CARD" caid="1010" card_name="RAS Tandberg">
		<ident name="Comment">Tandberg 1.9E_42E</ident>
		<ident name="ProviderID">000000</ident>
		<ident name="max Good SIDs">255</ident>
		<ident name="Good SID"></ident>
		<ident name="Bad SID"></ident>
	</section>
	<section name="CARD" caid="2600" card_name="BISS">
		<ident name="Comment">Biss 4.8E_52E</ident>
		<ident name="ProviderID">000000</ident>
		<ident name="max Good SIDs">255</ident>
		<ident name="Good SID"></ident>
		<ident name="Bad SID"></ident>
	</section>
</vPlug_Server>

The best and easiest way is to make the latest vkeys.db (with new updated SoftCam.key) in vPlug 2.4.6 in DVB Dream or some other dvb application and copy/paste vkeys.db to the main folder in vPlug_Server.

When you run vPlug_Server (CCcamm server) it can be connected c_lines with three clients (as in my case) via local internet connection (can use TCP and UDP protocol) with two STB receivers (some dreambox and some amiko) and with one localhost in your PC (hadu).

examples for c-lines to your clients inscribed in the devices:
1 - oscam in dreambox (enigma2) - TCP
C: 192.168.2.1 12000 vplug_server1 dreambox

2 - cs357x (camd35) in amiko - UDP
C: 192.168.2.1 5656 vplug_server2 amiko

3 - hadu in DVBDream - TCP
C: 192.168.2.1 12000 vplug_server3 hadu

192.168.2.1 - ip address of your PC - CCcam server (vPlug_Server)

Complete log of connections, ts protocol, etc. you can see in your web browser:
192.168.2.1:81
 
Last edited:

fiji

Member
Messages
1,074
@shishmish!
I manage vplug server every thing work on my local network .
I want to share it other network via internet for my a friend
like cccam / cline
how create it for external port forword with internet connection ?
 

jan55

Member
Messages
4,266
@shishmish!
I manage vplug server every thing work on my local network .
I want to share it other network via internet for my a friend
like cccam / cline
how create it for external port forword with internet connection ?

simply, install oscam server win (or ubuntu if you have linux) on your pc, but first make a your account and dns address on noip.com and you will have a your server and you can connect to a remote server via internet :thum:
 

fiji

Member
Messages
1,074
simply, install oscam server win (or ubuntu if you have linux) on your pc, but first make a your account and dns address on noip.com and you will have a your server and you can connect to a remote server via internet :thum:

I have no-ip account need compelte setup files for windows 7 64bit
upload oscam server files here .
 

jan55

Member
Messages
4,266
I download it already & manage it work ok my pc

in this link & chat section no configuration files & how to use oscam server for external sharing ?
@fiji, this story becomes very fun and funny. :rolleyes:
first, what cards do you want to share to your friend? if these are virtual cards with Softcam.key (ird2-bulsat and tandberg-1.9E & 42E + biss), your friend can also install vPlug_Server on his pc and connect to the local internet network with the receiver. he doesn't need your c-line. secondly, today almost every receiver can work as emu + au (if it has a firmware platform) or can install oscam (oscam-emu) depending on the receiver's operating system (and with platform support like enigma2, mipsel, arm, ...) and use virtual cards.
if your pc is a server, it has to work 24/7 (non-stop) and sharing only virtual cards is not logical and not cost effective.
my advice and the best solution, help a friend to install his local server on a pc (eg vPlug_Server) or oscam on the receiver ...
Regards
 

fiji

Member
Messages
1,074
@shishmish!
My friend have an old hd box no more update available on web
he want to use it wifi usb internet & receiver is cline supported

yes i want to share virtual cards with Softcam.key
its work only local network via router
i can make every thing perfactlly in oscam server & vplug server
by my self '

in these situation:
1= i creat my public ip to static for host in no-ip services
2= port forword 81 port number in router for webif in oscam manage
3= i use example :(192.168.X.X 30000 user pass) for local & external server

4= i creat a cline this with host; C: server.ddn.net 30000 user pass

5= first i check my port on online port checker its ok or green
6= my all services go to online
7= now i check my cline on web C: server.ddn.net 30000 user pass its show ok or (green mark) also check virtual cards use 4 cards
8= now i check it with my server on other network work fine .

I= Know I face A problem :
When first time create server & go to online with internet
my pc automatacally restar internet reconnet after work 2 minutes

know without server my internet connect again & reconnct
i try to resolve this problem but no succes

after this i re-install windows my internet connect ok


how to resolve this issue ?
 

jan55

Member
Messages
4,266
if you want to have a server connected to another external cccam server you must have either a static ip address or a dns address. in your router you have to allow and open the TCP port (in this case TCP 30000) It would also be best to create your dns address in the router. Another option is to create a dns ip address in the oscam.conf file (httpdyndns = hostname).
the next step is to configure oscam (c:/oscam), all config files oscam.conf, oscam.server, oscam.user, oscam.services and possibly oscam.keys (if you have in reader protocol = constcw) (here you have everything about config oscam: _*ttps://wiki.streamboard.tv/wiki/OSCam/en).
also, don't forget to allow priority (permission 777) for the oscam.exe file.
in attached you have some files for setup oscam, oscam.doc and other files...
 
Top