Management Service Installation On Synology NAS
This article describes the installation process of Xopero ONE Management Service running as a docker container on Synology.
Last updated
This article describes the installation process of Xopero ONE Management Service running as a docker container on Synology.
Last updated
Synology must meet the following requirements:
x86 or x64 CPU (ARM is not supported)
Minimum 2 GB of RAM
Docker app from Package Center
Navigate to the Container tab and click the Create button. To properly initialize a container, an image is required. All Xopero service images are hosted on Docker Hub. Expand the Image section and select Add image from the list at the bottom. Then, search for the "xopero/xopero-one-service" image.
Once located, select the image, click Download, and choose the version tagged as "latest". Confirm the selection by clicking the Select button. After the image has been downloaded, specify it in the Image field. Next, define a name for the container running the management console. Additionally, configure container resource limits if necessary. Enable the "Auto-restart" option to ensure the container automatically restarts when the device reboots. Proceed to the next step by clicking Next.
In the Volume Settings section, click the + Add Folder button. To ensure data persistence during container updates or maintenance operations, mount the management databases to an external directory. The databases are stored in /app/Xopero and should be mapped to a designated location outside the container to prevent data loss or inconsistencies.
In the Environment section, define the required variables:
ASPNETCORE_URLS – specify the ports of the management service for http and https protocol (e.g., http://+:28556;https://+:28555
).
The management console via the https (encrypted) protocol will be available on port 28555, and via the https (unencrypted) protocol on port 28556.
Utilize the host network mode to enable the container to share the same network namespace as the Container Host.
Confirm the configuration by clicking Next. Finally, in the summary view, review all entered details for accuracy and finalize the process by clicking Done.
That's it! All you need is to connect to your Xopero OME Management Service by entering the URL to your browser:
i.e. https://192.168.0.100:28555 / http://192.168.0.100:28556