I'm trying to install Cloudflare warp-cli to ubuntu. Unfortunately I am not able to do it. https://pkg.cloudflareclient.com/install
Here are my steps:
docker run -it ubuntu bash
apt update
apt install curl gpg lsb-core -y
curl https://pkg.cloudflareclient.com/pubkey.gpg | gpg --yes --dearmor --output /usr/share/keyrings/cloudflare-warp-archive-keyring.gpg
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/cloudflare-warp-archive-keyring.gpg] https://pkg.cloudflareclient.com/ $(lsb_release -cs) main" | tee /etc/apt/sources.list.d/cloudflare-client.list
apt update
apt install cloudflare-warp -y
But when I run warp-cli register
I'm getting Error: "Unable to connect to CloudflareWARP daemon. Maybe the daemon is not running?"
Hot to fix that?
You need to run
warp-svc
& (add & to run in the background). Only then can you runwarp-svc register