Databridge system requirements | Zoho Creator Help

Databridge system requirements

What does this page cover
Databridge powered by Qntrl connects Zoho Creator with privately hosted services. This page lists the system requirements your host machine must meet to install databridge and ensure it operates reliably over time.

1. Supported platforms   

1.1. Operating systems   

Databridge can be installed on the following operating systems.
Windows

Version

Edition

Architecture

Windows Server 2016

Standard, Datacenter

64-bit (x64)

Windows Server 2019

Standard, Datacenter

64-bit (x64)

Windows Server 2022

Standard, Datacenter

64-bit (x64)

Windows 11

 -

64-bit (x64)

Linux

Distribution

Architecture

Red Hat Enterprise Linux 8.x / 9.x

64-bit (x86_64)

Ubuntu Server 20.04 LTS / 22.04 LTS / 24.04 LTS

64-bit (x86_64)

SUSE Linux Enterprise Server 15 SPx

64-bit (x86_64)

macOS

Version

Architecture

macOS 13 Ventura

64-bit (ARM64)

macOS 14 Sonoma

64-bit (ARM64)

macOS 15 Sequoia

64-bit (ARM64)

macOS 26 Tahoe

64-bit (ARM64)

2. Hardware requirements

Databridge is typically lightweight, though resource usage scales with the number and type of tasks processed (such as API calls, database queries, SSH operations, PowerShell execution, Active Directory lookups, and file operations).

Deployment size

Task volume

vCPU / Cores (minimum)

RAM (minimum)

RAM (recommended)

Disk space

Small

Up to ~50 tasks/hour, limited concurrency

2

4 GB

8 GB

< 5 GB

Medium

Up to ~500 tasks/hour, moderate concurrency

4

8 GB

16 GB

5–10 GB

Large

> 500 tasks/hour, heavy concurrency

8

16 GB

16 GB

10 GB+

Approximate disk space accounts for Databridge binaries, the bundled PostgreSQL database, and logs and operational data. Actual disk usage depends on log retention settings and data volume.

3. Network requirements

3.1. Outbound connectivity to Zoho Creator

The Databridge host requires outbound access to the following endpoints on port 443 over HTTPS/WSS (TCP):

Domain

Port

Protocol

core.qntrl.com

443

HTTPS / WSS

bridgews.qntrl.com

443

HTTPS / WSS


NotesNote: Ensure that outbound HTTPS traffic on port 443 from the Databridge host to Zoho Creator endpoints is permitted by your firewall and is not intercepted in a way that breaks WebSocket connections.
For regions outside the US data center, domain addresses may vary based on the data center.

3.2. Internal network connectivity

The Databridge host must have inbound and outbound access within your LAN to reach the internal systems it is expected to integrate with. Supported internal system types include:

  • REST and SOAP APIs

  • Databases

  • Linux or Unix servers (via SSH)

  • Windows servers (via PowerShell / WinRM)

  • Active Directory and LDAP

  • SFTP servers

  • File shares (SMB)

A minimum LAN bandwidth of 100 Mbps is recommended. Lower bandwidth may reduce throughput for high task volumes.

3.3. Ports and protocols   

Ensure that the required ports listed below are open based on your use case before proceeding with the setup.

Outbound from Databridge host to Zoho Creator

Purpose

Protocol

Port

Target

Notes

WebSocket connection

HTTPS / WSS

443

Zoho Creator endpoints

Required for command execution and result reporting

4. Software dependencies    

Databridge includes a bundled Java runtime and a bundled PostgreSQL database. No separate installation of Java or PostgreSQL is required on the host.

 4.1. Java runtime   

Property

Value

Bundled JRE version

11.0.17

Default JVM heap size

512 MB

Configuration file

BRIDGE_DIR/conf/wrapper-bridge.conf


NotesNote: No separate Java installation is required on the Databridge host.

4.2. Java service wrapper

Databridge uses the Tanuki Java Service Wrapper (3.5.54) for process launching, monitoring, and deployment as an OS service or daemon.

4.3. Bundled PostgreSQL

The bundled PostgreSQL instance listens only on localhost and is not accessible externally.

Property

Value

Version

16.4

Default port

8501

Listens on

localhost only

Managed under

BRIDGE_DIR/pgsql

Configuration file

BRIDGE_DIR/conf/postgres.xml

4.4. Embedded web server   

Property

Value

Web server

Jetty (embedded)

Default port

8500 (HTTP)

Configuration file

DATABRIDGE_DIR/conf/config.xml

Info HTTPS can be enabled for the web server using customer-provided certificates. 

4.5. OS utilities   

Linux

  • bash, systemd/init, or an equivalent service manager

  • curl or wget to download the installer via command line (optional)

Windows

  • PowerShell 5.1 or later (PowerShell 7+ also supported)

  • curl to download the installer via command line (optional)

5. Target system requirements

5.1. Windows hosts (PowerShell / WinRM) 

  • WinRM must be enabled and accessible from the Databridge host.
  • Minimum PowerShell version: 5.1.
  • For PowerShell 7+, ensure appropriate remoting configuration (for example, pwsh remoting).

 5.2. Linux / Unix systems

  • OpenSSH server must be enabled and reachable from the Databridge host.
  • Key-based or password authentication is supported, as per your security policy.

