> For the complete documentation index, see [llms.txt](https://learn.netmaker.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.netmaker.io/getting-started/server-and-client-management/client-installation/mobile-app-installation.md).

# Mobile App Installation

The Mobile App offers secure, seamless access to a Netmaker network on iOS and Android devices.

## Download / Installation

The Mobile App is available on both iOS and Android, providing a simple way for mobile users to connect to a Netmaker network.

Google Play Store (Android):

Scan the QR code

<img src="/files/37a2710ba2492558ae4bde3d055a779960ff9e41" alt="Netmaker RAC on Google Play Store" width="188">

Apple App Store (iOS):

Scan the QR code

<img src="/files/fcdbfc842ed7e49bbfa960fc8ac6d81af3bb9d47" alt="Netmaker RAC on Apple App Store" width="188">

## Launching Netmaker (Mobile)

Android and iOS: Find Netmaker RAC in the app list and tap to launch it.

## Using the Mobile App

{% stepper %}
{% step %}

### Login

Open the app and enter the Tenant ID and Server URL (if using a self-hosted instance).

For Self-hosted, the login screen will look like this:\
![Image](https://media.discordapp.net/attachments/1278705372894462003/1354570547513659573/IMG_20250326_223347.jpg?ex=67e5c5a1\&is=67e47421\&hm=dfda3f78e39b1e60d668d3dcfc6f3fda03ccf9ef100709637c4a5be0ec06e05b&=\&format=webp\&width=409\&height=735)

For SaaS, the login screen will look like this:\
![Image](https://media.discordapp.net/attachments/1278705372894462003/1354570547241156781/IMG_20250326_223420.jpg?ex=67e5c5a1\&is=67e47421\&hm=dc10ed335bbfa53ffbeb55a6cbc8016908a64be406b9a8849391000186a6470b&=\&format=webp\&width=429\&height=735)

Users will then enter their credentials or authenticate via social login.
{% endstep %}

{% step %}

### Refresh / Logout

The Reload button (🔄) refreshes the network list, while the Logout button (➡️) signs out.

![](/files/YZdjtVCOR9fUmAD9BCxh)
{% endstep %}

{% step %}

### Connect to the Network

After logging in, select an available network and gateway to establish a connection. Internet gateways (globe icon) provide VPN-like functionality.

![](/files/2dlYP2P5oPVwlAyvltFf)
{% endstep %}

{% step %}

### Refreshing the Connection

If connectivity issues arise, refresh the connection using the Refresh option.

![](/files/V7UUW1zfsWbIlS6CQkuk)
{% endstep %}

{% step %}

### Disconnecting

You can disconnect from the network at any time by selecting Disconnect.

![](/files/xu11BFNOGzetFmzKO3F9)
{% endstep %}
{% endstepper %}

## Uninstalling the Mobile App

If the app is currently open, logout from the app and quit it before continuing.

{% stepper %}
{% step %}

### Android

1. Open the Google Play Store app.
2. At the top right, tap the Profile icon.
3. Tap Manage apps & devices. Manage.
4. Find and tap Netmaker.
5. Tap Uninstall.
   {% endstep %}

{% step %}

### iOS

Find the Netmaker RAC app.

1. Touch and hold the Netmaker RAC app.
2. Tap Remove App.
3. Tap Delete App, then tap Delete to confirm.

If you can't find the app, [use Spotlight to search for it](https://support.apple.com/en-ph/118232). You can delete apps from Spotlight.
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://learn.netmaker.io/getting-started/server-and-client-management/client-installation/mobile-app-installation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
