Available in Zoho Creator 6 and for all paid plans.
Roles and permissions -
Super admins can configure Qntrl integration under System Integrations.
Super admins and Admins can create and manage databridges in their Creator account.
Developers can use configured databridges to create connections and integrate applications with privately hosted services.
Supported operating systems are: Windows, macOS, and Linux. Learn more about the system requirements
To configure databridge on your private network, ensure that all the system requirements are followed. Learn more
|
Property |
Details |
|
Supported OS |
Windows, Mac, Linux |
|
Communication Mode |
Outbound connection |
|
Supported Connectors |
MySQL, PostgreSQL, Oracle, and MS SQL, Active Zen, SAP Hana. |
|
Security |
Encrypted message-based exchange |
After setting up Qntrl in System integrations,
Note: The download package will only remain accessible for 15 days. 
Databridge can be installed using one of two package formats, depending on your operating system and how you prefer to manage the installation:
|
OS |
Zip |
|
Windows |
|
|
Linux |
|
|
Mac |

During installation, you will be asked for proxy settings, external Postgres settings, and a service user account. The behavior is consistent across operating systems:
Proxy settings: If your server reaches the internet through a proxy, enter the proxy username, password, host, and port. Otherwise, skip this step or disable the proxy.
External Postgres settings: If you want Databridge to use an external Postgres database, enter its host, port, username, and password. Otherwise, the bundled Postgres will be used.
Service user account: The non-root local user account that Databridge will run under. This account should not have administrator privileges and must be created on the server beforehand. If the user does not exist when prompted by the zip installer, you will be given the option to create one with only the permissions required to run the service.
powershell
Expand-Archive - Force Bridge.zip 'C:\Bridge'
Replace Bridge.zip with the path to the actual downloaded zip.
Run the install script with root permission to start the installation:
powershell
cmd.exe /c 'C:\Bridge\bin\bridge.bat install'
At the proxy settings prompt, choose one of the following:
Yes - Configure the proxy by entering the proxy username, password, host, and port.
No - Disable the proxy.
Skip - Make no changes to proxy settings.
At the postgres settings prompt, choose one of the following:
Yes - Configure external Postgres by entering the host, port, username, and password.
No - Disable external Postgres and use bundled Postgres.
Skip - Make no changes to Postgres settings.
At the service user prompt, enter a non-root username on your system. If the username does not exist, the create-user prompt will let you create the user with only the permissions required to run the service.
Verify that the Databridge has started successfully.
Note: The zip installation on Windows must be run from an elevated PowerShell. A standard PowerShell session will not have the privileges required. bash
sudo unzip -d /Bridge Bridge.zip
Replace Bridge.zip with the path to the actual downloaded zip.
Run the install script with root permission to start the installation:
bash
sudo sh /Bridge/bin/bridge.sh install
At the proxy settings prompt, choose one of the following:
Yes - Configure the proxy by entering the proxy username, password, host, and port.
No - Disable the proxy.
Skip - Make no changes to proxy settings.
At the postgres settings prompt, choose one of the following:
Yes - Configure external Postgres by entering the host, port, username, and password.
No - Disable external Postgres and use bundled Postgres.
Skip - Make no changes to Postgres settings.
At the service user prompt, enter a non-root username on your system. If the username does not exist, the create-user prompt will let you create the user with only the permissions required to run the service.
Verify that the Databridge has started successfully.
bash
sudo unzip -d /Library/Bridge Bridge.zip
Replace Bridge.zip with the path to the actual downloaded zip.
Run the install script with root permission to start the installation:
bash
sudo sh /Library/Bridge/bin/bridge.sh install
At the proxy settings prompt, choose one of:
Yes - Configure the proxy by entering the proxy username, password, host, and port.
No - Disable the proxy.
Skip - Make no changes to proxy settings.
At the postgres settings prompt, choose one of:
Yes - Configure external Postgres by entering the host, port, username, and password.
No - Disable external Postgres and use bundled Postgres.
Skip - Make no changes to Postgres settings.
At the service user prompt, enter a non-root username on your system. If the username does not exist, the create-user prompt will let you create the user with only the permissions required to run the service.
Verify that the Databridge has started successfully.
Open the required databridge, from the databridge listing page. In the databridge details page, click Add Connection.
Choose a connector from the list of privately hosted connectors and create the connection as required.
Enable connection access to your application from the Microservices section.
Note: The admin configures the databridge and the associated connection. To grant application access, the admin must navigate to the Microservices section and enable access for the relevant application.
Note:
Host OS - The operating system of the host server (Windows, Mac OS X, or Linux).
Port - The port the Databridge is listening on.
Latest poll time - The most recent time Creator successfully polled the Databridge.
Status - Active or Down.
Active - The Databridge is up, connected to Creator, and ready to handle data operations.
Down - The Databridge is not currently reachable from Creator. This can happen when the service has been stopped, the host server is offline, or there is a network issue.
Test Databridge - A Test button that validates the channel between Creator and this Databridge.
Added by - The user who added this Databridge.
Added on - The date the Databridge was added.
Open the Databridge from the listing page, click Test under Test Databridge in the details page.
Databridge is active - Creator was able to reach the databridge. The Databridge is ready to handle data operations.
Databridge is down - Creator could not reach the databridge. Check that the Databridge service is running on the host server, verify outbound network connectivity from the server, and refer the Troubleshooting steps.
Note: Test validates the Creator to databridge channel only. It does not test the connection between the Databridge and your internal service or database.Click Stop databridge in the popup that follows.
Click View references. The associated connections that use this databridge will be listed in a popup.
Click References to view where the databridge is being used. Click View to open the connection in the application.
Click Delete in the popup after reviewing the listed connections that reference this databridge.
Note: Databridge can't be deleted while it has active connections. Switch the connections to a different Databridge, or delete those connections, and then try again.|
Problem |
Solutions |
|
Databridge not listed |
Verify that the installation completed successfully on the host server. Check that the service is running, and ensure the server has outbound internet connectivity. |
|
Databridge status down |
Restart the Databridge service on the host server. Confirm the server is powered on and reachable on the network. Then, use the Test action in Creator to verify reachability. |
|
Data not loading |
Verify the connection using its built-in Test option. Confirm that the Databridge status is active and that the underlying service or database is reachable from the host server. |
A maximum of five databridge can be actively connected at a time.