Installing T.Bridge under Windows
- Unpack T.Bridge distributive to
%ProgramFiles%\TASSTA\Bridge
folder.
Note: You can choose an alternative installation folder. - Modify the configuration. It is recommended to use a custom configuration file name to ensure it is not overwritten with the default configuration when T.Bridge is updated.
- Download the latest release of NSSM.
- Extract NSSM archive under C:\Program Files. The latest release (version 2.24) will be unpacked under C:\Program Files\nssm-2.24.
- Open a command prompt as Administrator.
- Execute a command:
"%ProgramFiles%\nssm-2.24\win64\nssm" install "TASSTA Bridge" "%ProgramFiles%\TASSTA\Bridge\bridge3.exe" "-cfg bridge.cfg"
Note: This command assumes that T.Bridge is located in the default installation folder (C:\Program Files\TASSTA\Bridge
) and the configuration is stored in the file bridge.cfg. Adjust the command line parameters if necessary. - Start TASSTA Bridge service.
You can do it from the command line:"%ProgramFiles%\nssm-2.24\win64\nssm" start "TASSTA Bridge"
.
Note: |
If prompted, allow T.Bridge to communicate through Windows Firewall. |
Managing T.Bridge service
- Open Services from Administrative Tools.
Alternatively, executeservices.msc
from Run. - Locate TASSTA Bridge in the list.
To start T.Bridge service
- Select TASSTA Bridge service.
- Click Start Service button in the toolbar or right-click the service and click Start in the context menu.
To restart T.Bridge service
Important: |
Restart is required to apply changes to the T.Bridge configuration. |
- Select TASSTA Bridge service.
- Click Restart Service button in the toolbar or right-click the service and click Restart in the context menu.
To temporary stop T.Bridge service
- Select TASSTA Bridge service.
- Click Stop Service button in the toolbar or right-click the service and click Stop in the context menu.
Note: |
T.Bridge service will be re-started if you reboot the system. |
To change T.Bridge service startup type
To prevent T.Bridge from running automatically on the system startup:
- Double-click TASSTA Bridge service.
- Select Manual under Startup type.
- Click OK button.