Setup SentinelOne on Linux
If you want to deploy the EDR on a large scale, we recommend starting with a manual test installation on a few endpoints.
Executable and customer ID
Download the executable from this link.
Find your customer ID on the
Endpointpage >Settings.

Command-line deployment
Install the package using one of these methods:
RPM: Run
sudo rpm -i package_nameDEB: Run
sudo dpkg -i package_name
Run the following command, replacing
<customer_ID>with the one obtained in the previous step:sudo /opt/sentinelone/bin/sentinelctl management token set <customer_ID>Then start the agent using the following command:
sudo /opt/sentinelone/bin/sentinelctl control start.After a few minutes, you can also verify that the agent is running correctly using the command:
sudo /opt/sentinelone/bin/sentinelctl control status
Last updated
Was this helpful?

