Docs
Get started
Choose a path: use the hosted cloud UI, or self-host with the CLI on your own server.
CLI quick reference
ployz CLI
# Install the Ployz daemon on the current server
npx ployz daemon install
# Initialize the overlay mesh on this machine
ployz mesh init
# Add a second machine to the fleet over SSH
ployz machine add --host <ip> --user <user>
# Deploy the service defined in ployz.yml
ployz deploy
# Stream logs from a running service
ployz logs <service>ployz
Install the Ployz daemon on the current server
mesh
Initialize the overlay mesh on this machine
machine
Add a second machine to the fleet over SSH
deploy
Deploy the service defined in ployz.yml
logs
Stream logs from a running service
More resources
Full documentation is being built. For now, GitHub is the best place to find detailed install guides and configuration references.