You can perform various additional actions from the Bridge page to manage, monitor, and troubleshoot your Bridge setup.
To access the Bridge page:
In Qntrl, click the settings gear icon in the left pane bottom.
Navigate to Advanced >> Bridge and click Bridge.
In the bridge list page, click the name of the bridge you want to view.
The selected bridge details will be displayed, with three main sections:
Properties
Metrics
Messages
On this page, you can view and make changes to the listed properties of the bridge.
To view or modify a bridge’s properties:
Click the Properties tab.
Make the required changes to the listed properties.
Click Save to apply the updates.
Bridge Properties Include:
To associate modules:
Select Modules and then click Associate Modules on the right.
From the displayed list of services, select a service to view its modules.
Select the modules you wish to associate with the bridge.
Click Save.
View and manage bridge version updates.
Click Update History.
If a new version is available, the Update button becomes active.
Clicking Update opens a pop-up with instructions.
For older Bridge versions (before v2.18), you must manually execute a .sh update file as per the instructions in the pop-up.
For newer versions, the process can be completed directly from the UI.
You can retrieve and download log files directly from the Bridge interface for quick diagnostics.
To retrieve logs:
Click Get Recent Logs.
In the Log Preference window, select the type of logs to retrieve:
Bridge Logs – Retrieves only Bridge-related logs.
Service Logs – Retrieves logs specific to individual services. A dropdown appears to select the required service. Retrieves logs specific to individual services. Click the dropdown and select the required service.
Unified Logs – Retrieves both Bridge and the selected Service logs together. Click the dropdown and select the required service.
Click Execute to retrieve the selected logs.
The retrieved logs appear in a list, where you can hover over any file name and click the Download icon to save it locally.

A maximum of 10 log files are maintained at a time. When new files are fetched, the oldest ones are automatically deleted.
You can now retrieve service-specific logs for focused troubleshooting.
Define processing limits for Bridge Agent request and response threads.Users can set the count and maximum count of threads that can be executed by bridge in parallel, along with the queue size for various types of threads like Request, Response, Synchronous Request, Asynchronous Request, and SFTP Request. These settings help balance performance and resource utilization.
Setting | Description |
Thread Count | Minimum number of threads that can run in parallel. |
Maximum Thread Count | Maximum number of threads that can run concurrently. |
Queue Size | Maximum number of tasks that can be queued. Tasks beyond this limit are ignored. |
The Metrics section provides real-time and historical performance insights for the Bridge.
The performance of the bridge and any tasks that rely on it is largely influenced by the performance of the machine hosting the bridge. It’s crucial to regularly monitor the system's performance and take proactive steps if any issues arise. The following charts help with monitoring live system performance for the machine hosting the Bridge Agent.
Available metrics include:
The live CPU usage report is displayed in two formats:
Bar Chart - Displays CPU usage percentage over time.
Pie Chart - Shows the distribution of RAM, disk, swap memory, and JVM usage.
This report provides details on the active status of the bridge over a selected period. It includes filter options to customize the report by:
Time range (from 24 hours to 1 year)
Percentage-based analysis
Metrics auto-refresh every 30 seconds. You can manually refresh the page for the latest graphs.
Click the Messages tab, to view the messages processed in the Bridge. This helps track data exchange between Qntrl and the connected services.
You can perform quick actions such as opening, restarting, or deleting a bridge directly from the Bridge list page.
Navigate to (settings) >> Advanced >> Bridge and select Bridge.
Hover over the name of the bridge you want to manage.
Click the More Actions (⋮) menu to view the available options:
Open Agent: Launch the Bridge Agent login page directly from Qntrl. The Bridge Agent login page will open in your default browser.
Restart: Restart the bridge agent with a single click — helpful for troubleshooting or applying configuration updates.
Delete: Remove a bridge from the Bridge list when it’s no longer required.
Active bridges cannot be deleted. Ensure the bridge is stopped.
Uninstall the Bridge agent and
Manually delete the Bridge installation folder from your on-premise machine after removal.
For Windows:
You can stop the service using any of the following commands.
sc stop qntrl_bridge
net stop qntrl_bridge
<bridge_home>/bin/bridge.bat stop
Alternatively, you can stop the service via the Windows Service Manager.
For Linux:
To stop the Bridge on Linux, use any of the following commands:
sudo service qntrl_bridge stop
sudo systemctl stop qntrl_bridge
sudo sh <bridge_home>/bin/bridge.sh stop
Once the Bridge is stopped, you need to deregister the Bridge agent. Execute the following command in the terminal to deregister the bridge agent.
To deregister the Bridge agent, execute either of the following commands in the terminal:
sc delete qntrl_bridge
<bridge_home>/bin/bridge.bat uninstall
Alternatively, you can manually remove the service from the Windows Service Manager.
For Linux:
To deregister the agent on Linux, use the following command:
<bridge_home>/bin/bridge.sh uninstall
Using systemctl or service commands will remove the service, but residual system files will remain.After stopping and deregistering the Bridge agent, manually delete the Bridge installation folder from the location where it was installed. This ensures no residual files remain.
Default Installation Locations:
For Windows: C:\Program Files\Bridge
For Linux: /Bridge
Navigate to the respective directory on your system and delete the folder manually to complete the removal process.
You are currently viewing the help articles of Qntrl 3.0. If you are still using our older version and require guidance with it, Click here.