
Ugreen NASync DXP2800
0 TB
Ugreen NASync DXP2800
0 TB
We are currently looking for a new supplier, so it is not yet possible to predict whether / when the item will be available again.
I have it running with Unraid and 48GB without any problems
1 month ago
Yes, it is possible to encrypt the hard drives. The NAS supports professional encryption, including robust standards such as AES-256, to fully protect data transfer and stored data. Encryption can take place at different levels, such as full hard drive encryption, which offers maximum security.
Automatically generated from the .This NAS has no built-in hard drives. The two trays are empty. The product designation "Ugreen NASync DXP2800, 0 TB" indicates this ("0 TB").
3 months ago
Yes, you can install Nextcloud via Docker. To install Nextcloud on a NAS, you need Docker, which you can set up on your NAS. Here are the basic steps: - Install Docker: Make sure that Docker is installed on your NAS. This can usually be done via the package centre of your NAS. - Use Docker-Compose: Create a `docker-compose.yml` file in which you define the configuration for Nextcloud and the required database (e.g. MariaDB). - Set up the database: In the `docker-compose.yml` file, you must specify environment variables for the database such as `MYSQL_ROOT_PASSWORD` and `MYSQL_DATABASE`. - Start container: Use the command `docker-compose up -d` to start the containers in the background. - Set up Nextcloud: Once started, you can access the Nextcloud web interface using the IP address of your NAS and the configured port to complete the installation. These steps are general and may vary slightly depending on your NAS model and operating system. There are many detailed guides online that can help you understand the process specific to your NAS model.
Automatically generated from the .