Install Minio – S3

Reading Time: < 1 minute

Last Updated: 5/15/2024

THE SERVER: Let’s install the MinIO server. Fortunately this is simple.

STEP 1:

wget https://dl.minio.io/server/minio/release/linux-amd64/minio

STEP 2:

chmod +x minio

STEP 3:

sudo ./minio server /minio

Note: we will discuss a few things next, like how to configure a certificate.