Run the platform on a server you own, then deploy and manage everything from your terminal. Pick your path below.
curl -fsSL https://infrapilot.sh | bashRuns anywhere Docker runs · re-run the same command to update
Bootstraps InfraPilot on your server — pulls the image, wires up Nginx, SSL, Postgres and Redis, and starts the dashboard. One container per server.
curl -fsSL https://infrapilot.sh | bashSame command updates an existing install.
@infrapilot/cli deploys and manages services on your instances from any machine or CI pipeline.
npm install -g @infrapilot/clipnpm add -g @infrapilot/clibrew install infrapilothq/tap/infrapilotConnect once, then ship.
$ infrapilot connect --url https://infra.example.com --api-key ip_live_…Point the CLI at your instance
$ infrapilot deploy my-app --git-repo https://github.com/me/my-app --waitPush-to-deploy straight from git — no CI, no Dockerfile
$ infrapilot psList running services across the fleet
$ infrapilot logs my-app --followStream container logs live
$ infrapilot uiFull-screen k9s-style terminal UI