Is it possible to install two ODK Central Server on one environment

Hello ODK Developer,
Is it possible to install two ODK Central Server on one environment.

What does instance means in this case? aggregate server or ODK central.

@Francis_Opiyo i mean ODK Central

It is certainly possible, you would need to modify nginx and docker configurations. Specifically nginx should be listening on two different domain names and two copies of all containers except nginx should be running on different port-bindings.

1 Like

This is not an out-of-the-box configuration, and a customization to do this would likely complicate future upgrades of your Central. The web user roles are intended to help segregate projects and keep them separate. Can you share more about why you would like to install 2 Central instances on one server environment?

2 Likes