You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/cloudflare-one/connections/connect-devices/warp/troubleshooting/troubleshooting-guide.mdx
+22-31Lines changed: 22 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,62 +5,53 @@ sidebar:
5
5
order: 0
6
6
---
7
7
8
-
import { MetaInfo, Render, Tabs, TabItem, Type } from"~/components";
8
+
import { MetaInfo, Render, Steps, Tabs, TabItem, Type } from"~/components";
9
9
10
10
This guide helps you diagnose and resolve common issues with the Cloudflare WARP client. It covers how to troubleshoot the WARP client on desktop operating systems, including Windows, macOS, and Linux.
11
11
12
-
## Prerequisites
12
+
1.**Before you start**: [Prerequisites](#prequisites), permissions, [version control](#check-your-warp-version) and WARP basics.
13
+
2.**Collect logs**: Through the [dashboard]() (with DEX remote capture) or the [command-line interface](#option-b-collect-logs-via-the-cli) (CLI) (`warp-diag`).
5.**File a support ticket**: What to include to solve your issue faster.
13
17
14
-
To use this guide, you must have completed the [Zero Trust onboarding flow](/cloudflare-one/setup/) with a Zero Trust organizaton created and the WARP client installed on an end user device.
18
+
## 1. Before you start
15
19
16
-
:::caution[Update WARP before troubleshooting]
20
+
### Prequisites
17
21
18
-
Many troubleshooting issues are caused by outdated client versions. For the best performance and compatibility, administrators should check for new releases and [upgrade the WARP client](/cloudflare-one/connections/connect-devices/warp/download-warp/) before attempting to troubleshoot other issues.
19
-
20
-
After updating the WARP client, monitor the issue to see if it recurs. If the issue persists, continue with the troubleshooting guide.
21
-
22
-
:::
23
-
24
-
## Troubleshooting overview
22
+
- You must have completed the [Zero Trust onboarding flow](/cloudflare-one/setup/) with a Zero Trust organizaton created.
23
+
- You must have the WARP client installed on an end user device.
24
+
- You must have a [role](/cloudflare-one/roles-permissions/) that gives admin permission to download logs on the Cloudflare dashboard.
25
25
26
-
This guide uses [WARP diagnostic logs](/cloudflare-one/connections/connect-devices/warp/troubleshooting/warp-logs/) to help you verify that your WARP configuration is working as intended.
26
+
### Check your WARP version
27
27
28
-
To troubleshoot if WARP misconfiguration is the source of your issue, you will:
28
+
Many troubleshooting issues are caused by outdated client versions. For the best performance and compatibility, administrators should check for new releases and [upgrade the WARP client](/cloudflare-one/connections/connect-devices/warp/download-warp/) before attempting to troubleshoot other issues.
29
29
30
-
1. Review the WARP basics to familiarize yourself with WARP functionality.
31
-
2. Review the best practice advice and run a remote capture to download WARP diagnostic logs.
32
-
3. Check your WARP diagnostic logs for connection status, profile ID accuracy, and split tunnel configuration accuracy.
33
-
4. Before filing a support ticket, review the support ticket checklist to ensure a fast response to your problem.
30
+
After updating the WARP client, monitor the issue to see if it recurs. If the issue persists, continue with the troubleshooting guide.
34
31
35
-
## WARP basics
32
+
###WARP basics
36
33
37
34
Review the WARP client’s architecture, installation paths, and modes to help you diagnose issues with greater accuracy.
38
35
39
-
### WARP architecture
36
+
####WARP architecture
40
37
41
38
<Renderfile="warp/warp-comprises" />
42
39
43
-
### WARP installation details
40
+
####WARP installation details
44
41
45
42
<Renderfile="warp/warp-installation-details" />
46
43
47
-
### WARP modes
44
+
####WARP modes
48
45
49
46
WARP operates in several modes, each with different traffic handling capabilities:
50
47
51
48
<Renderfile="warp/warp-modes" />
52
49
53
-
:::tip
54
-
55
-
Run `warp-cli settings` to review your device’s current WARP mode and other configured [WARP settings](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-settings/).
56
-
57
-
:::
58
-
59
-
## 1. Collect diagnostic logs
50
+
## 2. Collect diagnostic logs
60
51
61
-
You can collect diagnostic logs in two ways: the Cloudflare dashboard or the `warp-diag` command-line interface (CLI).
52
+
You can collect diagnostic logs in two ways: the [Cloudflare dashboard](#option-a-collect-logs-via-the-cloudflare-dashboard) or the [`warp-diag`]() command-line interface (CLI).
62
53
63
-
### Collect logs via the Cloudflare dashboard
54
+
### Option A: Collect logs via the Cloudflare dashboard
64
55
65
56
For WARP client versions higher than `2024.12.492.0`, you can collect diagnostic logs remotely from the Zero Trust dashboard by using Digital Experience Monitoring's (DEX) remote captures.
66
57
@@ -94,7 +85,7 @@ By following these steps, you will ensure that your WARP diagnostic logs have ca
94
85
95
86
After you have your diagnostic files, go to [Review diagnostic logs](/cloudflare-one/connections/connect-devices/warp/troubleshooting/troubleshooting-guide/#2-review-diagnostics-logs) to continue troubleshooting.
96
87
97
-
### Collect logs via the CLI
88
+
### Option B: Collect logs via the CLI
98
89
99
90
Collect WARP diagnostic logs by downloading them to your desktop using the `warp-diag` CLI.
0 commit comments