5.3. Active Directory / LDAP

Compatible AD forest/domain functional levels (e.g., Windows Server 2012 R2+).
LDAPS (port 636) certificates configured if using secure LDAP (recommended).

6. Permissions and accounts

6.1. Windows   

  • Use a local service or dedicated domain account for the Databridge service.

  • Required privileges: Log on as a service permission, and read/write access to BRIDGE_DIR.

  • Avoid using domain administrator accounts. Follow the least-privilege principle.

 6.2. Linux   

  • A non-root user is required to run the Databridge service.

  • Required privileges: read/write access to BRIDGE_DIR.

  • sudo may be required during installation or specific administrative operations, but not for regular runtime, depending on your environment.

7. Security and compliance

7.1. Connectivity to Zoho Creator   

Property

Value

Connection type

Outbound TLS-secured WebSocket

Protocols

WSS, HTTPS

Port

443

TLS version

TLS 1.3 or later

7.2. Certificates   

Zoho Creator endpoints:

  • Databridge validates Zoho Creator certificates using the host OS trust store.

Databridge Web UI (optional HTTPS):

  • Minimum key length: 2048-bit RSA or equivalent (for example, ECDSA).

8. Deployment Considerations

Deployment Types
  • Single-server: One Bridge host per environment or network segment (typical) 

Offline / Restricted Environments
  • Databridge requires outbound connectivity to Qntrl over HTTPS/WebSockets (443).

  • Fully air-gapped environments are not supported.

  • If direct internet access is restricted,configure outbound proxy access to Qntrl endpoints. 

Time Synchronization      

Accurate time synchronization is required on:

  • The databridge host

  • AD / LDAP servers

  • Databases and remote systems

Info

Tip:

  • NTP or an equivalent time synchronization mechanism.

  • Keep clock skew within ±5 minutes maximum (or stricter, depending on authentication mechanisms such as Kerberos or certificate validation).

9. IP & Domain Whitelisting   

To enable successful communication between Qntrl and databridge through HTTPS and WebSocket, you must allow outbound connectivity to the required domains or IP ranges based on your data center region.
If your organization uses firewall, proxy, or network allowlist rules, the following domain and IP details has to be used within your network administrator before configuring Qntrl Bridge.

9.1. Domain Whitelisting   

Allow outbound access to the following domains based on your region:

Region

Domains to Whitelist

US

core.qntrl.com, bridgews.qntrl.com

EU

core.qntrl.eu, bridgews.qntrl.eu

IN

core.qntrl.in, bridgews.qntrl.in

AU

core.qntrl.com.au, bridgews.qntrl.com.au

JP

core.qntrl.jp, bridgews.qntrl.jp

SA

core.qntrl.sa, bridgews.qntrl.sa

UAE

core.qntrl.ae, bridgews.qntrl.ae

CA

core.qntrl.ca, bridgews.qntrl.ca

 

9.2. IP Whitelisting   

Whitelist the following outbound IP ranges for your region:

 

United States (US)    

204.141.32.0/23

204.141.42.0/23

136.143.190.0/23

136.143.186.0/23

136.143.189.0/24

136.143.182.0/23

136.143.180.0/23

136.143.185.0/24

 

Europe (EU)    

185.20.209.0/24

185.230.212.0/23

87.252.213.0/24

89.36.170.0/24

185.230.214.0/23

 

India (IN)    

169.148.146.0/23

169.148.148.0/23

103.103.196.0/24

103.103.197.0/24

103.103.198.0/24

103.117.158.0/24

103.117.159.0/24

 

Australia (AU)    

101.97.36.0/24

103.138.128.0/23

103.91.166.0/24

165.173.191.0/24

 

Japan (JP)    

103.163.152.0/24

 

Saudi Arabia (SA)    

199.67.80.0/23
199.67.82.0/23

 

United Arab Emirates (UAE)    

160.32.184.0/24
160.32.188.0/24
160.32.186.0/24

 

Canada (CA)    

199.67.85.0/24

10. Points to note

  • Databridge requires outbound connectivity to Zoho Creator over HTTPS/WebSockets (port 443). Fully air-gapped environments are not supported.

  • If direct internet access is restricted, configure outbound proxy access to the required Zoho Creator endpoints.

  • Accurate time synchronization is required on the databridge host, as well as on any AD/LDAP servers, databases, and remote systems it connects to. Use NTP or an equivalent time synchronization mechanism. Keep clock skew within ±5 minutes maximum, or stricter if your environment uses authentication mechanisms such as Kerberos or certificate validation.

  • JDBC drivers for supported databases can be updated or replaced independently if a newer database version requires a different driver.

  • The bundled PostgreSQL database is for internal databridge use only. It listens on localhost and is not exposed externally; do not use it as a general-purpose database for your applications.

  • macOS support is intended for non-production or smaller environments and is not recommended for production deployments.

11. Glossary

  • Outbound connection - A connection initiated from inside your network to an external service, eliminating the need for inbound firewall access.

  • JDBC driver - The Java connector that Databridge uses to communicate with a database. Drivers can be updated independently when a newer database version requires a different driver.