minio

Install MinIO on a GoPanel Server

Syntax

minio [-u] Username [-p] Password [-h] Hostname [-s] y/n

Examples

MinIO is a high-performance, S3-compatible object storage server. Here's how to install it on your GoPanel Server:
$ /go/minio -u admin -p mypassword -h s3.gopanel.org
$ systemctl enable minio
$ systemctl restart minio
Access web interface: https://s3.gopanel.org:3333

Install and configuring SSL Certificate for MinIO
$ /go/miniossl

Enforc SSL Certificate renewal for MinIO
$ /go/miniossl --force

To install and run MinIO as a standalone object storage server without Apache:
$ systemctl stop httpd
$ systemctl disable httpd
$ /go/minio -u admin -p mypassword -h s3.gopanel.org -s y
$ systemctl enable minio
$ systemctl restart minio
Access web interface: https://s3.gopanel.org

Related GoPanel commands

miniossl - Install an SSL certificate for MinIO
s3 - Mount an S3 Bucket on a GoPanel Server
storage - Auto-Mount /storage folder on Boot using rclone


At Your Service

Our team is on hand 24/7 to not only solve technical issues, but to offer the guidance and technical support you need to succeed online. Give us a ring.

+2 01006931666 Chat
© 2020 - 2025 GoPanel Inc., all rights reserved.