Terminal UI for viewing and monitoring Cloudflare Workers (and related tools) from your terminal
Install via the shell script:
curl -fsSL https://raw.githubusercontent.com/NWBY/cftop/refs/heads/main/install.sh | sh
To upgrade to the latest version you can simply run the install command above.
To use cftop you will need two things:
- Your account ID
- A user API token with the following permissions:
- Workers Agents Configuration:Read
- Workers Observability:Edit
- Workers Observability:Read
- Workers R2 Storage:Read
- Workers Tail:Read
- Workers Scripts:Read
- Account Analytics:Read
Once you've got your account ID and API token you need to initialise the config file:
cftop init --apiToken=<api-token> --accountId=<acccount-id>
Once initialisation is complete you can run: cftop