Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.09 KB

File metadata and controls

45 lines (35 loc) · 1.09 KB
title Flaresolverr
description A guide to installing Flaresolverr on TrueNAS and Ubuntu Server LTS
published true
date 2026-01-22 19:16:20 UTC
tags
editor markdown
dateCreated 2026-01-15 15:02:27 UTC

{class="tab-icon"} What is Flaresolverr?

FlareSolverr is a proxy server to bypass Cloudflare and DDoS-GUARD protection.

1 · Deploy Flaresolverr

{.tabset}

TrueNAS

Change the WebUI Port to 8191 since that is what is used in all the default documentation.

You do not need a host path volume for this container {.is-info}

Docker Compose

services:
  flaresolverr:
    image: ghcr.io/flaresolverr/flaresolverr:latest
    container_name: flaresolverr
    environment:
      - LOG_LEVEL=info
      - LOG_HTML=false
      - CAPTCHA_SOLVER=none
      - TZ=America/New_York
    ports:
      - 8191:8191
    restart: unless-stopped

2 · Video

https://youtu.be/sUMT0PTll_M