@browserbox/browserbox

11.3.8 • Public • Published

BrowserBox Logo 2025

BrowserBox by DOSAYGO

Secure Your Digital World with Enterprise-Grade Remote Browser Isolation (RBI)

License Required BrowserBox Secure RBI NIST 800-53 Compliant HIPAA Ready DLP Enabled

NEWS: COMING SOON - WireGuard® and NGINX® support!

BrowserBox delivers cutting-edge remote browser isolation (RBI) technology, protecting your organization from web-based threats while empowering your team with seamless, secure browsing. A product key is required for all BrowserBox usage.

Unlock advanced security, ensure compliance, and boost productivity today!


Table of Contents

  1. Why Choose BrowserBox?
  2. Key Benefits
  3. Get Your License & Start Today!
  4. Who Needs BrowserBox?
  5. Core Features
  6. See It In Action
  7. Platform Compatibility
  8. Get Started in 3 Steps
  9. Meet bbx: Your BrowserBox Command Center
  10. Embed BrowserBox Anywhere
  11. Advanced Usage
  12. License Compliance & Usage Data
  13. Frequently Asked Questions (FAQ)
  14. Support
  15. About DOSAYGO
  16. Sponsors
  17. Copyright & Licensing

Why Choose BrowserBox?

In today's threat landscape, standard browsing is a significant risk. BrowserBox provides a secure, isolated environment that neutralizes web-based threats before they reach your network or endpoints. It's an essential tool for:

  • Protecting Sensitive Data: Ideal for handling confidential information in healthcare (HIPAA), finance, and government (NIST 800-53).
  • Secure Automation: Safely automate web interactions, even with sensitive data.
  • Compliance & DLP: Meet stringent regulatory requirements and prevent data loss.
  • Developer Productivity: Easily embed secure browsing into applications.

Key Benefits

  • Unmatched Security: Stop malware, ransomware, and zero-day attacks. Prevent costly data breaches.
  • Effortless Integration: Clientless RBI works in any browser. Embed secure browsing into your apps or protect local tabs with zero friction.
  • Cross-Platform Power: Runs on Windows, Linux (Debian, Ubuntu, RHEL, CentOS, NixOS), Docker, and LXC.
  • Productivity Boost: Features like Zero Latency Mode, customizable policies, and a mobile-first experience are built for modern teams.
  • Developer Friendly: Powerful bbx CLI and an easy-to-use Embedding API.

Get Your License & Start Today!

BrowserBox requires a license for all use. Choose the option that's right for you:

[!CAUTION] Unlicensed instances will display a warning and shut down after a brief period. Ensure you have a valid product key for uninterrupted use.

Who Needs BrowserBox?

  • Businesses & Enterprises: Safeguard your network, data, and employees from web-based threats.
  • Regulated Industries (Healthcare, Finance, Government): Ensure compliance (HIPAA, NIST 800-53), protect sensitive data, and implement robust DLP.
  • Developers & Integrators: Embed secure, isolated browsing directly into your applications and workflows.
  • IT & Security Teams: Deploy a scalable, manageable, and powerful RBI solution quickly.
  • Automation Specialists: Securely run Puppeteer & Playwright scripts in an isolated environment.

Core Features

  • Clientless Remote Browser Isolation (RBI): No downloads or plugins needed for end-users. Access from any modern web browser.
  • Comprehensive Platform Support: Windows, major Linux distributions, Docker, LXC.
  • Powerful bbx CLI Tool: Manage installations, licenses, users, and run modes (including Tor).
  • Easy Embedding API: Integrate BrowserBox into your web applications with a simple <browserbox-webview> custom element.
  • Automation Ready: Designed for use with Puppeteer (PPtr) and Playwright (support coming soon).
  • Security Focused: Built-in DLP features, Tor support for anonymity, and robust access controls.
  • 1-Click Cloud Deployment (Coming Soon): Easily deploy on Vultr, AWS, Azure, or Linode.

See It In Action

BrowserBox provides a full-featured, secure browsing experience:

BrowserBox displays the web, like a normal browser, but enterprise secure. Secure Web Browsing BrowserBox displays PDFs like a normal browser. Seamless PDF Viewing BrowserBox has DevTools like a normal browser Powerful DevTools BrowserBox uploads files, and does many other things, just like a normal browser. Full Browser Features (File Uploads, etc.)

Platform Compatibility

BrowserBox runs seamlessly across a wide range of operating systems and containerization technologies:

Platform Supported Icon
Windows & Windows Server Windows
Debian Debian
Ubuntu Ubuntu
CentOS Stream CentOS Stream
RHEL Red Hat Enterprise Linux
NixOS NixOS
Docker Docker
LXC LXC

[!NOTE] Always run bbx update to ensure you have the latest version (v11+) with all fixes and features.

Get Started in 3 Steps

1. Install the bbx CLI

The bbx command-line interface is your primary tool for managing BrowserBox.

  • Windows:
    irm bbx.dosaygo.com | iex
  • Linux (Debian, Ubuntu, CentOS, RHEL, NixOS) & macOS & Docker:
    bash <(curl -sSL bbx.sh.dosaygo.com) install
  • Via NPM (@browserbox/browserbox):
    npm i -g @browserbox/browserbox
    bbx-install

2. Purchase & Obtain Your Product Key

A product key is required.

You can also purchase directly via the bbx CLI on Linux/macOS:

bbx activate [seats]

[!IMPORTANT] After purchase, you'll receive an email with a secure link to view your Product Key. Save it safely; the link is single-use. Lost keys can be re-issued by contacting Support (evaluation keys cannot be rolled).

3. Activate & Run BrowserBox

  • Windows: Set the LICENSE_KEY environment variable:
    $Env:LICENSE_KEY = "YOUR_BROWSERBOX_PRODUCT_KEY"
  • Linux/macOS: Use bbx certify to enter and save your Product Key (if not already saved via bbx activate).
    bbx certify YOUR_BROWSERBOX_PRODUCT_KEY

Then, start BrowserBox:

bbx setup  # Run once for initial configuration
bbx run

Access BrowserBox using the Login Link provided in your console. For public internet access, ensure your DNS records are configured correctly. View logs with bbx logs and stop with bbx stop.


Meet bbx: Your BrowserBox Command Center

Get our New bbx tool

The bbx CLI simplifies every aspect of BrowserBox management:

  • Easy Installation & Updates: bbx install, bbx update
  • 💳 License Management: bbx activate [seats], bbx certify <key>
  • 👩‍💻 Multi-User Support: Run BrowserBox for multiple users on a single machine.
  • 🐳 Docker Integration: bbx docker-run
  • 🧅 Tor Anonymity: bbx tor-run
  • ⚙️ Core Operations: bbx run, bbx stop, bbx logs, bbx setup
  • 🌟 And much more! Run bbx --help for a full list of commands on your OS.

Embed BrowserBox Anywhere

Easily integrate secure, remote browsing into your web applications using the BrowserBox Embedding API. Our <browserbox-webview> custom element allows you to add a fully isolated browser to any webpage.

Quick Start:

  1. Configure Server: Set ALLOWED_EMBEDDING_ORIGINS on your BrowserBox server:
    export ALLOWED_EMBEDDING_ORIGINS="https://your-embedding-site.com"
    bbx run
  2. Add to HTML: Include the script and element in your webpage:
    <script src="https://raw.githubusercontent.com/BrowserBox/BrowserBox/main/api/browserbox-webview.js"></script>
    <browserbox-webview login-link="https://your-browserbox-instance.com/login/abc123" width="800" height="600"></browserbox-webview>

For more details, see the browserbox-webview.js file.


Advanced Usage

  • Secure Document Viewing: Safely preview files without downloading them to the client device (Linux only).
  • Developer Tools Access: Inspect remote pages by right-clicking within the BrowserBox session.
  • Tor & SSH Tunneling: Enhance privacy and anonymity. Refer to the Advanced Setup Guide (Note: ADVANCE.md link needs to be created or pointed correctly).

License Compliance & Usage Data

BrowserBox requires a valid license for all deployments. We utilize usage data solely to ensure license compliance and for operational purposes. We never sell your data. Please review our Privacy Policy and Terms of Service.

[!IMPORTANT] A valid license unlocks all features, ensures ongoing support, and guarantees a secure, compliant solution.


Frequently Asked Questions (FAQ)

Q: Why is a license required for BrowserBox? A: Licensing supports continuous development, maintenance, and the advanced security features BrowserBox provides. It ensures we can deliver a robust, enterprise-grade RBI solution.

Q: Do you offer perpetual licenses (non-subscription, version-locked)? A: Yes, for enterprise clients with an Annual Contract Value (ACV) of $150K+. Please contact sales@dosaygo.com for inquiries.

Q: How does BrowserBox compare to other RBI solutions? A: BrowserBox uniquely combines enterprise-grade security, extensive cross-platform compatibility (including Docker and multiple OS), an easy-to-use embedding API, and a powerful CLI, all in one package.

Q: What do I receive when I purchase a license? A: You'll get an email with a secure, one-time link to view your product key. This key is valid for the number of seats purchased (adjustable during checkout).

Q: How can I purchase more licenses or get volume discounts? A: Volume discounts are available for commercial licenses and are automatically applied on our payment page. For custom packages or questions, contact sales@dosaygo.com. Non-commercial licenses have a flat rate.

Q: I may have used BrowserBox without a license in the past. How can I become compliant? A: We understand situations can be complex. Please contact legal@dosaygo.com to discuss your situation and achieve compliance. We're here to help you get on the right track.

Q: Where can I find more information or ask other questions? A: Visit dosaygo.com or email sales@dosaygo.com.


Support

Need help? Our team is ready to assist.


About DOSAYGO

DOSAYGO (also known, due to an early incorporation typo, as DOSYAGO) is committed to building innovative and secure technology solutions. Our products include:

  • BrowserBox: Secure Remote Browser Isolation.
  • CloudTabs: Our managed BrowserBox™ SaaS offering (browse.cloudtabs.net).
  • DiskerNet: Technology for creating offline archives of web content.

Visit us at dosaygo.com.


Sponsors

We are grateful for the support of our sponsors. If you're interested in sponsoring BrowserBox development, please contact sales@dosaygo.com.


Copyright & Licensing

BrowserBox™ is © 2018-2025 DOSAYGO Corporation USA. All rights reserved. The bbx CLI tool and other specified components are open source under the LICENSE.md in this repository. The core BrowserBox server product requires a commercial license.


Ready to secure your browsing?
Get Your Commercial License | Get Your Non-Commercial License | Request a Free Trial

Package Sidebar

Install

npm i @browserbox/browserbox

Weekly Downloads

334

Version

11.3.8

License

Dosyago-Commercial-License-1.1.1-or-later

Unpacked Size

4.11 MB

Total Files

145

Last publish

Collaborators

  • dosy