Welcome to World of IPTV

With

+23k members
+11k threads
+106k posts

we are the most popular IPTV community on the web. 

IMPORTANT NOTE:
WE HAVE RECENTLY NOTICED THAT TOO MANY DOUBLE FAKE ACCOUNTS ARE CREATED IN THE PAST.
TO PREVENT THIS ISSUE THE DECISION WAS MADE THAT IN THE FUTURE A ANNUALLY FEE 20 EURO WILL BE RAISED FOR NEW MEMBERSHIPS.

Join now to the World of IPTV

Forum Rules

Before you start, check out the forum rules first

Account upgrade

Upgrade your account to get access to full features

Advertising

Would you like to place your advertisement with us ?

Resources Manager

Hundreds of IPTV scripts and apps are available for download

Info Add Config file on XCIPTV VPN

smartinnovation

Extended Member
Ext. Member
Joined
Oct 15, 2020
Messages
7
Reaction score
0
Points
4
Location
london
Could someone pointing me in the right direction???

panel using the same method.
What i'm looking for is change the vpn api or unveil on de api code the button to add config file directly on the App like the picture underneath.
What i done so far try to copy the config smali code from a app with that feature and put on my app base without but no result, Also i try to hardcoded a app with that feature working already by just redirect to my panel but did not work, but the app assumed the portals config and also the vpn layout without the button to add config file.
Before connecting with the admin panel
LbQUtQ.jpg

After connecting to admin panel
LbQ3Oc.jpg
 

iptvayr

Extended Member
Ext. Member
Joined
Oct 19, 2019
Messages
217
Reaction score
766
Points
104
Location
Atlantis
Could someone pointing me in the right direction???

panel using the same method.
What i'm looking for is change the vpn api or unveil on de api code the button to add config file directly on the App like the picture underneath.
What i done so far try to copy the config smali code from a app with that feature and put on my app base without but no result, Also i try to hardcoded a app with that feature working already by just redirect to my panel but did not work, but the app assumed the portals config and also the vpn layout without the button to add config file.
Before connecting with the admin panel
LbQUtQ.jpg

After connecting to admin panel
LbQ3Oc.jpg

Just add vpn locations to your app admin panel, if you leave the user and pass fields blank the client normally has to enter their details to connect or buy a unlimited cx vpn and afldd the user and pass yourself then they can just click and connect.
 

smartinnovation

Extended Member
Ext. Member
Joined
Oct 15, 2020
Messages
7
Reaction score
0
Points
4
Location
london
Just add vpn locations to your app admin panel, if you leave the user and pass fields blank the client normally has to enter their details to connect or buy a unlimited cx vpn and afldd the user and pass yourself then they can just click and connect.
thanks for your help, but in my specific case i already have a VPN Server that just give me ovpn files for each cliente , when i install the app i would like to be able to load the file individually for each customer because when they get service they buying all together with vpn.
in that sense for me would be essential have the capacity to upload the ovpn individual file for each customer and they login using username and password.
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

iptvayr

Extended Member
Ext. Member
Joined
Oct 19, 2019
Messages
217
Reaction score
766
Points
104
Location
Atlantis
thanks for your help, but in my specific case i already have a VPN Server that just give me ovpn files for each cliente , when i install the app i would like to be able to load the file individually for each customer because when they get service they buying all together with vpn.
in that sense for me would be essential have the capacity to upload the ovpn individual file for each customer and they login using username and password.
So load a generic ovpn to the app and leave the user and pass blank so the client can add their own login

This is the easiest option
 

smartinnovation

Extended Member
Ext. Member
Joined
Oct 15, 2020
Messages
7
Reaction score
0
Points
4
Location
london
So load a generic ovpn to the app and leave the user and pass blank so the client can add their own login

This is the easiest option
I don't know if you are familiar with pritunl basically is a open vpn based server with GUI admin panel for your customers. How could I create a generic ovpn file because this server just give me 24 hours temporary links.

Lb79bA.jpg


Lb7wr1.jpg

normally i use one of this links to download the config file , but the config file is unique to each client
 

rctempire

Extended Member
Ext. Member
Joined
Oct 29, 2019
Messages
63
Reaction score
53
Points
29
Location
.
I don't know if you are familiar with pritunl basically is a open vpn based server with GUI admin panel for your customers. How could I create a generic ovpn file because this server just give me 24 hours temporary links.

Lb79bA.jpg


Lb7wr1.jpg

normally i use one of this links to download the config file , but the config file is unique to each client
If you grab the ovpn for say two or three and compare them.

Do the insides look similar? If so then host that on your panel side (the ovpn).
Then just give out user name and password once integrated.
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

smartinnovation

Extended Member
Ext. Member
Joined
Oct 15, 2020
Messages
7
Reaction score
0
Points
4
Location
london
If you grab the ovpn for say two or three and compare them.

Do the insides look similar? If so then host that on your panel side (the ovpn).
Then just give out user name and password once integrated.
Thanks very much for your reply could you show me an example please thanks
 

rctempire

Extended Member
Ext. Member
Joined
Oct 29, 2019
Messages
63
Reaction score
53
Points
29
Location
.
Thanks very much for your reply could you show me an example please thanks

If you download your ovpn from that portal
then open them up in say notepad++
Do they look identical inside?

If so then you know its the same authentication script and you only need one of these for everyone!!
 

smartinnovation

Extended Member
Ext. Member
Joined
Oct 15, 2020
Messages
7
Reaction score
0
Points
4
Location
london
If you download your ovpn from that portal
then open them up in say notepad++
Do they look identical inside?

If so then you know its the same authentication script and you only need one of these for everyone!!
yes i compare them and they look similar they use the same public key, and the same authentication, the only difference is the user id. my question is how I host the ovpn file on my panel side ? should i put on the public folder where i host the panel? Do I need to edit anything on the ovpn file ? Or there is a specific place to put it?
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
shape1
shape2
shape3
shape4
shape5
shape6
Top
AdBlock Detected

We know, ad-blocking software do a great job at blocking ads. But our site is sponsored by advertising. 

For the best possible site experience please take a moment to disable your AdBlocker.
You can create a Account with us or if you already have account, you can prefer an Account Upgrade.

I've Disabled AdBlock