Cloud Connection

From wiki.fine.cz
Revision as of 20:34, 15 November 2023 by Osokol (talk | contribs)
Jump to navigation Jump to search

Set Up an S3 Server on Synology NAS

Installing Container Manager and MinIO Server

  • See list of Synology Applied Models for Container Manager (Docker). If your model is supported navigate to the Package Center and install Container Manager (Docker) app.
Container manager.png
  • Open the Container Manager app and navigate to Registry. Search for minio and select minio/minio. Double click minio/minio and choose the latest build and download container image.
Docker Repository.png
  • Deploy the image by giving it a name and selecting auto restart.


  • Create a folder in the /docker shared folder, or your own /minio shared folder and mount that under volume settings as /data
  • Minio will repopulate a ton of environmental variables. Delete all of them.
  • You now have a MinIO S3 server. Verify it is running by selecting Container and checking the status.

Creating a Bucket

  1. Open a Browser and type in your NAS IP along with 9000 as the port (e.g. 10.0.0.30:9000) to access the Minio Object Store web page.
  2. Enter the default username minioadmin and password minioadmin to access the Object Store web page.
  3. Choose Create a Bucket and enter the desired bucket name and click Create Bucket. Copy your bucket name and paste the information into a safe place (e.g., a notes app or word processing document) for later use.