Tutorial: Hub Setup

This short guide will help you through the essential steps to set up a SyncPlanet hub for your studios and enable them to share their work together.

Account

First, you need to create an account for your organization. Simply go to Start - SyncPlanet and type in an address in the “sign up” field to create your account.

signup interface screenshot

From your account, you will be able to create and manage your hub, teams, and storages.

Requirements

To use the SyncPlanet services, you will require an adequate server set up and configured to act as your hub.

Choosing a server for your hub

You may choose to use a server you already own, or rent one from a cloud provider. Any server you use must be running OpenSSH and docker. If you choose to rent, we recommend you choose from a datacenter near the location of your main studio. It is important that your server has adequate storage capacity and bandwith for your project.

The Hub

Hub parameters

To configure your server and have it act as your hub, you need to set its parameters. To do this, visit the connections panel in your account, and click on the Add button in the servers section.

account interface screenshot

This will generate a new Server button. Click on it to open the newly created hub's interface.

hub main panel interface screenshot

You can manage your hub and its volumes from this window. For now go to the parameters panel to set the initial parameters for your server. The following fields must be filled to configure your hub:

hub parameters screenshot

Configuration

After setting up the parameters of your hub, you will need to configure it to run the Syncplanet services. To do so, open the SSH console in your server and type in the following command:

syncplanet init <apikey> <hub_id>

This will start the configuration process. Once that command has been properly executed, run the next command on the list:

cd hub.name

And finally:

docker compose up -d

Please note that in order for the docker command to execute properly, you will need a subscription to SyncPlanet

Your server is now ready to act as your hub. You can now start creating teams and volumes to connect to the hub. For more information regarding the hub, please see: Hub

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.

Next

Further reading: