Enterprise Self-Hosted Launch
BCTRL on Your Infrastructure
We’re launching BCTRL Enterprise — a self-hosted deployment option that gives you full control over where your automation runs and where your data lives.
Everything you get with our cloud platform is now available to run on your own servers, your own VPC, your own terms.
Why Self-Hosted
For many organizations, cloud-hosted automation isn’t an option:
- Regulatory compliance — HIPAA, SOC 2, GDPR, and industry-specific regulations may require data to stay within your infrastructure
- Data sovereignty — Sensitive credentials and session data never leave your network
- Network access — Automate internal tools and staging environments behind your firewall
- Cost predictability — Fixed infrastructure costs instead of per-session pricing at high volume
What’s Included
The Enterprise package includes everything needed to run BCTRL at scale:
- Control plane — Session orchestration, API gateway, and management dashboard
- Browser nodes — Scalable pool of browser instances with auto-provisioning
- Desktop nodes — Full OS automation environments with GPU passthrough support
- Monitoring stack — Built-in metrics, logging, and alerting via Prometheus and Grafana
- SSO integration — SAML 2.0 and OIDC for your identity provider
Deployment Options
BCTRL Enterprise ships as a Helm chart for Kubernetes. We support:
- AWS EKS — Tested and optimized for EC2 and Fargate
- Google GKE — Full support including Autopilot clusters
- Azure AKS — Compatible with Azure networking and identity
- Bare metal — Any Kubernetes 1.28+ cluster
A minimal deployment needs 3 nodes. Production deployments typically run 10-50 nodes depending on concurrency requirements.
helm repo add bctrl https://charts.bctrl.ai
helm install bctrl bctrl/bctrl-enterprise \
--set license.key=YOUR_LICENSE_KEY \
--set controlPlane.replicas=3 \
--set browserPool.maxSessions=100
Custom Integrations
Enterprise customers get access to:
- Webhook events — Session lifecycle events pushed to your systems
- Custom extensions — Pre-load proprietary browser extensions
- Private registries — Pull browser and desktop images from your own container registry
- Audit logging — Every API call and session action logged to your SIEM
Get Started
Reach out to our team at enterprise@bctrl.ai to schedule a demo and discuss your deployment requirements. We’ll work with your infrastructure team to get BCTRL running in your environment.