Restart the Arctic Wolf Agent Manager service on a single endpoint

You can restart the Arctic Wolf® Agent Manager service on a single endpoint.

Restart a Windows single endpoint

  1. On the Windows endpoint, click the Services panel.
  2. Right-click Arctic Wolf Agent Manager, and then select Restart.

Restart a macOS single endpoint

  1. Open a terminal session.
  2. Run these commands:
    SHELL
    sudo launchctl kickstart -k system/com.arcticwolf.agent 
    sudo launchctl kickstart -k user/com.arcticwolf.desktop s
    sudo launchctl kickstart -k system/com.wazuh.agent

Restart a Linux single endpoint

  1. Open a terminal session.
  2. Run these commands:
    SHELL
    sudo service arcticwolfagent restart
    sudo service arcticwolfdesktop restart
    sudo service wazuh-agent restart