Back to Apps
FlareSolverr

Deploy FlareSolverr on Your Own Server

FlareSolverr - A proxy server to bypass Cloudflare and DDoS-GUARD protection

πŸ“¦ Other

Want to deploy FlareSolverr on your server faster? Try Senate with one-command setup, automatic HTTPS and monitoring.

Get Started

What is FlareSolverr?

FlareSolverr is a proxy server to bypass Cloudflare and DDoS-GUARD protection. It uses Selenium with undetected-chromedriver to solve challenges. IMPORTANT: - Web browsers consume a lot of memory. If you are running FlareSolverr on a machine with limited RAM, do not make many requests at once. - If you enable Prometheus, make sure to expose the Prometheus port in your Senate settings.

Self-Host FlareSolverr

Follow these steps to deploy on your own server.

1

Install Docker

Skip this step if Docker is already installed on your server.

curl -fsSL https://get.docker.com | sh
2

Configure

Customize the settings below. Defaults work for most cases.

General
3

Deploy

Copy the configuration and run it on your server.

services:
  flaresolverr:
    image: ghcr.io/flaresolverr/flaresolverr:v3.3.21
    environment:
      BROWSER_TIMEOUT: "40000"
      CAPTCHA_SOLVER: none
      HEADLESS: "true"
      LANG: en_US
      LOG_HTML: "false"
      LOG_LEVEL: info
      PROMETHEUS_ENABLED: "false"
      PROMETHEUS_PORT: "8192"
      TEST_URL: https://www.google.com
      TZ: UTC

Then run:

docker compose up -d
4

Access

Once started, access your app at http://localhost:8191

Why Self-Host FlareSolverr?

Full Data Ownership

Your data stays on your servers. No third-party access.

No Monthly Fees

Pay only for your server. No per-seat or usage charges.

Complete Control

Customize, backup, and scale on your own terms.

Privacy & Compliance

Meet GDPR, HIPAA, or internal security requirements.

Technical Details

Docker Image

ghcr.io/flaresolverr/flaresolverr:${flaresolverr_version}

Want to go faster?

Try Senate! Senate handles Docker, HTTPS, updates, and monitoring for you. Deploy any of our 300+ apps with a single command.

Install on any Linux server:

sh -c "$(curl -sSL https://get.senate.sh)"