How can I check if Cloudflare WARP is currently running on my Ubuntu system?

Responsive Ad Header

Question

Grade: Education Subject: Support
How can I check if Cloudflare WARP is currently running on my Ubuntu system?
Asked by:
76 Viewed 76 Answers

Answer (76)

Best Answer
(310)
You can check the status of the `warp-runner` service using the command `systemctl status warp-runner`. This will show you if the service is active (running), inactive (stopped), or failed. You can also use `ip addr` or `ifconfig` to see if the `warp0` (or `warp1`) interface exists, indicating WARP is active.