Releases: hetrixtools/agent-win
Alpha Release
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
Pre-Alpha Release
Version
Agent: v0.1.2-alpha
Server: v1.5.3-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 you can run the following commands, as an Administrator, to install and start the agent
HetrixToolsAgent.exe --startup auto install
HetrixToolsAgent.exe start
Stopping & Uninstalling
Run as an Administrator the following commands
HetrixToolsAgent.exe stop
HetrixToolsAgent.exe remove
Stopping the agent may take up to one minute
Alternatively you can remove the service with the following command
sc delete HetrixToolsAgent
Pre-Alpha Release
Version
Agent: v0.1.1-alpha
Server: v1.5.2-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 you can run the following commands, as an Administrator, to install and start the agent
HetrixToolsAgent.exe --startup auto install
HetrixToolsAgent.exe start
Stopping & Uninstalling
Run as an Administrator the following commands
HetrixToolsAgent.exe stop
HetrixToolsAgent.exe remove
Stopping the agent may take up to one minute
Alternatively you can remove the service with the following command
sc delete HetrixToolsAgent
Initial Pre-Alpha Release
Version
Agent: v0.1.0-alpha
Server: v1.5.2-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 you can run the following commands, as an Administrator, to install and start the agent
HetrixToolsAgent.exe --startup auto install
HetrixToolsAgent.exe start
Stopping & Uninstalling
Run as an Administrator the following commands
HetrixToolsAgent.exe stop
HetrixToolsAgent.exe remove
Stopping the agent may take up to one minute
Alternatively you can remove the service with the following command
sc delete HetrixToolsAgent