Ubuntu Server 26.04 LTS with a named, documented set of the distribution's own system administration tools already installed and every added daemon switched off.
Ubuntu Server 26.04 LTS Sysadmin Tools is the current long term support Ubuntu release with 84 system administration packages from Ubuntu's own archive preinstalled. There is no application layered on top: the operating system is the product, and the package profile is the difference. It is not a monitoring appliance, a hardened build or a security product; it is the standard server image with the toolbox already on it, so an administrator does not retype the same install list on every machine they touch. The set spans process and performance analysis, tracing and debugging, storage and filesystem management, terminal multiplexing and editing, fast search and text processing, transfer and archiving, network diagnostics, hardware inventory, and scheduled system hygiene. Every daemon the profile adds ships installed but disabled, so a freshly deployed machine listens on SSH and nothing else, while the daemons the standard Ubuntu image already runs, such as time synchronisation, scheduled jobs and log rotation, are left exactly as the distribution ships them. The image carries a manifest generated from its own package database naming every package, its version and its component, together with a second file recording the boot state of every unit the profile touches.
cloudimg builds the profile as one guarded package transaction on its own hardened Ubuntu Server 26.04 LTS base, and gates it before the packages land: every package must resolve to the Ubuntu archive in the component the contract names, the whole set must simulate as a single transaction that removes nothing, the installed set must match the contract by equality in both directions, and no offensive or dual use tool may be present. The daemon policy is measured rather than asserted: the enabled unit set of the stock image is snapshotted immediately before the transaction, so the profile's own additions are switched off while the base image's behaviour is preserved untouched, and both sets ship with the image. Every package is checked against Ubuntu's own security data first, so nothing on the image depends on a paid subscription to receive its fixes, and the image ships unattached with zero such updates outstanding. The off box listening set is compared as a whole against port 22 rather than sampled. There is no default login: access is by the key you supply at launch, password authentication is off, root has no login path and the root account is locked. Machine identity and SSH host keys are regenerated uniquely on every instance, unattended security updates are armed, and the image is backed by a paired deploy guide tested block by block and 24/7 support.