---
title: 'How to configure Cloudmodule for multiple data centers | Zomro'
description: 'In this article, we will discuss how to set up multiple data centers.'
image: 'https://dx86q6oq7ry0e.cloudfront.net/uploads/blog/oleksiy.tkachuk%40zomro.org/2025/01/22/image_4Wlx57F_q50.jpg'
---

![opened image]()

  * [Zomro](https://zomro.com/)
  * [Useful articles](https://zomro.com/blog/articles/)
  * [API integration](https://zomro.com/blog/articles/api-integration/)
  * How to configure Cloudmodule for multiple data centers 



# How to configure Cloudmodule for multiple data centers

22-01-2025

The basic installation guide has been discussed [here](https://zomro.com/blog/articles/523-cloudmodule-brief-overview). In this article, we will look at how to set up multiple data centers.  
You can find the complete list of changes for Cloudmodule at this [link](https://repo.zomro.com/cloudmodule/Changelog.html).

Basic Concepts

To sell services from different data centers, you need to:

  * Add data centers to Billmanager.

  * Create a processing module for each data center.

  * Add external IDs for the data centers.

  * Import tariff plans for the selected locations.




> Note: We strongly recommend creating a separate data center and processing module for images to avoid potential issues.

Each of these steps will be discussed in detail below.

Adding a Data Center to Billmanager

Currently, three data centers are available:

  * Netherlands

  * Netherlands-2

  * Netherlands-3

  * Poland

  * Germany-1




With the addition of an additional data center for images, the Data Centers tab in Billmanager should look like this:

![How to configure Cloudmodule for multiple data centers - 1](https://dx86q6oq7ry0e.cloudfront.net/uploads/blog/oleksiy.tkachuk%40zomro.org/2025/01/22/image_4Wlx57F_q50.jpg)

> Note: External IDs for data centers will be added after creating the processing modules.

## Creating a Processing Module for Each Data Center

After creating the data centers, you can start setting up processing modules — one for each data center. Select the product type and add the BILLmanager module, then fill in all the required fields. All modules will use the same credentials from your Zomro account.

Use appropriate names for the modules, as this will be convenient when importing tariff plans. Below is an example for four modules (three locations for instances and one separate for images):

![How to configure Cloudmodule for multiple data centers - 2](https://dx86q6oq7ry0e.cloudfront.net/uploads/blog/oleksiy.tkachuk%40zomro.org/2025/01/22/image_BRWGcWJ_q50.jpg)

## Adding External IDs for Data Centers

Return to the Data Centers tab in Billmanager and add external IDs:

  * Netherlands

  * Netherlands-2

  * Netherlands-3

  * Poland

  * Germany-1




> Important: Make sure you enter the correct values for the external IDs. These values are used to determine the boot sources of the instances. Also, check that your processing module “Poland” has a data center with the external ID “Poland” and so on.

For the data center intended for images, you can leave the external ID blank.

### Importing Tariff Plans for Locations

In the Tariff Plans tab, click the `Import` button and select the corresponding processing module. It is important to import tariff plans specifically for the location that corresponds to the data center in the module. For example, tariffs for Poland will only work with the module that specifies the data center Poland.

Zomro uses a special designation for tariffs:

  * PL-1: Poland

  * NL-1: Netherlands

  * NL-2: Netherlands-2

  * NL-3: Netherlands-3

  * DE-1: Germany-1




For the product type “image,” a separate module is used. There will be only one tariff for it. 

![How to configure Cloudmodule for multiple data centers - 3](https://dx86q6oq7ry0e.cloudfront.net/uploads/blog/oleksiy.tkachuk%40zomro.org/2025/01/22/image_QyoZm0h_q50.jpg)

![How to configure Cloudmodule for multiple data centers - 4](https://dx86q6oq7ry0e.cloudfront.net/uploads/blog/oleksiy.tkachuk%40zomro.org/2025/01/22/image_8qJNphz_q50.jpg)

![How to configure Cloudmodule for multiple data centers - 5](https://dx86q6oq7ry0e.cloudfront.net/uploads/blog/oleksiy.tkachuk%40zomro.org/2025/01/22/image_AIpL47M_q50.jpg)

Images

For the product “Images,” there is a special parameter `region`, so there is no need to create separate processing modules and data centers. To enable snapshot and backup creation, you need to import and activate the tariff for images.  
Snapshots and backups will be stored in the same data center where the instances are running.

If you want to create new instances or rebuild existing ones from a backup in another data center, you need to copy the backup to that data center (a new service with a unique identifier will be created).

A copy can be created in the “Images” tab by clicking the “Copy Image” button, selecting the desired data center from the list, and specifying a name for the new image. In the order, rebuild, and rescue lists, only those images that correspond to the same data center (DC) as the instance will be displayed.

![How to configure Cloudmodule for multiple data centers - 6](https://dx86q6oq7ry0e.cloudfront.net/uploads/blog/oleksiy.tkachuk%40zomro.org/2025/01/23/image_q50.jpg)

We also suggest reviewing the following articles for interacting with [Cloud VPS](https://zomro.com/vps) products using the API:

  * [_API - Creating a Service_](https://zomro.com/blog/articles/462-api-creation-of-a-service)
  * [_API - Obtaining Information about Available Tariffs and Their Parameters_](https://zomro.com/blog/articles/464-api-obtaining-information-about-available-tariffs-and-their-parameters)
  * [_API - Operation Start & Stop_](https://zomro.com/blog/articles/468-api-operation-start-and-stop)
  * [_API - Operation Reboot_](https://zomro.com/blog/articles/465-api-operation-reboot)
  * [_API - Operation Rebuild_](https://zomro.com/blog/articles/466-api-operation-rebuild)
  * [_API - Operation Delete_](https://zomro.com/blog/articles/467-api-operation-delete)
  * [_API - Interaction with Backup Schedule_](https://zomro.com/blog/faq/486-api-interaction-with-backup-schedule)
  * [_API - Interacting with Rescue_](https://zomro.com/blog/faq/485-api-interacting-with-rescue)
  * [_API - Interaction with Backup_](https://zomro.com/blog/faq/482-api-interaction-with-backup)
  * [_API - Interacting with Snapshots_](https://zomro.com/blog/faq/483-api-interacting-with-snapshots)
  * [_API - Interacting with Boot From ISO_](https://zomro.com/blog/faq/484-api-interacting-with-boot-from-iso)
  * [_API - Interaction with Image_](https://zomro.com/blog/faq/487-api-interaction-with-image)



Similar articles:

[API - Interaction with Backup Schedule](https://zomro.com/blog/articles/486-api-interaction-with-backup-schedule) [API - Operation Delete](https://zomro.com/blog/articles/467-api-operation-delete) [Brief overview of Cloudmodule](https://zomro.com/blog/articles/523-cloudmodule-brief-overview) [How to configure Cloudmodule for multiple data centers](https://zomro.com/blog/articles/573-cloudmodule-setup-for-multiple-dc) [API - Interaction with Snapshots](https://zomro.com/blog/articles/483-api-interacting-with-snapshots)

[ Forex Server from €7.95/mon ](/server-for-forex)
