Skip to main content

Installation

Basic usage

Key parameters

Stopping profiles

Note: posting: false prevents profile data from being uploaded to GoLogin servers. Use this when running on servers where you don’t want cloud sync.

Managing Orbita browser versions

Use checkAndDownloadBrowserByOpts before launching profiles in parallel to avoid multiple simultaneous downloads.

Running 100+ profiles in parallel

When running many profiles concurrently on a server:
Important for servers:
  • Limit concurrent profile launches (10-20 recommended to start)
  • Pre-download Orbita versions before launching
  • On Linux: install Xvfb and set DISPLAY=:99
  • Increase file descriptor limits: ulimit -n 65536
  • Monitor RAM: each profile uses ~300-500 MB

Debugging

Set the environment variable for verbose logging:

GitHub & Changelog