# Install WireGuard Client on Android Device

## Description

The guide here provides steps to install WireGuard app on Android device and to activate the tunnel. This app allows users to create an encrypted VPN for secure communication.

## Prerequisites

The prerequisites to install WireGuard on Android device are:

1. A user must have an Android Phone.
2. Before proceeding with the installation, obtain the WireGuard conf file from a System Administrator.

## Procedure

The steps to install WireGuard in an Android device are:

1. In the Android play store, search for "wireguard" and then tap **Install**.
2. After the successful installation, tap **Open**

<figure><img src="https://content.gitbook.com/content/JZcdob2emEcLMvLyIxqT/blobs/TA6xXpAZLom1GSWgreJ5/search-wireguard.png" alt=""><figcaption><p>WireGuard application</p></figcaption></figure>

2. Tap the + icon to add the tunnel.

<figure><img src="https://content.gitbook.com/content/JZcdob2emEcLMvLyIxqT/blobs/fqFWNOK6wZRVN4vhcIkr/add-wireguard-tunnel.png" alt=""><figcaption><p>WireGuard application - Add tunnel</p></figcaption></figure>

3. A list of options appear at the bottom of the app. Tap the *Import from file or archive* option.

<figure><img src="https://content.gitbook.com/content/JZcdob2emEcLMvLyIxqT/blobs/FAucWlBpyACxeuurXgw6/import-from-file.png" alt=""><figcaption></figcaption></figure>

4. Tap the WireGuard conf file provided by the system administrator.
5. On successful tunnel creation, the tunnel name will appear at the top of the app.

<figure><img src="https://content.gitbook.com/content/JZcdob2emEcLMvLyIxqT/blobs/wtrTExw7feG5l4WcF6Hd/inactive-wireguard-tunnel.png" alt=""><figcaption></figcaption></figure>

5. Tap to activate the tunnel in WireGuard.

<figure><img src="https://content.gitbook.com/content/JZcdob2emEcLMvLyIxqT/blobs/7sTPSuBfx0ndgOe0xaI5/active-wireguard-tunnel.png" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.openg2p.org/operations/deployment/scaling/base-infrastructure/wireguard-bastion/install-wireguard-app-and-activate-tunnel.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
