From one machine to a small fleet.
No Kubernetes. No separate control plane. Install a daemon, add machines over SSH, and your services span the fleet.
Start with one machine
Install the Ployz daemon on any Linux server. Your services run there. The environment canvas gives you the same view you would get on the cloud.
# On your server
npx ployz daemon install
ployz mesh initAdd a second machine
When one server is not enough, add another over SSH. Ployz provisions the daemon, joins it to the mesh, and makes it available for workloads.
# From your local machine
ployz machine add \
--host 10.0.0.2 \
--user ubuntuMesh formation
New machines join the overlay network automatically. Services can be scheduled across the fleet and still reach each other by name.
# Machine is ready
node-2 joined mesh: acme-prod
Services: api, worker → node-1
Postgres → node-2Fleet overview
This is the platform, not a separate product.
Fleet is the natural continuation of the single-machine install. Add machines when you need them. The same environment canvas, same service config, same CLI — just more capacity. No migration, no replatforming.
Run your own fleet
Start with one server. Grow when you need to.