<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Service Now Agent Client Collector for macOS in Community Central forum</title>
    <link>https://www.servicenow.com/community/community-central-forum/service-now-agent-client-collector-for-macos/m-p/3310765#M3602</link>
    <description>&lt;P&gt;Hi, not sure if this is the correct forum location or not, but any help would be greatly appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to install the ServiceNow Agent Client Collector for macOS on our test devices, but the command to install the collector is not working. I am not able to locate any logs or installation folder after running the command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the command I am using to install the connector. (Hiding the API key and URL)&lt;/P&gt;&lt;P data-unlink="true"&gt;ACC_API_KEY=xxxxxxx="wss://10.90.23.236:443/ws/events" bash -c "$(curl -L &lt;U&gt;https://xxxxxxx/api/sn_agent/agents/install_agent)”&amp;nbsp;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone help me with this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Fri, 04 Jul 2025 15:13:57 GMT</pubDate>
    <dc:creator>shikhartodaria</dc:creator>
    <dc:date>2025-07-04T15:13:57Z</dc:date>
    <item>
      <title>Service Now Agent Client Collector for macOS</title>
      <link>https://www.servicenow.com/community/community-central-forum/service-now-agent-client-collector-for-macos/m-p/3310765#M3602</link>
      <description>&lt;P&gt;Hi, not sure if this is the correct forum location or not, but any help would be greatly appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to install the ServiceNow Agent Client Collector for macOS on our test devices, but the command to install the collector is not working. I am not able to locate any logs or installation folder after running the command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the command I am using to install the connector. (Hiding the API key and URL)&lt;/P&gt;&lt;P data-unlink="true"&gt;ACC_API_KEY=xxxxxxx="wss://10.90.23.236:443/ws/events" bash -c "$(curl -L &lt;U&gt;https://xxxxxxx/api/sn_agent/agents/install_agent)”&amp;nbsp;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone help me with this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jul 2025 15:13:57 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/service-now-agent-client-collector-for-macos/m-p/3310765#M3602</guid>
      <dc:creator>shikhartodaria</dc:creator>
      <dc:date>2025-07-04T15:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Service Now Agent Client Collector for macOS</title>
      <link>https://www.servicenow.com/community/community-central-forum/service-now-agent-client-collector-for-macos/m-p/3310778#M3604</link>
      <description>&lt;P&gt;Check the Command Syntax. Below is the syntax to install ACC on macOS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ACC_API_KEY=&amp;lt;your_api_key&amp;gt; ACC_WS_URL=wss://&amp;lt;your_instance_or_ip&amp;gt;:443/ws/events bash -c "$(curl -fsSL &lt;A target="_blank" rel="noopener"&gt;https://&amp;lt;your_instance&amp;gt;/api/sn_agent/agents/install_agent)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. I think you are missing&amp;nbsp;a space between the API key and the WS_URL&lt;/P&gt;&lt;P&gt;2.&amp;nbsp;Also, ACC_WS_URL should be its own environment variable&lt;/P&gt;&lt;P&gt;3. use -fsSL&amp;nbsp;for better curl handling&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example :&lt;/P&gt;&lt;P&gt;ACC_API_KEY=your_key_here ACC_WS_URL=wss://10.90.23.236:443/ws/events bash -c "$(curl -fsSL &lt;A href="https://your_instance/api/sn_agent/agents/install_agent)" target="_blank" rel="noopener"&gt;https://your_instance/api/sn_agent/agents/install_agent)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also check some pre-requisites :&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. You are using &lt;STRONG&gt;macOS 10.15+&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2.&amp;nbsp;The device has &lt;STRONG&gt;curl&lt;/STRONG&gt; and &lt;STRONG&gt;bash&lt;/STRONG&gt; available&lt;/P&gt;&lt;P&gt;3.&amp;nbsp;You are &lt;STRONG&gt;connected to the internet or network&lt;/STRONG&gt; where the ServiceNow MID Server or instance is reachable&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please mark as correct answer if it helps you&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jul 2025 15:31:44 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/service-now-agent-client-collector-for-macos/m-p/3310778#M3604</guid>
      <dc:creator>Chai Maddula</dc:creator>
      <dc:date>2025-07-04T15:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: Service Now Agent Client Collector for macOS</title>
      <link>https://www.servicenow.com/community/community-central-forum/service-now-agent-client-collector-for-macos/m-p/3312779#M3629</link>
      <description>&lt;P&gt;Hi, thanks for replying.&lt;/P&gt;&lt;P&gt;For your first point, there is a space between API key and WS_URL, I think while pasting the syntax, it deleted the space.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, I want to highlight that the same command was working, and the devices were registered to the dashboard, however, it stopped working after some time. We have confirmed that nothing changed from the ServiceNow side regarding the URL or IP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jul 2025 14:09:23 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/service-now-agent-client-collector-for-macos/m-p/3312779#M3629</guid>
      <dc:creator>shikhartodaria</dc:creator>
      <dc:date>2025-07-07T14:09:23Z</dc:date>
    </item>
  </channel>
</rss>

