LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

warp-diag

Cloudflare WARP diagnostic and troubleshooting tool

TLDR

Run full diagnostics and create a zip report
$ warp-diag
copy
Run diagnostics with a timestamp in the output filename
$ warp-diag --add-ts
copy
Run diagnostics and save to a specific directory
$ warp-diag --output [path/to/directory]
copy
Submit feedback to Cloudflare interactively
$ warp-diag feedback
copy

SYNOPSIS

warp-diag [options] [subcommand]

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.

PARAMETERS

--output directory

Save diagnostic zip file to the specified directory.
--add-ts
Add a timestamp to the output filename.
feedback
Submit feedback to Cloudflare interactively.

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

Copied to clipboard
Kai