Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to merge OpenVPN client app with another android app?

I need to connect my application to different servers on my network using openvpn protocol.

All works using OpenVPN Connect or OpenVPN for Android apps (link).

Now I would like to integrate OpenVPN app with mine so that everything gets automated.

(i.e)The user doesn't have to install an additional app and user doesn't have to configure it all by himself.

Is it possible ?

Any help on app integration will be appreciated !

like image 391
tulkas85 Avatar asked Mar 27 '14 12:03

tulkas85


People also ask

How do I add client to OpenVPN?

After you have installed the OpenVPN Connect app, follow these steps: Click + to add a new connection. Enter your server URL (IP address or custom hostname) in HTTPS format, or alternatively, upload a config file. Enter your user credentials and click Import.

What is OpenVPN Connect app?

The OpenVPN Connect App enables mobile users to have access to Enterprise-grade security, reliability, and scalability features offered by its Private Tunnel Service and OpenVPN Access Server Software.

Where is OpenVPN config file android?

All the files downloaded from VPNFacile are located in the intitled folder VPNFacile_configfiles.


1 Answers

It sound a lot like you want to build your own VPN provider app. That is certainly possible. You can control OpenVPN for Android via an API or build an app on top of it. Just make sure you respect the license of ics-openvpn (see README for details). If in doubt contact the author of the app.

like image 70
plaisthos Avatar answered Oct 11 '22 04:10

plaisthos