Howto setting up a cron job on Hestia panel

after many many tries, this finally works properly through hestia panel :

php -f /home/user/web/website.com/public_html/nextcloud/cron.php

sharing is caring :wink:

1 Like

great!

but where does this thread belong to?

well, iโ€™d be happy you tell me :wink:

I think with editing headline and moving it to howto-category itโ€™s more obvious, right? :wink: @punkyard

1 Like

thanks, i donโ€™t know how you did that. How to is still not available in the category roll down list.

Thank you very much punkyard!
My contribution, maybe is because of different versions, but in my case, the path is different, โ€œnextcloudโ€ directory is not in the path.
Best regards.

1 Like

yes of course, thatโ€™s an example. It could be:

php -f /home/theusername/web/website.com/public_html/cron.php
or
/usr/bin/php7.4 -f /home/theusername/web/sub.website.com/public_html/prod2022/cron.php

update for 8.1, with last hestia 1.6.11

/usr/bin/php -f /home/username/web/my.url.net/public_html/nextcloudfolder/cron.php