Setup Guide

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]
# Examplecurl 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`)

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

Wait for completion - the installer will automatically:

- Download the latest scanner software

- Configure your site settings

- Install and start the system service

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

Managing Your Scanner

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

# Check Statussudo systemctl status acs-site-scanner# View Logssudo 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