For experienced users who do not have any problems accessing the server to setup the cronjob via SSH, you may follow the guide below:
Login to the server with your username and password and run the following command.
crontab -eThen, the server will load up your favorite editor. Enter the following and save.
*/5 * * * * /bin/wget -O /dev/null "https://yoursite.com/index.php?option=com_easyblog&task=cron"*/5determines that the cronjob will be executed every 5 minutes. If you are unsure about the url, Please read cronjob command here