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 @@ -6,10 +6,12 @@ sidebar:

---

import { Details } from "~/components"
import { Details, Render } from "~/components"

This page lists the error codes that can appear in the WARP client GUI. If you do not see your error below, refer to [common issues](/cloudflare-one/team-and-resources/devices/warp/troubleshooting/common-issues/) or [contact Cloudflare Support](/support/contacting-cloudflare-support/).

<Render file="warp/troubleshooting-guide-reference" product="cloudflare-one" />

<div class="medium-img">

![Example of error message in WARP GUI](~/assets/images/cloudflare-one/connections/warp-gui-error.png)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import { Render } from "~/components";

This section covers the most common issues you might encounter as you deploy the WARP client in your organization, or turn on new features that interact with the client. If you do not see your issue listed below, refer to the [troubleshooting FAQ](/cloudflare-one/faq/troubleshooting/) or [contact Cloudflare Support](/support/contacting-cloudflare-support/).

<Render file="warp/troubleshooting-guide-reference" product="cloudflare-one" />

## Unable to connect WARP

If WARP is stuck in the `Disconnected` state or frequently changes between `Connected` and `Disconnected`, this indicates that the client cannot establish a connection to Cloudflare's global network.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ head:
content: Known limitations - WARP
---

import { Render } from "~/components";

Below, you will find information on devices, software, and configurations that are incompatible with Cloudflare WARP.

<Render file="warp/troubleshooting-guide-reference" product="cloudflare-one" />

## Windows Server

The WARP client does not run on Windows Server. Refer to the [downloads page](/cloudflare-one/team-and-resources/devices/warp/download-warp/) for a list of supported operating systems.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ import { Render } from "~/components";
## Best practices

Securing your organization with a Zero Trust Network Access solution usually happens in two phases: the first phase is establishing connectivity, and the second phase is building policies for distinct applications. We recommend verifying that all connectivity is working as expected before moving on to build complex security policies. This will reduce the amount of troubleshooting and challenges that arise from managing complex systems.

<Render file="warp/troubleshooting-guide-reference" product="cloudflare-one" />
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ sidebar:

---

import { Render } from "~/components";

Learn how to troubleshoot your ZTNA deployment.

## Objectives
Expand All @@ -14,3 +16,5 @@ By the end of this module, you will be able to:

* Investigate why users cannot connect to private network applications behind Cloudflare Tunnel.
* Fix the most common causes of connectivity issues.

<Render file="warp/troubleshooting-guide-reference" product="cloudflare-one" />
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ By the end of this module, you will be able to:
file="zero-trust/configure-device-agent-objectives"
product="learning-paths"
/>

<Render file="warp/troubleshooting-guide-reference" product="cloudflare-one" />
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ import { Render } from "~/components";
## Best practices

Securing your organization with Zero Trust usually happens in two phases: the first phase is establishing connectivity, and the second phase is building policies for distinct applications. We recommend verifying that all connectivity is working as expected before moving on to build complex security policies. This will reduce the amount of troubleshooting and challenges that arise from managing complex systems.

<Render file="warp/troubleshooting-guide-reference" product="cloudflare-one" />
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
:::note[Troubleshoot WARP]

For step-by-step guidance on diagnosing and resolving WARP client issues, refer to the [WARP troubleshooting guide](/cloudflare-one/team-and-resources/devices/warp/troubleshooting/troubleshooting-guide/). The guide covers:

- How to collect diagnostic logs via the Cloudflare dashboard or CLI
- How to review key configuration files
- Common misconfigurations and their fixes
- Best practices for filing support tickets

:::
Loading