2025-03-14 21:59:59 -06:00
|
|
|
# warp-cli
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
> Connect, disconnect, and switch modes of a connection to Cloudflare's WARP service.
|
2025-03-14 21:59:59 -06:00
|
|
|
> WARP is a VPN that encrypts traffic for privacy, security, and speed.
|
|
|
|
|
> See also: `fastd`, `ivpn`, `mozillavpn`, `mullvad`.
|
|
|
|
|
> More information: <https://developers.cloudflare.com/warp-client/>.
|
|
|
|
|
|
|
|
|
|
- Register the current device to WARP (must be run before first connection):
|
|
|
|
|
|
|
|
|
|
`warp-cli registration new`
|
|
|
|
|
|
2026-06-12 17:51:25 -06:00
|
|
|
- Display the current registration information:
|
|
|
|
|
|
|
|
|
|
`warp-cli registration show`
|
|
|
|
|
|
2025-03-14 21:59:59 -06:00
|
|
|
- Connect to WARP:
|
|
|
|
|
|
|
|
|
|
`warp-cli connect`
|
|
|
|
|
|
|
|
|
|
- Disconnect from WARP:
|
|
|
|
|
|
|
|
|
|
`warp-cli disconnect`
|
|
|
|
|
|
|
|
|
|
- Display the WARP connection status:
|
|
|
|
|
|
|
|
|
|
`warp-cli status`
|
|
|
|
|
|
2026-06-12 17:51:25 -06:00
|
|
|
- Display current application settings:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-06-12 17:51:25 -06:00
|
|
|
`warp-cli settings list`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-06-12 17:51:25 -06:00
|
|
|
- Switch to a specific mode:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-06-12 17:51:25 -06:00
|
|
|
`warp-cli mode {{warp|doh|warp+doh|dot|warp+dot|proxy|tunnel_only}}`
|