Cloud Connection
Jump to navigation
Jump to search
Set Up an S3 Server on Synology NAS
Installing Docker and MinIO Server
- Once the NAS is running, navigate to the Package Center and install Docker.
- Open the Docker app, and navigate to Registry. Select minio/minio.
- Double click minio/minio and choose the latest build.
- Choose Container and select Create to make your Minio server container. Select Minio, and click Next. Select Use the same network as Docker Host and click Next. Select Advanced Settings, and then Execution Command. Type
minio server /data
in the Command field and click Save. - Click Next and choose Add Folder. Select Create Folder, enter a new folder name, and click OK. In this example, the folder is called MylioStorage.
- Choose Select and type
/data
for the mount path and click Next and Done. - You now have a MinIO S3 server. Verify it is running by selecting Container and checking the status.