How to install cloudflare warp on ubuntu

The Cloudflare WARP client sits between your device and the Internet, and has several connection modes to better suit different needs.

Install Cloudflare WARP on linux

Following some steps you can install cloudflare warp 1.1.1.1 on linux ubuntu 22.04

Install the cloudflare-warp using apt

Package Repository

First, install the repository’s GPG key:

curl https://pkg.cloudflareclient.com/pubkey.gpg | sudo gpg --yes --dearmor --output /usr/share/keyrings/cloudflare-warp-archive-keyring.gpg

Then add the repository

echo 'deb [arch=amd64 signed-by=/usr/share/keyrings/cloudflare-warp-archive-keyring.gpg] https://pkg.cloudflareclient.com/ focal main' | sudo tee /etc/apt/sources.list.d/cloudflare-client.list
sudo apt update
sudo apt install cloudflare-warp

To connect for the very first time you must register first warp in your system

Register the client

warp-cli register

Warp Connect

warp-cli connect

Warp Disconnect

warp-cli disconnect

Always stay connected

warp-cli enable-always-on

Leave a Reply

Your email address will not be published. Required fields are marked *