Skip to content

Workers and Pages installation - Wizard

To simplify the setup process and prevent user mistakes during creation, the BPB Wizard project was launched. It supports both Workers and Pages methods and is highly recommended to use.

Pages Application

1. Cloudflare account

To use this method, all you need is a Cloudflare account. You can sign up here, and don’t forget to check your email afterward to verify your account.

2. Install BPB Panel

Warning

If you're connected to a VPN, disconnect it.

Windows - Linux - macOS

Based on your operating system, download the ZIP file, unzip it, and run the program.

Android

Android users who have Termux installed on their phone can install the BPB Panel by just copying this code into Termux:

ARM v8
curl -L -# -o BPB-Wizard.tar.gz https://github.com/bia-pain-bache/BPB-Wizard/releases/latest/download/BPB-Wizard-linux-arm64.tar.gz && tar xzf BPB-Wizard.tar.gz && chmod +x ./BPB-Wizard-linux-arm64 && ./BPB-Wizard-linux-arm64
ARM v7
curl -L -# -o BPB-Wizard.tar.gz https://github.com/bia-pain-bache/BPB-Wizard/releases/latest/download/BPB-Wizard-linux-arm.tar.gz && tar xzf BPB-Wizard.tar.gz && chmod +x ./BPB-Wizard-linux-arm && ./BPB-Wizard-linux-arm

Warning

Be sure to download and install Termux only from its official source. Installing via Google Play might cause issues.

The first question asks whether you want to create a new panel or modify existing panels in the account.

Then logs into your Cloudflare account, Asks for your permission, returns to the terminal and asks you a series of questions.

If you choose option 1, it will ask a series of configuration questions. You can use the default values or input your own. In the end, it opens the panel for you in your browser — that’s it.

Note

For each setting it asks about, it has already generated a secure, personal value for you. You can simply press Enter to accept it and move on to the next question, or input your own values.

If you choose option 2, it lists deployed Workers and Pages projects and you can choose which one to modify.

Updating Panel

Just run wizard and select option 2 for the first question. It will show you a list of project names in your account — you can choose any to update or delete.