Single Machine
Install on one machine with the GUI, or with a silent command. Good for one-off installs and testing.
First, download and verify the installer.
GUI install
Run the installer with no flags. It shows a setup wizard and prompts for the license. This is the simplest way to install on a machine you are sitting at.
Silent install
Run as an administrator. EULA=ACCEPT is the first property after the install flags. Pick the
property set for your deployment scope.
Single-org:
SparkLogsAgentSetup-x64-1.6.0.exe /qn /norestart EULA=ACCEPT REGISTRATION_TOKEN=us_97... USEPARENTORG=1
Client-org:
SparkLogsAgentSetup-x64-1.6.0.exe /qn /norestart EULA=ACCEPT REGISTRATION_TOKEN=us_97... RMMCLIENTID=<RMM_CLIENT_ID> CLIENTNAME="<CLIENT_NAME>"
Replace the <...> placeholders with the client's real values.
These commands accept the SparkLogs Agent license (EULA=ACCEPT).
Confirm the install
Check the Windows service, then verify data in Explore:
Get-Service SparkLogsAgent
See Manage and verify agents and Troubleshooting if the agent does not appear.