---
sourceDocument: Australia IT Operations Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/it-operations-management

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia IT Operations Management

ft:clusterId :

    - itom

bundleId :

    - itom

workflow :

    - Technology


---

# Install MID-less ACC using a single-line command in a Linux environment

# Install MID-less Agent Client Collector using a single-line command in a Linux environment {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

Install MID-less Agent Client Collector on a Linux machine to enable sending data from the agent to the instance through the cloud. Sending information through the cloud allows the MID Server to be used for more persistent resources.

## Vorbereitungen

* Install the ITOM Cloud Services Core (sn_itom_cloud_svc) plugin.
* Onboard your instance to use ITOM Cloud Services. For details, contact Customer Support.
* Configure an agent registration key. For details, see [Configure an agent registration key](https://servicenow-prod.fluidtopics.net/3_sl40MLKVw_KGl2povx2A "Configure an agent registration key so that you can deploy MID-less Agent Client Collector. Deploying MID-less Agent Client Collector enables you to use the MID Server for more persistent resources.").
* Role required: agent_client_collector_admin
{#acc-install-ics-linux__ul_x3j_nmy_yfc}

## Warum und wann dieser Vorgang ausgeführt wird

For details on sending data through the cloud in a MID-less deployment, see [DEX Architecture](https://www.servicenow.com/docs/access?context=dex-architecture&version=australia&pubname=australia-it-service-management&ft:locale=en-US).

## Prozedur

1. Retrieve the agent registration key:  
   1. Navigate to AllAgent Client CollectorDeploymentAgent Registration Key.
   2. Select the relevant agent registration key.
   3. Copy the registration key value and store it in a place where you can easily retrieve it, when needed.
   {#acc-install-ics-linux__ol_hsz_yp2_ndc}
2. Retrieve the publicly accessible gateway URL, based on your location.  
   * AMER (Americas): itomcnc-prod-gateway-amer.sncapps.service-now.com:443
   * EMEA (Europe): itomcnc-prod-gateway-emea.sncapps.service-now.com:443
   * APAC (Asia Pacific): itomcnc-prod-gateway-apac.sncapps.service-now.com:443
   {#acc-install-ics-linux__ul_nlh_l5d_ndc}
3. On the Linux server where the agent is installed, enter the following command:  

       CONNECT_WITHOUT_MID="true" ACC_CNC="<gateway_endpoint>" REGISTRATION_KEY="<registration_key>" INSTANCE_URL="https://<instance_url>" bash -c "$(curl -L https://<instance_url>/api/sn_agent/agents/install_agent)"

   For details on the parameter values in the command, see [Agent Client Collector MID-less installation command parameters](https://servicenow-prod.fluidtopics.net/YWvjAhirFz3n4bIcsSlDxg "Description of the command line parameters used during MID-less Agent Client Collector installation.").

