{% extends 'pages/_install_base.html' %} {% load i18n %} {% block pagetitle %} {% trans "Install on Android" %} {% endblock %} {% block wireguard_setup %}
  1. {% blocktrans trimmed with url="https://play.google.com/store/apps/details?id=com.wireguard.android" %} Install the WireGuard app on the Play Store. {% endblocktrans %}
    {% blocktrans trimmed with url="https://f-droid.org/en/packages/com.wireguard.android/" %} It is also available on F-Droid if you prefer. {% endblocktrans %}
  2. {% blocktrans trimmed %} Create a new WireGuard key in your account and display its QR code. {% endblocktrans %}
    {% trans "You need one for each device that you want to associate with your account."%}
  3. {% trans "Import the configuration in WireGuard by opening the app and scanning the QR code."%}
  4. {% trans "Activate the newly imported configuration in WireGuard."%}
    {% trans "You can check your IP address by refreshing this page (or opening it on the device) and looking at the bottom."%}
{% endblock %} {% block openvpn_setup %}
  1. {% blocktrans trimmed with url="https://play.google.com/store/apps/details?id=de.blinkt.openvpn" %} First, install Arne Schwabe's OpenVPN for Android. It is the most frequently updated and secure OpenVPN client for Android to our knowledge. {% endblocktrans %}
  2. {% blocktrans trimmed %} Download the .ovpn file you need in your account and save it somewhere on your Android device. {% endblocktrans %}
  3. {% trans "Open the OpenVPN for Android application and import the .ovpn file." %}
    {% trans "It will create a new profile from the configuration file." %}
  4. {% trans "(Optional) Save your username and password:" %}
    {% blocktrans trimmed %} Edit the imported profile and set your username and password if you do not want to be asked every time. {% endblocktrans %}
  5. {% blocktrans trimmed %} You can now connect to that profile.
    It will show the log while trying to connect. If it fails, you can use the menu here to send the log by email to support at ccrypto.org or copy it in a support ticket. {% endblocktrans %}
{% endblock %}