MinIO¶
MinIO is a high-performance, S3 compatible object storage solution.
Package Information¶
| Property | Value |
|---|---|
| Package Name | minio |
| Upstream | min.io |
| License | AGPL-3.0 |
| Default Port | 9000 (API), 9001 (Console) |
Installation¶
- Install MinIO from Package Center
- The wizard will ask for data share location
- Access web console at
http://your-nas:9001
Configuration¶
Data Location¶
- Data directory: Configured during installation (your chosen share)
- Configuration:
/var/packages/minio/var/
Default Credentials¶
Initial credentials are set during installation. To reset:
- Stop the MinIO package
- Edit
/var/packages/minio/var/minio.env - Set
MINIO_ROOT_USERandMINIO_ROOT_PASSWORD - Start the package
Creating Buckets¶
- Access web console at port 9001
- Navigate to Buckets → Create Bucket
- Configure access policies as needed
Using with Applications¶
AWS CLI¶
rclone¶
[minio]
type = s3
provider = Minio
endpoint = http://your-nas:9000
access_key_id = your_access_key
secret_access_key = your_secret_key
Troubleshooting¶
Cannot Access Console¶
Ensure port 9001 is accessible. The API (9000) and Console (9001) use different ports.
Disk Full Errors¶
MinIO requires sufficient disk space. Check your data share has available space.
Related Packages¶
- rclone - Cloud storage sync tool
- Garage - Alternative S3-compatible storage