Sysaro manages servers through a constrained set of typed jobs: create a site, apply nginx/PHP-FPM settings, probe a service, deploy a release, create a backup or roll back. Arbitrary root commands are not part of the public API.
W
Sites and web stack
nginx, PHP-FPM, TLS, hosting users, reverse proxy.
D
Data
PostgreSQL, MySQL/MariaDB, Valkey/Redis, backup/restore.
O
Operations
systemd processes, deployments, backups, incidents, readiness.
Why typed jobs matter more than “pretty SSH”
Generic command
Broad privilege, weak machine validation and difficult contextual audit.
Sysaro typed operation
Known contract, bounded values, scoped paths, verifiable result and rollback where applicable.