> ## Documentation Index
> Fetch the complete documentation index at: https://docs.veriox.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Wrangler CLI Install — Overview

> Install Veriox using the Wrangler CLI. Recommended for developers.

This guide uses the Wrangler CLI to deploy and manage your Veriox worker. It is faster to set up and easier to version-control, but requires a terminal and Node.js.

**What you need:**

* A [Veriox account](https://portal.veriox.io)
* A Cloudflare account with your domain proxied
* [Node.js](https://nodejs.org) 18+ installed
* Wrangler installed: `npm install -g wrangler`

**Steps:**

<Steps>
  <Step title="Prerequisites">
    [Check prerequisites →](/installation-wrangler/prerequisites)
  </Step>

  <Step title="Deploy the worker">
    [Deploy with Wrangler →](/installation-wrangler/deploy-worker)
  </Step>

  <Step title="Configure your site">
    [Add a Worker Route →](/installation-wrangler/configure-your-site)
  </Step>

  <Step title="Test and go live">
    [Test your integration →](/installation-wrangler/testing)
  </Step>
</Steps>

<Info>
  Prefer not to use the terminal? Use the [Cloudflare Dashboard install](/installation-dashboard/overview) instead — same result, no command line required.
</Info>
