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

  1. Sign up at browserbase.com and create a project
  2. Copy your API key and project ID
  3. In Ev3ry, go to Settings > Browser
  4. Select BrowserBase
  5. 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

  1. Sign up at browserless.io
  2. Get your API URL and API token
  3. In Ev3ry, go to Settings > Browser
  4. Select Browserless
  5. 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 browserCloud browsers
EngineFirefox (Camoufox)Chromium
PrivacyData stays on your machineData passes through provider
Anti-detectionStrong (Firefox patches)Standard Chromium
Live viewPolling screenshotsReal-time iframe
SetupLocal server requiredAPI key only
CostFree (your hardware)Per-session or per-minute
Best forSensitive accounts, bot-protected sitesPublic data, no local setup