Deploy Arc manually without a local UI

You can manually deploy Arc to run in Service mode.

Make sure that you:
  • Are signed in with elevated privileges to execute all the commands in this procedure
  • Have downloaded an Arc package
  1. Extract the ZIP package on the target machine.
  2. Use secure shell (SSH) to log in to the target host.
  3. If the folder /usr/local/sbin does not exist, create it.
    Note: This location is not mandatory, but it will grant Arc superuser permissions when it needs them.
  4. Extract the contents of the ZIP archive into the folder /usr/local/sbin/arc
  5. To register Arc as a service (daemon), execute the command: arc-linux-arm install
    Note: This example assumes that the Arc package you downloaded is arc-linux-arm.
  6. To start Arc, enter the command: ./arc-linux-arm start
The Arc sensor is now connected.