Nirob3x / android-vpn-client-ics-openvpn

Android VPN app client UI for OpenVPN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android VPN Client using ics-openvpn

The client app is based on OpenVPN protocol, and you can create your own android VPN apps like Turbo VPN, Thunder VPN, or Hotspot Shield Free VPN.

The app can calculate the daily usage of data, connected time, check connection speed from notifications, change the interface into night-mode, multiple servers, remote-config and visual-effects.

The servers are now offline! So the servers are waiting for a connection. Get an OpenVPN file and paste the file in filedetails.json. Create your own JSON file and host in a server.

Links

Get the APK files from the following app-stores

  1. https://play.google.com/store/apps/details?id=com.buzz.vpn
  2. https://buzz-vpn-fast-free-unlimited-secure-vpn-proxy.en.uptodown.com/android
  3. https://www.amazon.com/Buzz-VPN-Free-Pop-up-Ads/dp/B07T3X677T

Images

Android VPN Client using ics-openvpn

Watch

IMAGE ALT TEXT HERE

Introduction

In this android app, you can develop your own android vpn client. The project is based up on https://github.com/schwabe/ics-openvpn.

This repository contains the files related to the app. The master branch contains the app's source code (the code the app's developers edit).

The remainder of this document contains how to deploy the app on production and configuring the source code.

Develop

#1 Select checkout project from version control

https://raw.githubusercontent.com/gayankuruppu/gayankuruppu.github.io/master/images/step-1-checkout-project-from-version-control.png

#2 Enter the link of the repository and select project folder

https://raw.githubusercontent.com/gayankuruppu/gayankuruppu.github.io/master/images/step-2-enter-the-link-of-the--git-repository.PNG

#3 Click Yes to open the repositoy on the project

https://raw.githubusercontent.com/gayankuruppu/gayankuruppu.github.io/master/images/step-3-click-yes-to-open-the-repository.PNG

#4 Build started

https://raw.githubusercontent.com/gayankuruppu/gayankuruppu.github.io/master/images/step-4-build-started.PNG

#5 Build finished

https://raw.githubusercontent.com/gayankuruppu/gayankuruppu.github.io/master/images/step-5-build-finished.PNG

Deploy

  • Before deploying your app, please remove the google-services.json file from your app. google-services.json

Install OpenVPN server for multiple users by few steps. Go to this repository and clone. Run the script OpenVPN Install for Multiple Users

Remote config

App details

Load the details of the app from the following link app details. Go to appdetails.json.

File details

Load the OpenVPN files from the following link file details. Go to filedetails.json.

References

  1. OpenVPN for Android

About

Android VPN app client UI for OpenVPN

License:MIT License


Languages

Language:Java 100.0%