|
1 | 1 | # Mobile Client |
2 | | - |
| 2 | +{% hint style="warning" %} |
| 3 | +Mobile client is currently under development, current page should be considered as preview. Some parts of UI may look diffrent in upcoming release. |
| 4 | +{% endhint %} |
3 | 5 |
|
4 | 6 | ### Installation |
5 | 7 |
|
6 | 8 | Download for [iOS](https://defguard.net) or [Android](https://defguard.net) (Coming soon!) |
7 | 9 |
|
| 10 | +### Quick guide |
| 11 | +- [How to add instance?](#adding-new-instance-by-qr-or-manually) |
| 12 | +- [How to connect to location without MFA?](#connecting-to-location-without-mfa) |
| 13 | +- [How to connect to location with MFA?](#connecting-to-location-with-mfa) |
| 14 | +- [Supported MFA methods](#supported-mfa-methods) |
| 15 | +- [Additional features](#additional-features) |
8 | 16 | ### Connecting made effortless |
9 | 17 |
|
10 | 18 | <figure><img src="../.gitbook/assets/defguard-mobile-connecting.gif" width=50% alt=""></figure> |
11 | 19 |
|
12 | 20 |
|
13 | | ---- |
14 | 21 |
|
15 | 22 |
|
| 23 | +### Adding new instance (by QR or manually) |
| 24 | + |
| 25 | +<figure><img src="../.gitbook/assets/defguard-mobile-new-instance.jpg" width=50% alt=""></figure> |
| 26 | + |
| 27 | + |
| 28 | +{% hint style="warning" %} |
| 29 | +Your phone will need to add new VPN configuration, when you see the request, please allow it. Without this permission, Defguard cannot establish VPN connection. |
| 30 | +{% endhint %} |
| 31 | +### Connecting to location (without MFA) |
| 32 | + |
| 33 | +1. Choose desired instance from list |
| 34 | +2. Select location by clicking "Connect" next to it |
| 35 | +3. Choose if you want to route you traffic with: |
| 36 | + - Predefined traffic (Faster for general browsing) |
| 37 | + - All traffic (Full encryption and privacy) |
| 38 | +4. Press "Connect" |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | +### Connecting to location (with MFA) |
| 43 | + |
| 44 | +1. Choose desired instance from list |
| 45 | +2. Select location by clicking "Connect" next to it |
| 46 | +3. Choose if you want to route you traffic with: |
| 47 | + - Predefined traffic (Faster for general browsing) |
| 48 | + - All traffic (Full encryption and privacy) |
| 49 | +4. Choose MFA method which is configured in your account |
| 50 | + - Email |
| 51 | + - Authenticator App |
| 52 | + - Biometric |
| 53 | +5. Authenticate and connect. |
| 54 | + |
| 55 | +{% hint style="warning" %} |
| 56 | +If your instance have configured external OpenID authentication, it will be used as primary method for MFA |
| 57 | +{% endhint %} |
| 58 | + |
16 | 59 | ### Supported MFA Methods |
17 | 60 | Defguard Mobile supports multiple secure authentication methods: |
18 | 61 | - **TOTP** – time‑based one‑time passwords (Authenticator apps) |
|
0 commit comments