Cloud Browser
Use cloud-hosted browsers with no local installation
Cloud browsers run on remote servers — no local installation or maintenance required. Ev3ry supports two cloud browser providers.
BrowserBase
A managed cloud browser service backed by Chromium.
Setup
- Sign up at browserbase.com and create a project
- Copy your API key and project ID
- In Ev3ry, go to Settings > Browser
- Select BrowserBase
- Enter your API key and project ID
Features
- Chromium browser with standard fingerprint
- Live view via real-time iframe embed
- Per-minute billing — you pay only for active sessions
- No installation required
Browserless
A Chromium browser service available as cloud-hosted or self-hosted.
Cloud setup
- Sign up at browserless.io
- Get your API URL and API token
- In Ev3ry, go to Settings > Browser
- Select Browserless
- Enter your API URL and token
Self-hosted setup
Run on your own server with Docker:
docker run -d -p 3000:3000 ghcr.io/browserless/chromium
Configure Ev3ry with:
- API URL:
http://your-server:3000 - Token: your configured token (if any)
Features
- Chromium browser
- Live view via iframe embed
- Self-hosting option for organizations that need data to stay on their own infrastructure
- Flexible pricing
Cloud vs Local comparison
| Built-in browser | Cloud browsers | |
|---|---|---|
| Engine | Firefox (Camoufox) | Chromium |
| Privacy | Data stays on your machine | Data passes through provider |
| Anti-detection | Strong (Firefox patches) | Standard Chromium |
| Live view | Polling screenshots | Real-time iframe |
| Setup | Local server required | API key only |
| Cost | Free (your hardware) | Per-session or per-minute |
| Best for | Sensitive accounts, bot-protected sites | Public data, no local setup |