In order to upgrade fantastico version automatically via cronjob one need to follow below mentioned steps:
1) Login into fantastico admin cPanel account.
2) Click on cron job -> Advanced (Unix Style).
3) Apply below mentioned code:
wget --http-user=fanadmin 'https://127.0.0.1:2083/frontend/x/fantastico/admin/admin.php?action=auto_update' > /dev/null 2>&1
fanadmin = fantastico admin cPanel username. One can replace with their fantastico domains username. One can set cron timing on desired one. It should be probable on mid night so it can not load the server.
1) Login into fantastico admin cPanel account.
2) Click on cron job -> Advanced (Unix Style).
3) Apply below mentioned code:
wget --http-user=fanadmin 'https://127.0.0.1:2083/frontend/x/fantastico/admin/admin.php?action=auto_update' > /dev/null 2>&1
fanadmin = fantastico admin cPanel username. One can replace with their fantastico domains username. One can set cron timing on desired one. It should be probable on mid night so it can not load the server.