Component | Minimum | Recommended |
Processor | 4 cores | 16 cores |
Processor Speed | 2 GHz | 3 GHz or above |
RAM | 2 GB | 16 GB |
Storage | 2 GB** | 5 GB** |
**Storage refers to the amount required for Bridge installation and operation logs.
Windows:
Windows 8, 10, 11
Windows Server 2012, 2016, 2019
Linux:
Ubuntu 18+
CentOS 7+
Red Hat 6+
Other OS versions may work, but performance is not guaranteed.
Linux/Mac:
sh <Bridge-path>/bin/bridge.sh start # Start
sh <Bridge-path>/bin/bridge.sh stop # Stop
Windows:
<Bridge-path>\bin\bridge.bat start # Start
<Bridge-path>\bin\bridge.bat stop # Stop
By running the following commands in the terminal:
sh <Bridge-path>/bin/bridge.sh restart
You can restart the bridge by running the following command in the terminal:
<Bridge-Path>\bin\bridge.bat restart
or
Goto settings(settings) >> Services >> Qntrl Bridge, and restart the service
In your terminal, go to bridge terminal and execute the below commands.
Linux/Mac:
sudo sh bin/bridge.sh remove
sudo sh bin/bridge.sh installstart
Windows:
sudo bin\bridge.bat remove
sudo bin\bridge.bat installstart
Windows:
You can uninstall the bridge by running the following command in the terminal:
<Bridge-path>\bin\bridge.bat remove
To manually remove all bridge files, use the following command in Command Prompt (cmd):
rd /s /q <Bridge-path> # (CMD)
Remove-Item -Recurse -Force <Bridge-path> # (PowerShell)
Linux/Mac:
You can uninstall the bridge by running the following command in the terminal:
sh <Bridge-Path>/bin/bridge.sh remove
If you want to remove all bridge files manually, use the following command:
rm -rf <Bridge-Path>
Ensure you have the necessary permissions before executing these commands.
This usually occurs if you're calling a non-public domain without a trusted certificate.
To resolve:
1. Extract the Certificate
openssl s_client -connect <domain:port> -showcerts
Copy only the certificate section and save it as .pem file.
Alternatively, export it via browser.
2. Upload to Bridge
Go to /account/ssl in the Bridge Agent UI.
Upload the .pem file to the Truststore section.
Confirm if the machine has network access to the Qntrl domain.
If using a proxy, make sure proxy settings are correctly configured in the Bridge.
Refer to logs for debugging.
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.