Command line parameters
Parameters table
| Parameter | Description |
|---|---|
| -resetpassword | Resetting the parser access password |
| -stoptasks | Starting the parser with tasks stopped |
| -foreground | Starting the parser with log output to the console |
| -morelogs | Outputting detailed information to the log |
| -asynchttpx-disable-cert-check | Disabling TLS certificate validation |
| -nofork | Disabling 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