Skip to content

Alpha Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@hetrixtools hetrixtools released this 08 Jun 18:25
· 7 commits to master since this release
7e05313

Version

Agent: v1.5.4-alpha
Server: v1.5.4-win

Installing

Run HetrixToolsAgent.exe, as an Administrator, and input your SID (Server ID provided by the HetrixTools platform) when prompted. You can find your SID by following this guide:
https://docs.hetrixtools.com/where-do-i-find-the-sid-server-monitor-id/

The executable will install the HetrixToolsAgent service, which you can find running in your services.

Alternatively:

  • Open Command Prompt as Administrator
  • Navigate to the folder where the HetrixToolsAgent.exe executable is located
  • Run the following commands:
HetrixToolsAgent.exe --startup auto install
HetrixToolsAgent.exe start

Stopping & Uninstalling

  • Open Command Prompt as Administrator
  • Navigate to the folder where the HetrixToolsAgent.exe executable is located
  • Run the following commands:
HetrixToolsAgent.exe stop
HetrixToolsAgent.exe remove
taskkill /IM "HetrixToolsAgent.exe" /F

Alternatively:

  • Open Command Prompt as Administrator
  • Run the following commands:
sc delete HetrixToolsAgent
taskkill /IM "HetrixToolsAgent.exe" /F

Upgrading From Previous Versions

  • First stop and uninstall the agent as explained above
  • Then install the new agent as explained at the beginning of this guide