Docs
Start on one machine. Grow when you need to.
Ployz is built for operators who want one model across cloud and self-hosting without jumping straight into Kubernetes.
What Ployz actually gives you
The strongest part of the product is the operating model, not just the setup automation.
CLI quick reference
ployzctl CLI
# Install the Ployz daemon on the current server
npx ployzctl daemon install
# Initialize the overlay mesh on this machine
ployzctl mesh init
# Add another machine to the fleet over SSH
ployzctl machine add [email protected]
# Preview a deploy before you apply it
ployzctl deploy preview -f manifest.json
# Apply the manifest when the plan looks right
ployzctl deploy -f manifest.jsonployzctl daemon
Install the Ployz daemon on the current server
ployzctl mesh
Initialize the overlay mesh on this machine
ployzctl machine
Add another machine to the fleet over SSH
ployzctl deploy
Preview a deploy before you apply it
ployzctl deploy
Apply the manifest when the plan looks right