Skip to content

MinIO

Plan snapshot

MinIO

SELF-HOSTBYO
Free storage / trial
No provider quota; storage equals your own disks or infrastructure.
Separate limits
Costs depend on your server, drives, network, backups, and redundancy model.
Billing trigger
Self-hosted software; you pay for infrastructure rather than a cloud storage subscription.
Best fit
Homelab, on-prem, or private S3-compatible deployments.
Cost hygiene:Budget for redundancy and backup, not just raw disk size; free software does not make storage failure free.

Checked 2026-05-13: MinIO documentation

MinIO is a self-hosted S3-compatible object storage server. AeroFTP supports MinIO through a built-in MinIO preset and through generic S3-compatible setup.

Why Use AeroFTP with MinIO

  • Desktop GUI for self-hosted object storage
  • Good fit for homelabs, internal infrastructure, and on-prem deployments
  • Saved profiles for multiple endpoints or environments
  • Same app for MinIO, AWS S3, Wasabi, R2, and other object storage providers

What You Need

  • your MinIO endpoint
  • your access key
  • your secret key
  • your bucket name

Typical endpoint examples:

  • http://minio.local:9000
  • https://s3.internal.example.com

How to Connect

  1. Open AeroFTP.
  2. Select MinIO from the S3 provider presets.
  3. Enter your access key and secret key.
  4. Enter your bucket name.
  5. Enter the MinIO endpoint.
  6. Keep path-style access enabled if the preset uses it.
  7. Connect and save the profile.
  • use path-style addressing
  • use us-east-1 unless your deployment requires a different region value
  • keep the endpoint exact, including scheme and port if needed

Troubleshooting

ProblemCauseSolution
Invalid endpointMissing scheme or wrong portInclude http:// or https:// and the correct port
Signature mismatchWrong secret key or incompatible endpoint valueRecheck credentials and endpoint format
Bucket not foundWrong bucket nameVerify the bucket in the MinIO console

aeroftp.app - Released under the GPL-3.0 License. AeroFTP Reviews