# Plesk CRON

# Add new CRON job

  • Go to Scheduled Tasks under Dev Tools

Scheduled Tasks

  • Click on Add Task

Scheduled Tasks

  • Select Run a PHP script under Task type
  • Use httpdocs/app/bin/legacy under Script path
  • Set -C cron under With arguments
  • Select PHP 8 under Use PHP version
  • Select Cron style under Run and enter * * * * *
  • Select Do not notify under Notify

Scheduled Tasks

  • Click on Run Now and make sure that the command works

Scheduled Tasks

  • Click OK to finish adding the CRON