Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,23 @@ To install the WARP client, run the following command:
msiexec /i "Cloudflare_WARP_<VERSION>.msi" /qn ORGANIZATION="your-team-name" SUPPORT_URL="http://support.example.com"
```

Refer to [deployment parameters](/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/parameters/) for a description of each argument.
#### Supported properties

The WARP MSI installer supports the following [public properties](https://learn.microsoft.com/en-us/windows/win32/msi/public-properties):

- `ORGANIZATION`
- `GATEWAY_UNIQUE_ID`
- `AUTH_CLIENT_ID`
- `AUTH_CLIENT_SECRET`
- `ONBOARDING`
- `OVERRIDE_API_ENDPOINT`
- `OVERRIDE_DOH_ENDPOINT`
- `OVERRIDE_WARP_ENDPOINT`
- `SERVICE_MODE`
- `SUPPORT_URL`
- `SWITCH_LOCKED`

Refer to [deployment parameters](/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/parameters/) for a description of each property.

### Uninstall WARP

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,10 @@ This parameter replaces the old `enabled` property, which can no longer be used

### `unique_client_id`

:::note
Only valid for iOS and Android/ChromeOS.
:::

Assigns a unique identifier to the device for the [device UUID posture check](/cloudflare-one/identity/devices/warp-client-checks/device-uuid).

**Value Type:** `string`
Expand Down Expand Up @@ -268,9 +272,9 @@ Enables multiple user registrations on a Windows device.

Allows WARP to connect with a service token before a user completes the initial Windows login. For more information, refer to [Connect WARP before Windows login](/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/windows-prelogin/).

## Per-App VPN parameters (Android)
## Per-app VPN parameters (Android)

To support the per-app VPN for Android devices, Cloudflare has introduced new MDM parameters. The admin can configure these new MDM parameters via any MDM tool that supports deploying an Android app to managed devices or work profiles.
[Per-app VPN](https://support.google.com/work/android/answer/9213914?hl=en) parameters allow you to choose the Android apps that can send traffic through the WARP tunnel. Admins can configure these parameters via any MDM tool that supports deploying an Android app to managed devices or work profiles.

### `app_identifier`

Expand Down