Home Web Hosting Creating and Managing Cron Jobs in Voltic Host Web Panel

Creating and Managing Cron Jobs in Voltic Host Web Panel

Last updated on Feb 13, 2025

Cron jobs allow you to schedule automated tasks on your server, such as running scripts or performing backups. This tutorial will guide you through setting up and managing cron jobs in Voltic Host Web Panel.


📌 Prerequisites

  • A web hosting account with Voltic Host.

  • Access to Voltic Host Web Panel.

  • A script or command you want to run automatically.


1️⃣ Accessing the Cron Jobs Section

  1. Log in to Voltic Host Web Panel.

  2. In the top menu, click on Cron to open the cron job management section.

  3. You will see a list of existing cron jobs (if any).

You are now in the cron jobs section!


2️⃣ Creating a New Cron Job

  1. Click Add Cron Job.

  2. In the Command field, enter the script or command you want to execute. Example:

    php /home/user/web/example.com/public_html/script.php
    
  3. Set the Execution Time using the provided fields:

    • Minute: 0-59 (or * for every minute).

    • Hour: 0-23 (or * for every hour).

    • Day: 1-31 (or * for every day).

    • Month: 1-12 (or * for every month).

    • Weekday: 0-6 (or * for every day of the week).

  4. Click Save to apply the cron job.

Your cron job is now scheduled!


3️⃣ Managing and Editing Cron Jobs

  1. In the Cron Jobs section, locate the cron job you want to edit.

  2. Click the Edit (pencil icon) to modify the schedule or command.

  3. To remove a cron job, click the Delete (trash icon).

  4. Click Save to confirm changes.

Your cron jobs are now properly managed!


🎉 Conclusion

You have successfully created and managed cron jobs in Voltic Host Web Panel! Your scheduled tasks will now run automatically based on your settings.

For more assistance, contact Voltic Host Support. 🚀