Deploy Forge on your own servers — or point it at your existing AWS, Azure, or GCP account. You own the infrastructure, you control the data, you pay your cloud provider directly. Skyfire provides the software, assists with setup, and monitors the deployment.
No Skyfire-managed hosting. No data leaving infrastructure you control.
Three deployment models — all on infrastructure you control
Your own servers
Any Linux host with Docker. On-premise, air-gapped, or bare metal. Your data never leaves your network.
Your existing cloud account
Already on AWS, Azure, or GCP? Deploy Forge directly into your account. You own the infrastructure, you pay the bill — we run the software on top of it.
Hybrid
Run ForgeCAD and design tools on-premise for IP-sensitive work, while ForgeOps and analytics run in your cloud account. ForgeHub bridges both.
You own and control
Skyfire provides
Every Forge service ships as a Docker image. docker-compose.yml for single-server deployments; Kubernetes Helm charts for your cloud provider or on-premise cluster. Runs anywhere Docker runs.
We walk you through the initial deployment, network configuration, and integration with your existing stack. Most operations are running in under 15 minutes. We document everything we touch.
Skyfire monitors your deployment health — service uptime, disk pressure, update availability. We alert you before issues reach the floor and can diagnose remotely with your permission.
All inter-service traffic uses mTLS. External access goes through a Cloudflare-powered gateway with IP allowlisting, SSO, and optional SAML/OIDC for your identity provider.
New versions ship as Docker image updates. You choose when updates apply — maintenance window scheduling, one-command rollback, and full changelogs before anything touches production.
AWS, Azure, GCP, Cloudflare, DigitalOcean, Hetzner, or any VPS. Forge has no cloud-provider dependencies. Your cloud bill stays with your provider — Skyfire doesn't touch it.
QUICK START — ANY LINUX HOST
Up in under 15 minutes. Same commands whether it's your own hardware or an EC2 instance.
docker pull skyfire/forge
docker-compose up -d
# Open https://your-server:8443
Full docker-compose.yml, Kubernetes Helm charts, and cloud-provider–specific deploy guides available in the deployment docs.