Supports multiple VPN protocols — SoftEther VPN (native implementation, no third-party client required), OpenVPN, MS-SSTP, and L2TP/IPsec (Android 12 and below only) — across both free and paid VPN Gate servers.
Available in Google Play Store
Free Version: https://play.google.com/store/apps/details?id=vn.unlimit.vpngate
Pro Version: https://play.google.com/store/apps/details?id=vn.unlimit.vpngatepro
| Protocol | Transport | Free Server | Paid Server |
|---|---|---|---|
| SoftEther VPN | TCP | ✅ | ✅ |
| SoftEther VPN | UDP | ✅ | ✅ |
| OpenVPN | TCP | ✅ | ✅ |
| OpenVPN | UDP | ✅ | ✅ |
| MS-SSTP | TCP | ✅ | ✅ |
| L2TP/IPsec | — | ✅ |
✅ |
Native SoftEther VPN protocol implementation via the SoftEther-Android-Module submodule (no third-party VPN client required).
Supports TCP and UDP (RUDP V1) transports. V2 (ChaCha20-Poly1305 AEAD) is planned.
Authentication methods:
| Method | Free Server | Paid Server |
|---|---|---|
| Anonymous | ✅ | — |
| Hashed Password | ✅ | — |
| Plain Password (RADIUS) | — | ✅ |
- Free servers authenticate as
vpn/vpnagainst thevpngatevirtual hub - Paid servers authenticate with user credentials against the
VPNGatePaidvirtual hub via RADIUS
Powered by OpenVPN for Android. Supports TCP and UDP transports with automatic or user-selected protocol.
Powered by Open SSTP Client. Connects over HTTPS/TLS using the standard Microsoft SSTP protocol with username/password authentication.
Uses the Android OS built-in L2TP/IPsec client. Available on both free and paid servers.
⚠️ Deprecated by Android: Google deprecated the built-in L2TP/IPsec VPN in Android 12 (API 31) and fully removed it in Android 13 (API 33). This protocol only works on devices running Android 12 or below. For Android 13+, please use SoftEther VPN, OpenVPN, or MS-SSTP instead.
This project is under GPLv3 LICENSE. It mean if you use this project or a part of this project in your project it must be open source.
This project use another open source project as library detail bellow.
- OpenVPN for Android under GPLv2 LICENSE (https://github.com/schwabe/ics-openvpn/blob/master/doc/LICENSE.txt)
- glide under Apache License, Version 2.0 (https://github.com/bumptech/glide/blob/master/LICENSE)
- Open SSTP Client for Android under MIT License (https://github.com/kittoku/Open-SSTP-Client/blob/main/LICENSE)
- SoftEther-Android-Module under Apache License, Version 2.0 (https://github.com/hoang-rio/SoftEther-Android-Module/blob/main/LICENSE)
Made with ♥ and a lot of coffee by hoangrio
