LinuxCommandLibrary

warp-diag

Cloudflare WARP diagnostic and troubleshooting tool

TLDR

Run full diagnostics and create a zip report
$ warp-diag
copy
Run diagnostics and save to a specific directory
$ warp-diag --output [path/to/directory]
copy
Run diagnostics without browser-based feedback
$ warp-diag --no-open
copy

SYNOPSIS

warp-diag [options]

DESCRIPTION

warp-diag collects diagnostic information for the Cloudflare WARP client and packages it into a zip file. It gathers WARP client logs, system network configuration, DNS settings, connectivity test results, and client state to help troubleshoot connection issues.
The generated zip file can be shared with Cloudflare support for analysis. The tool may also open a browser to submit feedback directly to Cloudflare.

PARAMETERS

--output directory

Save diagnostic zip file to the specified directory.
--no-open
Do not automatically open the feedback URL in a browser after collection.

CAVEATS

Requires the Cloudflare WARP client (warp-svc) to be installed. Some diagnostics may require root/administrator access. The zip file may contain sensitive network configuration details.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard