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:
Site ID - Your unique site identifier (e.g., `site123`)
Token - Your secure authentication token
Installation Process
Once you have your credentials:
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 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?
Check the logs using the commands above
Contact ACS Support with any error messages
Include your Site ID when reaching out for faster assistance