Log in to the Magento server, go to your Magento install directory and run following commands:
composer require rohitkundale/module-reindex
php -f bin/magento module:enable RohitKundale_Reindex
php -f bin/magento setup:upgrade
rm -rf pub/static/*; rm -rf var/view_preprocessed/*;
php -f bin/magento setup:static-content:deploy