{"id":28156,"date":"2025-07-01T13:18:32","date_gmt":"2025-07-01T11:18:32","guid":{"rendered":"https:\/\/tremhost.com\/blog\/?p=28156"},"modified":"2025-07-01T13:18:32","modified_gmt":"2025-07-01T11:18:32","slug":"a-tutorial-on-using-the-cron-jobs-feature-in-plesk","status":"publish","type":"post","link":"https:\/\/tremhost.com\/blog\/a-tutorial-on-using-the-cron-jobs-feature-in-plesk\/","title":{"rendered":"A tutorial on using the Cron Jobs feature in Plesk"},"content":{"rendered":"<h2>How to Use the Cron Jobs Feature in Plesk<\/h2>\n<p>Cron jobs are scheduled tasks that your server runs automatically at set intervals\u2014perfect for automating repetitive tasks like backups, script execution, or email reports.<\/p>\n<hr \/>\n<h3>1. Log in to Your Plesk Panel<\/h3>\n<ul>\n<li>Open your browser and enter your Plesk login URL (e.g., <code>https:\/\/yourdomain.com:8443<\/code>).<\/li>\n<li>Enter your username and password.<\/li>\n<\/ul>\n<hr \/>\n<h3>2. Access Scheduled Tasks (Cron Jobs)<\/h3>\n<ul>\n<li>In the left sidebar, click on <strong>Websites &amp; Domains<\/strong>.<\/li>\n<li>Find and click your domain name (if you have more than one).<\/li>\n<li>Look for the <strong>Scheduled Tasks<\/strong> or <strong>Cron Jobs<\/strong> icon (the name may differ depending on your Plesk version) and click it.<\/li>\n<\/ul>\n<hr \/>\n<h3>3. Add a New Cron Job<\/h3>\n<ol>\n<li><strong>Click Add Task<\/strong>\n<ul>\n<li>You\u2019ll see a button like <strong>Add Task<\/strong> or <strong>Add Cron Job<\/strong>.<\/li>\n<\/ul>\n<\/li>\n<li><strong>Choose Task Type<\/strong>\n<ul>\n<li><strong>Run a command<\/strong>: Executes a shell command\/script.<\/li>\n<li><strong>Fetch a URL<\/strong>: Uses <code>wget<\/code> or <code>curl<\/code> to access a web address.<\/li>\n<li><strong>Run PHP script<\/strong>: Executes a PHP script using the PHP interpreter.<\/li>\n<\/ul>\n<\/li>\n<li><strong>Enter the Command or Script<\/strong>\n<ul>\n<li>For example, to run a PHP script, you might enter:\n<div class=\"MarkdownCodeBlock_container__nRn2j\">\n<div class=\"MarkdownCodeBlock_codeBlock__rvLec force-dark\">\n<div class=\"MarkdownCodeBlock_codeHeader__zWt_V\">\n<div class=\"MarkdownCodeBlock_languageName__4_BF8\"><\/div>\n<div class=\"MarkdownCodeBlock_codeActions__wvgwQ\"><button class=\"button_root__TL8nv button_ghost__YsMI5 button_sm__hWzjK button_center__RsQ_o button_showIconOnly-compact-below___fiXt MarkdownCodeBlock_codeActionButton__xJBAg\" type=\"button\" data-theme=\"ghost\"><span class=\"button_label__mCaDf\">Copy<\/span><\/button><\/div>\n<\/div>\n<div class=\"\" data-collapsed=\"unknown\">\n<pre class=\"MarkdownCodeBlock_preTag__QMZEO MarkdownCodeBlock_horizontalOverflowHidden__YPHxg\"><code class=\"MarkdownCodeBlock_codeTag__5BV0Z\">php \/var\/www\/vhosts\/yourdomain.com\/httpdocs\/script.php\r\n<\/code><\/pre>\n<\/div>\n<\/div>\n<\/div>\n<\/li>\n<li>Or to fetch a URL:\n<div class=\"MarkdownCodeBlock_container__nRn2j\">\n<div class=\"MarkdownCodeBlock_codeBlock__rvLec force-dark\">\n<div class=\"MarkdownCodeBlock_codeHeader__zWt_V\">\n<div class=\"MarkdownCodeBlock_languageName__4_BF8\"><\/div>\n<div class=\"MarkdownCodeBlock_codeActions__wvgwQ\"><button class=\"button_root__TL8nv button_ghost__YsMI5 button_sm__hWzjK button_center__RsQ_o button_showIconOnly-compact-below___fiXt MarkdownCodeBlock_codeActionButton__xJBAg\" type=\"button\" data-theme=\"ghost\"><span class=\"button_label__mCaDf\">Copy<\/span><\/button><\/div>\n<\/div>\n<div class=\"\" data-collapsed=\"unknown\">\n<pre class=\"MarkdownCodeBlock_preTag__QMZEO MarkdownCodeBlock_horizontalOverflowHidden__YPHxg\"><code class=\"MarkdownCodeBlock_codeTag__5BV0Z\">wget -q -O - https:\/\/yourdomain.com\/cron-script.php\r\n<\/code><\/pre>\n<\/div>\n<\/div>\n<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li><strong>Set the Schedule<\/strong>\n<ul>\n<li>Use the interface to set how often your task runs (every minute, hour, day, etc.).<\/li>\n<li>You can use the dropdowns or enter cron syntax (like <code>0 2 * * *<\/code> for 2 AM daily).<\/li>\n<\/ul>\n<\/li>\n<li><strong>(Optional) Set Notification Email<\/strong>\n<ul>\n<li>Enter your email address if you want to receive notifications or output from your cron job.<\/li>\n<\/ul>\n<\/li>\n<li><strong>Save the Task<\/strong>\n<ul>\n<li>Click <strong>OK<\/strong> or <strong>Apply<\/strong> to save.<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n<hr \/>\n<h3>4. Managing Your Cron Jobs<\/h3>\n<ul>\n<li>All your scheduled tasks are listed on the <strong>Scheduled Tasks<\/strong> page.<\/li>\n<li>You can <strong>edit<\/strong>, <strong>disable<\/strong>, <strong>enable<\/strong>, or <strong>delete<\/strong> any task as needed.<\/li>\n<li>Check the logs or your notification email to confirm tasks are running as expected.<\/li>\n<\/ul>\n<hr \/>\n<p><strong>Tips:<\/strong><\/p>\n<ul>\n<li>Always test scripts manually before scheduling them as cron jobs.<\/li>\n<li>If you\u2019re unsure about schedule syntax, use the Plesk interface\u2019s helpful dropdowns or look up a <a href=\"https:\/\/crontab.guru\/\" target=\"_blank\" rel=\"noopener\">cron expression generator<\/a>.<\/li>\n<li>Keep your scripts secure and only automate trusted tasks.<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>How to Use the Cron Jobs Feature in Plesk Cron jobs are scheduled tasks that your server runs automatically at set intervals\u2014perfect for automating repetitive tasks like backups, script execution, or email reports. 1. Log in to Your Plesk Panel Open your browser and enter your Plesk login URL (e.g., https:\/\/yourdomain.com:8443). Enter your username and [&hellip;]<\/p>\n","protected":false},"author":226,"featured_media":8569,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"footnotes":""},"categories":[49],"tags":[],"class_list":["post-28156","post","type-post","status-publish","format-standard","has-post-thumbnail","category-tips"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"How to Use the Cron Jobs Feature in Plesk Cron jobs are scheduled tasks that your server runs automatically at set intervals\u2014perfect for automating repetitive tasks like backups, script execution, or email reports. 1. Log in to Your Plesk Panel Open your browser and enter your Plesk login URL (e.g., https:\/\/yourdomain.com:8443). Enter your username and\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Mike\"\/>\n\t<meta name=\"google-site-verification\" content=\"googled2c4f9d88a3d9ef6\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/tremhost.com\/blog\/a-tutorial-on-using-the-cron-jobs-feature-in-plesk\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_GB\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Tremhost News\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"A tutorial on using the Cron Jobs feature in Plesk - Tremhost News\" \/>\n\t\t<meta property=\"og:description\" content=\"How to Use the Cron Jobs Feature in Plesk Cron jobs are scheduled tasks that your server runs automatically at set intervals\u2014perfect for automating repetitive tasks like backups, script execution, or email reports. 1. Log in to Your Plesk Panel Open your browser and enter your Plesk login URL (e.g., https:\/\/yourdomain.com:8443). Enter your username and\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/tremhost.com\/blog\/a-tutorial-on-using-the-cron-jobs-feature-in-plesk\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2025-07-01T11:18:32+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-07-01T11:18:32+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/tremmlyzw\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@tremhost\" \/>\n\t\t<meta name=\"twitter:title\" content=\"A tutorial on using the Cron Jobs feature in Plesk - Tremhost News\" \/>\n\t\t<meta name=\"twitter:description\" content=\"How to Use the Cron Jobs Feature in Plesk Cron jobs are scheduled tasks that your server runs automatically at set intervals\u2014perfect for automating repetitive tasks like backups, script execution, or email reports. 1. Log in to Your Plesk Panel Open your browser and enter your Plesk login URL (e.g., https:\/\/yourdomain.com:8443). Enter your username and\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@tremhost\" \/>\n\t\t<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t\t<meta name=\"twitter:data1\" content=\"Mike\" \/>\n\t\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/a-tutorial-on-using-the-cron-jobs-feature-in-plesk\\\/#blogposting\",\"name\":\"A tutorial on using the Cron Jobs feature in Plesk - Tremhost News\",\"headline\":\"A tutorial on using the Cron Jobs feature in Plesk\",\"author\":{\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/author\\\/mike\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/plesk-license-key-960x540-1.jpeg\",\"width\":960,\"height\":540},\"datePublished\":\"2025-07-01T13:18:32+02:00\",\"dateModified\":\"2025-07-01T13:18:32+02:00\",\"inLanguage\":\"en-GB\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/a-tutorial-on-using-the-cron-jobs-feature-in-plesk\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/a-tutorial-on-using-the-cron-jobs-feature-in-plesk\\\/#webpage\"},\"articleSection\":\"Tips\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/a-tutorial-on-using-the-cron-jobs-feature-in-plesk\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/tremhost.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/category\\\/tips\\\/#listItem\",\"name\":\"Tips\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/category\\\/tips\\\/#listItem\",\"position\":2,\"name\":\"Tips\",\"item\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/category\\\/tips\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/a-tutorial-on-using-the-cron-jobs-feature-in-plesk\\\/#listItem\",\"name\":\"A tutorial on using the Cron Jobs feature in Plesk\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/a-tutorial-on-using-the-cron-jobs-feature-in-plesk\\\/#listItem\",\"position\":3,\"name\":\"A tutorial on using the Cron Jobs feature in Plesk\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/category\\\/tips\\\/#listItem\",\"name\":\"Tips\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/#organization\",\"name\":\"Tremhost\",\"description\":\"content by tremhost editors\",\"url\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/\",\"telephone\":\"+263735639917\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/banner.png\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/a-tutorial-on-using-the-cron-jobs-feature-in-plesk\\\/#organizationLogo\",\"width\":365,\"height\":548,\"caption\":\"A Tremhost cartoon person\"},\"image\":{\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/a-tutorial-on-using-the-cron-jobs-feature-in-plesk\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/facebook.com\\\/tremmlyzw\",\"https:\\\/\\\/twitter.com\\\/tremhost\",\"https:\\\/\\\/instagram.com\\\/tremhost\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCxDNndooGbeGqMwQUgXHeMA\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/author\\\/mike\\\/#author\",\"url\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/author\\\/mike\\\/\",\"name\":\"Mike\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/a-tutorial-on-using-the-cron-jobs-feature-in-plesk\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/4462123afcfe68aa3f07c2f5a0b6475cd79c6fed10090b61b8c6a0bd36f5a657?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Mike\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/a-tutorial-on-using-the-cron-jobs-feature-in-plesk\\\/#webpage\",\"url\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/a-tutorial-on-using-the-cron-jobs-feature-in-plesk\\\/\",\"name\":\"A tutorial on using the Cron Jobs feature in Plesk - Tremhost News\",\"description\":\"How to Use the Cron Jobs Feature in Plesk Cron jobs are scheduled tasks that your server runs automatically at set intervals\\u2014perfect for automating repetitive tasks like backups, script execution, or email reports. 1. Log in to Your Plesk Panel Open your browser and enter your Plesk login URL (e.g., https:\\\/\\\/yourdomain.com:8443). Enter your username and\",\"inLanguage\":\"en-GB\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/a-tutorial-on-using-the-cron-jobs-feature-in-plesk\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/author\\\/mike\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/author\\\/mike\\\/#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/plesk-license-key-960x540-1.jpeg\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/a-tutorial-on-using-the-cron-jobs-feature-in-plesk\\\/#mainImage\",\"width\":960,\"height\":540},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/a-tutorial-on-using-the-cron-jobs-feature-in-plesk\\\/#mainImage\"},\"datePublished\":\"2025-07-01T13:18:32+02:00\",\"dateModified\":\"2025-07-01T13:18:32+02:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/\",\"name\":\"Tremhost News\",\"description\":\"content by tremhost editors\",\"inLanguage\":\"en-GB\",\"publisher\":{\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"A tutorial on using the Cron Jobs feature in Plesk - Tremhost News","description":"How to Use the Cron Jobs Feature in Plesk Cron jobs are scheduled tasks that your server runs automatically at set intervals\u2014perfect for automating repetitive tasks like backups, script execution, or email reports. 1. Log in to Your Plesk Panel Open your browser and enter your Plesk login URL (e.g., https:\/\/yourdomain.com:8443). Enter your username and","canonical_url":"https:\/\/tremhost.com\/blog\/a-tutorial-on-using-the-cron-jobs-feature-in-plesk\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"googled2c4f9d88a3d9ef6","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/tremhost.com\/blog\/a-tutorial-on-using-the-cron-jobs-feature-in-plesk\/#blogposting","name":"A tutorial on using the Cron Jobs feature in Plesk - Tremhost News","headline":"A tutorial on using the Cron Jobs feature in Plesk","author":{"@id":"https:\/\/tremhost.com\/blog\/author\/mike\/#author"},"publisher":{"@id":"https:\/\/tremhost.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/tremhost.com\/blog\/wp-content\/uploads\/2024\/05\/plesk-license-key-960x540-1.jpeg","width":960,"height":540},"datePublished":"2025-07-01T13:18:32+02:00","dateModified":"2025-07-01T13:18:32+02:00","inLanguage":"en-GB","mainEntityOfPage":{"@id":"https:\/\/tremhost.com\/blog\/a-tutorial-on-using-the-cron-jobs-feature-in-plesk\/#webpage"},"isPartOf":{"@id":"https:\/\/tremhost.com\/blog\/a-tutorial-on-using-the-cron-jobs-feature-in-plesk\/#webpage"},"articleSection":"Tips"},{"@type":"BreadcrumbList","@id":"https:\/\/tremhost.com\/blog\/a-tutorial-on-using-the-cron-jobs-feature-in-plesk\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/tremhost.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/tremhost.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/tremhost.com\/blog\/category\/tips\/#listItem","name":"Tips"}},{"@type":"ListItem","@id":"https:\/\/tremhost.com\/blog\/category\/tips\/#listItem","position":2,"name":"Tips","item":"https:\/\/tremhost.com\/blog\/category\/tips\/","nextItem":{"@type":"ListItem","@id":"https:\/\/tremhost.com\/blog\/a-tutorial-on-using-the-cron-jobs-feature-in-plesk\/#listItem","name":"A tutorial on using the Cron Jobs feature in Plesk"},"previousItem":{"@type":"ListItem","@id":"https:\/\/tremhost.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/tremhost.com\/blog\/a-tutorial-on-using-the-cron-jobs-feature-in-plesk\/#listItem","position":3,"name":"A tutorial on using the Cron Jobs feature in Plesk","previousItem":{"@type":"ListItem","@id":"https:\/\/tremhost.com\/blog\/category\/tips\/#listItem","name":"Tips"}}]},{"@type":"Organization","@id":"https:\/\/tremhost.com\/blog\/#organization","name":"Tremhost","description":"content by tremhost editors","url":"https:\/\/tremhost.com\/blog\/","telephone":"+263735639917","logo":{"@type":"ImageObject","url":"https:\/\/tremhost.com\/blog\/wp-content\/uploads\/2020\/04\/banner.png","@id":"https:\/\/tremhost.com\/blog\/a-tutorial-on-using-the-cron-jobs-feature-in-plesk\/#organizationLogo","width":365,"height":548,"caption":"A Tremhost cartoon person"},"image":{"@id":"https:\/\/tremhost.com\/blog\/a-tutorial-on-using-the-cron-jobs-feature-in-plesk\/#organizationLogo"},"sameAs":["https:\/\/facebook.com\/tremmlyzw","https:\/\/twitter.com\/tremhost","https:\/\/instagram.com\/tremhost","https:\/\/www.youtube.com\/channel\/UCxDNndooGbeGqMwQUgXHeMA"]},{"@type":"Person","@id":"https:\/\/tremhost.com\/blog\/author\/mike\/#author","url":"https:\/\/tremhost.com\/blog\/author\/mike\/","name":"Mike","image":{"@type":"ImageObject","@id":"https:\/\/tremhost.com\/blog\/a-tutorial-on-using-the-cron-jobs-feature-in-plesk\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/4462123afcfe68aa3f07c2f5a0b6475cd79c6fed10090b61b8c6a0bd36f5a657?s=96&d=mm&r=g","width":96,"height":96,"caption":"Mike"}},{"@type":"WebPage","@id":"https:\/\/tremhost.com\/blog\/a-tutorial-on-using-the-cron-jobs-feature-in-plesk\/#webpage","url":"https:\/\/tremhost.com\/blog\/a-tutorial-on-using-the-cron-jobs-feature-in-plesk\/","name":"A tutorial on using the Cron Jobs feature in Plesk - Tremhost News","description":"How to Use the Cron Jobs Feature in Plesk Cron jobs are scheduled tasks that your server runs automatically at set intervals\u2014perfect for automating repetitive tasks like backups, script execution, or email reports. 1. Log in to Your Plesk Panel Open your browser and enter your Plesk login URL (e.g., https:\/\/yourdomain.com:8443). Enter your username and","inLanguage":"en-GB","isPartOf":{"@id":"https:\/\/tremhost.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/tremhost.com\/blog\/a-tutorial-on-using-the-cron-jobs-feature-in-plesk\/#breadcrumblist"},"author":{"@id":"https:\/\/tremhost.com\/blog\/author\/mike\/#author"},"creator":{"@id":"https:\/\/tremhost.com\/blog\/author\/mike\/#author"},"image":{"@type":"ImageObject","url":"https:\/\/tremhost.com\/blog\/wp-content\/uploads\/2024\/05\/plesk-license-key-960x540-1.jpeg","@id":"https:\/\/tremhost.com\/blog\/a-tutorial-on-using-the-cron-jobs-feature-in-plesk\/#mainImage","width":960,"height":540},"primaryImageOfPage":{"@id":"https:\/\/tremhost.com\/blog\/a-tutorial-on-using-the-cron-jobs-feature-in-plesk\/#mainImage"},"datePublished":"2025-07-01T13:18:32+02:00","dateModified":"2025-07-01T13:18:32+02:00"},{"@type":"WebSite","@id":"https:\/\/tremhost.com\/blog\/#website","url":"https:\/\/tremhost.com\/blog\/","name":"Tremhost News","description":"content by tremhost editors","inLanguage":"en-GB","publisher":{"@id":"https:\/\/tremhost.com\/blog\/#organization"}}]},"og:locale":"en_GB","og:site_name":"Tremhost News","og:type":"article","og:title":"A tutorial on using the Cron Jobs feature in Plesk - Tremhost News","og:description":"How to Use the Cron Jobs Feature in Plesk Cron jobs are scheduled tasks that your server runs automatically at set intervals\u2014perfect for automating repetitive tasks like backups, script execution, or email reports. 1. Log in to Your Plesk Panel Open your browser and enter your Plesk login URL (e.g., https:\/\/yourdomain.com:8443). Enter your username and","og:url":"https:\/\/tremhost.com\/blog\/a-tutorial-on-using-the-cron-jobs-feature-in-plesk\/","article:published_time":"2025-07-01T11:18:32+00:00","article:modified_time":"2025-07-01T11:18:32+00:00","article:publisher":"https:\/\/facebook.com\/tremmlyzw","twitter:card":"summary_large_image","twitter:site":"@tremhost","twitter:title":"A tutorial on using the Cron Jobs feature in Plesk - Tremhost News","twitter:description":"How to Use the Cron Jobs Feature in Plesk Cron jobs are scheduled tasks that your server runs automatically at set intervals\u2014perfect for automating repetitive tasks like backups, script execution, or email reports. 1. Log in to Your Plesk Panel Open your browser and enter your Plesk login URL (e.g., https:\/\/yourdomain.com:8443). Enter your username and","twitter:creator":"@tremhost","twitter:label1":"Written by","twitter:data1":"Mike","twitter:label2":"Est. reading time","twitter:data2":"2 minutes"},"aioseo_meta_data":{"post_id":"28156","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"BlogPosting","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2025-07-01 11:18:32","updated":"2025-07-01 11:26:03","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/tremhost.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/tremhost.com\/blog\/category\/tips\/\" title=\"Tips\">Tips<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tA tutorial on using the Cron Jobs feature in Plesk\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/tremhost.com\/blog"},{"label":"Tips","link":"https:\/\/tremhost.com\/blog\/category\/tips\/"},{"label":"A tutorial on using the Cron Jobs feature in Plesk","link":"https:\/\/tremhost.com\/blog\/a-tutorial-on-using-the-cron-jobs-feature-in-plesk\/"}],"_links":{"self":[{"href":"https:\/\/tremhost.com\/blog\/wp-json\/wp\/v2\/posts\/28156","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tremhost.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tremhost.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tremhost.com\/blog\/wp-json\/wp\/v2\/users\/226"}],"replies":[{"embeddable":true,"href":"https:\/\/tremhost.com\/blog\/wp-json\/wp\/v2\/comments?post=28156"}],"version-history":[{"count":1,"href":"https:\/\/tremhost.com\/blog\/wp-json\/wp\/v2\/posts\/28156\/revisions"}],"predecessor-version":[{"id":28157,"href":"https:\/\/tremhost.com\/blog\/wp-json\/wp\/v2\/posts\/28156\/revisions\/28157"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tremhost.com\/blog\/wp-json\/wp\/v2\/media\/8569"}],"wp:attachment":[{"href":"https:\/\/tremhost.com\/blog\/wp-json\/wp\/v2\/media?parent=28156"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tremhost.com\/blog\/wp-json\/wp\/v2\/categories?post=28156"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tremhost.com\/blog\/wp-json\/wp\/v2\/tags?post=28156"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}