Download URLs of ATS tracker:
- Linux: https://actiontestscript.org/tools/ats-tracker/linux/ats-tracker
- Windows: https://actiontestscript.org/tools/ats-tracker/windows/ats-tracker.exe
Windows installation
Copy the .exe file on your Windows machine in whichever repository you want.
Linux installation
Lines to execute to install on Linux:
wget -O ats-tracker https://actiontestscript.org/tools/ats-tracker/linux/ats-tracker
chmod +x ats-tracker
sudo ./ats-tracker install port=3000 token=[yourtoken] refresh=3
You can use the standards command lines of the Linux application to start or stop:
sudo systemctl start ats-tracker Start service
sudo systemctl stop ats-tracker Stop service
sudo systemctl restart ats-tracker Restart service
sudo systemctl status ats-tracker Show status
sudo journalctl -u ats-tracker -f Show logs
For both versions
The parameters of the command line are:
port : port de l’application (default value 3000)
token : authentication token to send requests to the tracker (a value is mandatory)
retention : number of maximum days of data stored in the database (default value 10)
refresh : heartbeat interval in seconds (default value 10)
Example : ats-tracker.exe token=123456789 port=3001 retention=30 refresh=2
Command line: ats-tracker.exe -h (to display help)

