Derek Coleman & Associates Inc logoDerek Coleman & Associates Inc

Home / Marketplace / MinIO on Ubuntu 24.04 LTS

MinIO on Ubuntu 24.04 LTS

S3-compatible object storage that lives entirely inside your Azure subscription. MinIO deploys with a unique per-VM admin credential and a ready-to-use web console, giving you private S3 buckets for backups, artifacts, and data pipelines in minutes.

Version: SILO RELEASE.2026-09-16T00-00-00Z, the maintained AGPL-3.0 fork of MinIO by PGSTY (github.com/pgsty/silo), compiled from source and installed under the MinIO names and paths; MinIO-compatible S3 and admin API, Console and configuration; single node, data in /var/lib/minio/data on the OS disk. Security status: upstream community MinIO is archived and gets no security fixes; its final release leaves CVE-2026-41145 and CVE-2026-40344 (CVSS 8.8, unauthenticated object write with any valid access key) unpatched, and the fork fixes both plus CVE-2026-39414, CVE-2026-34204, CVE-2026-33322, CVE-2026-33419 and CVE-2026-42600 (fork advisories: silo.pgsty.com/about/security-advisories/). Images built before 2026-09-17 ship upstream MinIO RELEASE.2025-09-07T16-13-09Z with those CVEs unpatched and data in /mnt/data.Platform: Ubuntu 24.04 LTSPorts: 9000 (S3 API), 9001 (Console) — plain HTTP; add TLS or a fronting proxy before exposingCategory: Storage

What's included

  • Full S3 API compatibility (works with aws-cli, SDKs, rclone)
  • Built from SILO, the maintained fork of MinIO (github.com/pgsty/silo, AGPL-3.0): carries the security fixes upstream community MinIO no longer ships, including CVE-2026-41145 and CVE-2026-40344
  • Web console for buckets, users, policies, and access keys
  • Unique per-VM root credential generated at first boot
  • Ubuntu 24.04 LTS with automatic security updates
  • Trusted Launch: Secure Boot + vTPM supported
  • Attach data disks to scale capacity independently of compute

Quick start

  1. Deploy from the Azure Marketplace (Get It Now → Create), choosing your SSH key at the Administration step.
  2. Allow inbound SSH (22) for yourself plus the application port(s): 9001 (Console) to your IP; 9000 (S3 API) to your clients — restrict to your own IP where possible. The in-image firewall already allows them; only the Network Security Group (NSG) keeps them closed.
  3. Open the MinIO Console at http://<VM-IP>:9001/ and sign in with the generated root user (see First login below).
  4. Create your first bucket and an access key in the Console (or with `mc admin accesskey create` on the VM); point S3 clients at http://<VM-IP>:9000/.

Get your admin password (one time)

ssh <your-username>@<VM-IP>
sudo cat /var/lib/minio-firstboot-credentials

The root user is per-VM (minioadmin-xxxxxxxx), not `admin`; both lines are in the file. Point S3 clients at http://<VM-IP>:9000/ with an access key from the Console or `mc admin accesskey create`.

Common use cases

  • Private S3 endpoint for apps and CI artifacts
  • Backup target with data residency guarantees
  • ML/data-pipeline object store
  • Development stand-in for cloud object storage

Why our images

Freshly rebuilt against the latest security advisories, no shared default credentials, Trusted Launch support, and automatic OS security updates — everything runs in your own Azure subscription under your governance.

Deploy MinIO in minutes

Production-ready, hardened, and maintained. Deploy straight from the Azure Marketplace into your subscription.