Tutorial: Storage Setup

This short guide will help you through the essential steps to set up a storage unit for your studios and enable them to share their work together. Unlike the hub, which is unique, you will likely need several storage units.

Requirements

NAS

To create a storage unit, you will require a Network Attached Storage (NAS) per storage you wish to synchronise. These NAS must be running OpenSSH and Rsync.

Opening network ports

You will also need to setup a SSH service for each connected storage unit. This will allow them to receive and send the files they need. The SSH server can be configured to listen to any port of your choosing.

The Storages

Creating a new storage unit

The quickest way to create a storage unit is to go to the overview panel of your hub page and click on Add at the bottom of the page. This will generate a storage button. Click on it to create a new storage and automatically open its page.

> [!NOTE]
> Keep in mind that you need a NAS running OpenSSH and Rsync **per storage you wish to synchronise**.

> [!NOTE]
> A network port for SSH must be opened in your firewall for the storage to be able to transfer files

hub interface add storage screenshot

You will find that the storage page is similar to the one used for the hub. To configure your storage, go to the parameters panel and fill in the following fields:

hub parameters

Finally, you must install the hub's public SSH key under .ssh/authorized_keys in the user's home directory and create an empty file named .SyncPlanetVolumeRoot in the volume's root folder.

Note

The .SyncPlanetVolumeRoot file allows the synchronisation agents to verify that they are operating in the correct folder. This is essential to start the synchronisation process.

Note

No password is required thanks to the architecture of the network, which ensures a higher level of security than the use of simple passwords.

Your storage should now be configured and connected to the hub. This step will need to be repeated for each storage you wish to add.

You can find and manage your storages on the connections panel of your account. For more information regarding storages, please see: Storage

Additonal Questions

If you have any questions regarding the set-up process that are not answered by this guide, please contact us at support@syncplanet.io. In addition, some of our subscription plans include full support days.