Skip to main content

Setup Guide

D
Written by Damian Sanchez
Updated over a week ago

Quick Start (Linux)


Setting up the ACS Site Scanner on your Linux system is simple with our one-line installer:

curl https://tinyurl.com/acs-agent -Ls --output install.sh; sudo bash install.sh [SITE_ID] [TOKEN]

# Example

curl https://tinyurl.com/acs-agent -Ls --output install.sh; sudo bash install.sh site123 abc123def456...

What You'll Need

Before installation, you'll need two things from the ACS team:

  1. Site ID - Your unique site identifier (e.g., `site123`)

  2. Token - Your secure authentication token

Installation Process

Once you have your credentials:

  1. Run the installer using the command above with your actual Site ID and Token

  2. Wait for completion - the installer will automatically:

    - Download the latest scanner software

    - Configure your site settings

    - Install and start the system service

  3. Verify installation - you'll see a success message when complete

Managing Your Scanner

After installation, you can manage the scanner using these commands:

# Check Status

sudo systemctl status acs-site-scanner


# View Logs

sudo journalctl -u acs-site-scanner -f

Other Operating Systems

Documentation Coming Soon:

- Windows installer

- macOS installer
​
Currently, our one-line installer supports Linux systems (Ubuntu, CentOS, and compatible distributions).

Need Help?

  1. Check the logs using the commands above

  2. Contact ACS Support with any error messages

  3. Include your Site ID when reaching out for faster assistance

Did this answer your question?