Open the server Apps tab
Select the tutorial-vps VPS, open the Apps tab, and start a new app deployment. Keep sensitive server details hidden before capturing or sharing screenshots.


Headless Chrome as a service for scraping and automation
Add your server credentials to Server Compass
Choose from our template library
Fill in settings and click Deploy
Use the Browserless template in Server Compass to deploy a token-protected headless Chrome automation service on your VPS, then verify the HTTP endpoint in a browser.
Select the tutorial-vps VPS, open the Apps tab, and start a new app deployment. Keep sensitive server details hidden before capturing or sharing screenshots.

Click New App and choose the template deployment path so Server Compass can load the built-in catalog.

Use the template picker search to find Browserless in the Server Compass template catalog.

Choose the Browserless template. Server Compass fills the Browserless API service, generated API key, and web/API port.

Confirm the app name and compose services. In this run, the app was named browserless-demo and used host port 8080.

Review the generated compose settings, confirm the API port is available, and click Deploy.

Keep the deployment modal open while Server Compass uploads the compose file, pulls the Browserless image, starts the container, and verifies the stack.

After deployment finishes, return to the Apps tab and confirm the Browserless app is marked Running with its application URL available.

Click Open Application or open the application URL in a browser. The Browserless endpoint confirms the headless Chrome service is reachable.

The Browserless API endpoint loaded successfully in a browser.
It deploys the Browserless Chrome container with a generated token, a maximum concurrent session limit, and an exposed HTTP API for Puppeteer or Playwright clients.
The tutorial used host port 8080, which maps to the Browserless API inside the container on the same port.
A fresh Browserless deployment is considered reachable when the HTTP endpoint loads or returns the expected token-protected service response. The tutorial does not publish the generated token.
No. The deployment guide should live on the Browserless template detail page and be linked from the reusable template deployment docs page.
Want full control? Here's how to deploy Browserless yourself using Docker Compose.
Access your server's command line by opening a terminal and running the SSH command below.
# SSH into your server
ssh root@your-server-ip
# Using a custom SSH key
ssh -i ~/.ssh/id_rsa root@your-server-ipFirst time? Need Docker? Install it: curl -fsSL https://get.docker.com | sh
Set up the folder structure for your Docker deployment.
# Create and navigate to project directory
mkdir -p ~/apps/browserless
cd ~/apps/browserlessSet up your Docker Compose file with this configuration:
services:
browserless:
image: browserless/chrome:latest
ports:
- "3000:3000"
environment:
- TOKEN=<your-token>
- MAX_CONCURRENT_SESSIONS=10
restart: unless-stopped
PORTHost port(default: 3000)TOKENAPI tokenStart all services defined in your compose file.
# Start the containers in detached mode
docker compose up -d
# Check if containers are running
docker compose ps
# View logs
docker compose logs -fOpen the port so you can access the application externally.
# Allow the application port through firewall
sudo ufw allow 3000/tcp
sudo ufw reload
# Access your app at:
# http://your-server-ip:3000Skip the terminal and deploy Browserless with a visual interface. Configure everything with clicks, not commands.
After deploying Browserless with Server Compass, complete these steps to finish setup
Test with Puppeteer or Playwright
Configure concurrency limits
Need help? Check out our documentation for detailed guides.
Common questions about self-hosting Browserless
Simply download Server Compass, connect to your VPS, and select Browserless from the templates list. Fill in the required configuration and click Deploy. The entire process takes under 3 minutes.
Browserless requires a minimum of 1024MB RAM. We recommend a VPS with at least 2048MB RAM for optimal performance. Any modern Linux server with Docker support will work.
Yes! Server Compass provides volume mapping that allows you to import existing data. You can also use standard Browserless backup and restore procedures.
Server Compass makes updates easy. Simply click the Update button in your deployment dashboard, and the latest Browserless image will be pulled and deployed with zero downtime.
Browserless is open-source software. You only pay for your VPS hosting (typically $5-20/month) and optionally Server Compass ($29 one-time). No subscription fees or per-seat pricing.

Open-source backend in a single file with realtime database, auth, and file storage

Open-source backend-as-a-service - self-hosted Firebase alternative

Open-source backend framework with dashboard

Full Supabase self-hosted with Kong, GoTrue Auth, Realtime, and Studio
Download Server Compass and deploy Browserless to your VPS in under 3 minutes. No Docker expertise required.
Download Server Compass