Typically, you don't need to run Siderscan by manual. Once you add a project as described in Add project(s), it will be executed automatically at midnight everyday.
Run Siderscan from command line interface
Go to the Siderscan install directory.
$ cd /home/sideruser/siderscan
Run Siderscan manually with docker-compose command.
$ docker-compose exec app php artisan siderscan:analyze-all
The following message is displayed and Siderscan is executed for all registered projects.
Dispatched an analysis job : ProjectName
The program runs in the background.