Skip to content

Commit 08bafe8

Browse files
edits
1 parent 2fded6b commit 08bafe8

File tree

2 files changed

+23
-32
lines changed

2 files changed

+23
-32
lines changed

src/content/docs/cloudflare-one/connections/connect-devices/warp/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ head:
88
content: About Cloudflare WARP
99
---
1010

11-
import { Stream } from "~/components"
11+
import { Render, Stream } from "~/components"
1212

1313
## About Cloudflare WARP
1414

src/content/docs/cloudflare-one/connections/connect-devices/warp/troubleshooting/troubleshooting-guide.mdx

Lines changed: 22 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -5,62 +5,53 @@ sidebar:
55
order: 0
66
---
77

8-
import { MetaInfo, Render, Tabs, TabItem, Type } from "~/components";
8+
import { MetaInfo, Render, Steps, Tabs, TabItem, Type } from "~/components";
99

1010
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.
1111

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`).
14+
3. **Review logs**: [Status](#check-warp-status), [settings](#check-warp-settings), [profile ID](#wrong-profile-id), [split tunnel](#wrong-split-tunnel-configuration) configuration.
15+
4. **Fix common misconfigurations**: Profile mismatch, split tunnel issues, managed network issues.
16+
5. **File a support ticket**: What to include to solve your issue faster.
1317

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
1519

16-
:::caution[Update WARP before troubleshooting]
20+
### Prequisites
1721

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.
2525

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
2727

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.
2929

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.
3431

35-
## WARP basics
32+
### WARP basics
3633

3734
Review the WARP client’s architecture, installation paths, and modes to help you diagnose issues with greater accuracy.
3835

39-
### WARP architecture
36+
#### WARP architecture
4037

4138
<Render file="warp/warp-comprises" />
4239

43-
### WARP installation details
40+
#### WARP installation details
4441

4542
<Render file="warp/warp-installation-details" />
4643

47-
### WARP modes
44+
#### WARP modes
4845

4946
WARP operates in several modes, each with different traffic handling capabilities:
5047

5148
<Render file="warp/warp-modes" />
5249

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
6051

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).
6253

63-
### Collect logs via the Cloudflare dashboard
54+
### Option A: Collect logs via the Cloudflare dashboard
6455

6556
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.
6657

@@ -94,7 +85,7 @@ By following these steps, you will ensure that your WARP diagnostic logs have ca
9485

9586
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.
9687

97-
### Collect logs via the CLI
88+
### Option B: Collect logs via the CLI
9889

9990
Collect WARP diagnostic logs by downloading them to your desktop using the `warp-diag` CLI.
10091

0 commit comments

Comments
 (0)