Skip to main content

Command line parameters

Parameters table

ParameterDescription
-resetpasswordResetting the parser access password
-stoptasksStarting the parser with tasks stopped
-foregroundStarting the parser with log output to the console
-morelogsOutputting detailed information to the log
-asynchttpx-disable-cert-checkDisabling TLS certificate validation
-noforkDisabling multi-core result processing

Usage form

note

The command line path must point to the directory containing the executable file.

note

To open cmd in the A-Parser directory on Windows, you need to open the program's working directory, type cmd in the explorer address bar, and press "Enter", which will launch the command line in the current folder.

Example of starting the parser with A-Parser tasks stopped:

  • Windows
aparser.exe -stoptasks

or

.\aparser.exe -stoptasks
  • Linux
./aparser -stoptasks

Password reset

Example of password reset:

  • Windows
aparser.exe -resetpassword

or

.\aparser.exe -resetpassword
  • Linux
./aparser -resetpassword