Android VPN app configuration

You can manage VPN app on enrolled Android devices by defining settings through managed configurations that can be remotely applied to the VPN app.

You can configure and distribute email app in the same way that you distribute any other Android app. Follow the app distribution work flow at Application management.

To configure VPN app for Android, define the parameters of managed configurations of the intended Android VPN app in JSON format. The following is a basic example to illustrate the key parameters of an Android VPN configuration JSON through managed configurations:

{
"portal":"xxxxx-xxx.hcltechsw.com",
"username":"example@domain.com",
"password":"*********"
}

Where,

  • Portal The IP address or domain of the VPN server.
  • username: is the unique identifier of the VPN profile.
  • password is the secret key associated with the user name.