Important
NEED SUPPORT OR CUSTOM FEATURES? 📩 Contact & Updates: JOIN ReX UPDATES We take requests! Message us for custom integrations.
Unlike generic solvers (FlareSolverr, Selenium), ReX-Bypass is engineered for speed and stealth.
| Feature | ReX-Bypass | Others | Why It Matters |
|---|---|---|---|
| Runtime | Bun (Zig-based) | Node.js | 3x Faster startup & execution times. |
| Browser | Rebrowser-Puppeteer | Standard Puppeteer | Undetectable by modern bot protection. |
| Stealth | Ghost Cursor | None / Basic | Simulates REAL human mouse movements. |
| Efficiency | Smart Blocking | Loads Everything | Blocks ads/media/fonts to save bandwidth. |
| Display | Xvfb (Headless) | Full GUI | Zero overhead, runs efficiently on VPS/Docker. |
| Caching | In-Memory TTL | No Caching | Instant results for repeated domains (0.04s). |
Run it on any VPS in seconds.
# Build the image
docker build -t rex-bypass .
# Run the container (detached, port 3000)
docker run -d -p 3000:3000 --name rex-bypass rex-bypassRequires Bun installed.
# Install dependencies
bun install
# Start the server
bun startMethod: POST
Headers: Content-Type: application/json
Use this for standard Cloudflare "Checking your browser" pages.
Request Body:
{
"mode": "iuam",
"domain": "https://target-website.com",
"proxy": {
"username": "user", // Optional
"password": "pass" // Optional
},
"ttl": 60000 // Cache this result for 60 seconds (Default: 30 mins)
}Note: Use
domainparameter, NOTurl.
Response (Success):
{
"code": 200,
"cf_clearance": "content-of-cf-clearance-cookie...",
"user_agent": "Mozilla/5.0 ...",
"cookies": [...],
"elapsed": "0.82s",
"cached": false
}Use this when you see the Cloudflare Turnstile widget.
Request Body:
{
"mode": "turnstile",
"domain": "https://target-website.com",
"siteKey": "0x4AAAAAA...",
"proxy": { ... } // Optional
}Response (Success):
{
"code": 200,
"token": "0.X_TOKEN_HERE...",
"elapsed": "1.45s"
}Check the benchmark image above. We consistently outperform standard tools by removing bloat and optimizing the browser fingerprint.
- Average Solves: ~1-3 seconds
- Cached Solves: ~0.02 seconds
Tip
STAY UPDATED New bypass methods are pushed regularly. 🔗 Channel: ReX Updates

