| 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 |
FlareSolverr is a proxy server to bypass Cloudflare and DDoS-GUARD protection.
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}
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



