Automatic Agent Registration
When the agent starts for the first time with a Server URL and registration key configured, it automatically registers with the portal:
- Agent sends a registration request with machine identity
- Portal validates the registration key and auto registers the agent
- Portal returns a shared API key
- Agent stores the API key in its encrypted local database
- Normal event sync begins immediately
Reinstall detection. If the same computer re-registers (matched by hardware fingerprint), the portal updates the existing agent record instead of creating a duplicate.
Verify Your Deployment
After installation, verify the agent is running:
CMD
# Check the service is running
sc query ActivityPulseAgent# Check both processes are running
tasklist | findstr /i ActivityPulse# Expected output:
# ActivityPulse_Service.exe 1234 Services 0 25,600 K
# ActivityPulse_Monitor.exe 5678 Console 1 35,200 K
In the portal, navigate to the Agents page. Your newly installed agent should appear within 60 seconds with a green “Online” status.
Removing the Agent
CMD
msiexec /x “ActivityPulse_Agent_26.4.1_rk-<your-key>.msi” /quiet /norestart
Or via Settings > Apps > ActivityPulse Agent > Uninstall. Uninstallation removes all agent binaries and the local database. The agent record remains in the portal (shown as “Offline”) and can be deleted by an admin.