From 4311dac6f9fd488da6cadd8e9393faf706a7ba3c Mon Sep 17 00:00:00 2001 From: Ranbel Sun Date: Thu, 4 Sep 2025 13:44:17 -0400 Subject: [PATCH 1/2] warp+ unlimited --- .../docs/warp-client/get-started/linux.mdx | 24 +++++++++++++++++++ src/content/docs/warp-client/warp-modes.mdx | 10 +++++++- 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/src/content/docs/warp-client/get-started/linux.mdx b/src/content/docs/warp-client/get-started/linux.mdx index 9bff4894f2f1aa..cf9ddf1667ec54 100644 --- a/src/content/docs/warp-client/get-started/linux.mdx +++ b/src/content/docs/warp-client/get-started/linux.mdx @@ -64,6 +64,30 @@ The Linux client supports all 1.1.1.1 for Families modes, in either WARP on DNS- - **Malware protection:** `warp-cli dns families malware` - **Malware and adult content:** `warp-cli dns families full` +### Enable WARP+ Unlimited + +To enable [WARP+ Unlimited](/warp-client/warp-modes/#warp-unlimited) on Linux, you will need an iOS or Android device that has an existing WARP+ Unlimited subscription. + +1. On your iOS or Android device, launch the Apple App Store or Google Play Store. +2. Find your WARP+ subscription and copy its license key. +3. On your Linux device, run the following command: + + ```sh + warp-cli registration license + ``` +4. Verify the new registration: + + ```sh + warp-cli registration show + ``` + + ```sh output + Account type: Unlimited + ... + ``` + +Your WARP+ Unlimited subscription is now active on this device. + ### Additional commands A complete list of all supported commands can be found by running: diff --git a/src/content/docs/warp-client/warp-modes.mdx b/src/content/docs/warp-client/warp-modes.mdx index e0f4a204386254..24e9d5535e634c 100644 --- a/src/content/docs/warp-client/warp-modes.mdx +++ b/src/content/docs/warp-client/warp-modes.mdx @@ -45,4 +45,12 @@ If you enable [FIPS compliance](/cloudflare-one/policies/gateway/http-policies/t While WARP can take advantage of the many Cloudflare data centers around the world to give you a more private and robust connection, WARP+ Unlimited subscribers get access to a larger network. More cities to connect to means you are likely to be closer to a Cloudflare data center, which can reduce latency and improve your browsing speed. -WARP+ Unlimited is a paid, monthly subscription that can be purchased via the Apple App Store and Google Play Store. \ No newline at end of file +WARP+ Unlimited is a paid, monthly subscription that can be purchased via the Apple App Store or Google Play Store. + +To subscribe to WARP+ Unlimited: + +1. On an iOS or Android device, launch the **1.1.1.1: Faster Internet** app. +2. Select **Settings** > **Upgrade to WARP+**. A dialog will appear with the subscription price. +3. To confirm your subscription, select **Subscribe to WARP+ Unlimited**. All payments are handled by the Apple/Google app store, and the payment information associated with your Apple/Google account will be charged for these subscriptions. + +WARP+ Unlimited is now active on this device. You can use your license key on up to five devices. From 8f60858614f5c7a8abcc043986510c718e6e95cb Mon Sep 17 00:00:00 2001 From: Ranbel Sun Date: Thu, 4 Sep 2025 16:41:39 -0400 Subject: [PATCH 2/2] update how to get the key --- src/content/docs/warp-client/get-started/linux.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/warp-client/get-started/linux.mdx b/src/content/docs/warp-client/get-started/linux.mdx index cf9ddf1667ec54..2d555d27c1e60a 100644 --- a/src/content/docs/warp-client/get-started/linux.mdx +++ b/src/content/docs/warp-client/get-started/linux.mdx @@ -68,8 +68,8 @@ The Linux client supports all 1.1.1.1 for Families modes, in either WARP on DNS- To enable [WARP+ Unlimited](/warp-client/warp-modes/#warp-unlimited) on Linux, you will need an iOS or Android device that has an existing WARP+ Unlimited subscription. -1. On your iOS or Android device, launch the Apple App Store or Google Play Store. -2. Find your WARP+ subscription and copy its license key. +1. On your iOS or Android device, launch the **1.1.1.1 Faster Internet** app. +2. Go to **Settings** > **Account** and copy the **Key** value. 3. On your Linux device, run the following command: ```sh