Skip to content

MinIO

In this article

Information

MinIO is an open-source object storage compatible with the Amazon S3 API. It allows storing unstructured data such as photos, videos, logs, backups, etc.

MinIO. Key Features

  • Scalable object storage: MinIO allows storing an unlimited number of objects of any size. The storage volume can be easily scaled by adding new servers.
  • S3-compatible API: MinIO implements the Amazon S3 REST API for storing and retrieving objects, enabling the use of existing S3 libraries and tools.
  • High availability: Data is replicated across multiple cluster nodes. If one node fails, data availability is maintained.
  • Data encryption: Objects are encrypted on the client’s side using a symmetric key. SSE-C, SSE-S3, and SSE-KMS are supported.
  • Multi-user access: Support for ACL and IAM policies to restrict access for different users.
  • Object versioning: Store multiple versions of objects with the ability to restore them.
  • Data replication: Synchronous replication of data to different regions for geographic distribution.
  • Host-level caching: Cache frequently requested objects on cluster nodes.
  • Scalability: Horizontal scalability of performance and storage capacity.
  • Web interface: Built-in GUI for storage management and monitoring.
  • Reliability: Built-in fault recovery, self-healing architecture.

Deployment Features

ID Compatible OS VM BM VGPU GPU Min CPU (Cores) Min RAM (Gb) Min HDD/SDD (Gb) Active
43 Ubuntu 22.04 + + + + 1 1 - Yes
  • Route to mounted directories: /data;

Note

Unless otherwise specified, by default we install the latest release version of software from the developer's website or operating system repositories.

Getting started after deploying MinIO

After your order is paid, you will receive an email notification to the address provided during registration, informing you that your server is ready for use. This notification will include your VPS's IP address, as well as your login and password for connecting.

Our company clients manage their equipment through the server management panel and APIInvapi.

  • Link to access the MinIO web interface: in tag webpanel;;
  • Login: minioadmin;
  • Password: minioadmin.

After successful authorization in the panel, you should set new credentials in the Access Keys >> Change Password tab:

  1. Service Management:

1.1 Check Service Status

systemctl status minio

1.2 Restart Service

systemctl restart minio

1.3 Stop Service

systemctl stop minio

  1. Configuration:

    • Main Configuration File: /etc/default/minio
    • Data Directory: /mnt/data
    • Systemd Service: /etc/systemd/system/minio.service

Note

For more information on the basic settings of MinIO, see the documentation of the developers.

Ordering a server with MinIO using the API

To install this software using the API, follow these instructions.


Some of the content on this page was created or translated using AI.