Loading...

Shared Hosting

Launch your website effortlessly with our high-performance shared hosting. Get industry-leading uptime, robust security, and expert support—all at an unbeatable price point for your online success.

Starting at: $10 / Year

Get Started Now

How to Schedule Cron Jobs: A Beginner's Guide

Cron jobs are automated tasks that run on your server at specified times. They're essential for routine maintenance, backups, and updates. Here's how to schedule them effectively.

First, access your server via SSH or use your hosting control panel's Cron Job Manager. Most hosts provide a graphical interface where you can set up cron jobs without command-line knowledge.

To create a cron job manually, you'll edit the crontab file using crontab -e. The basic syntax consists of five time fields followed by the command:

  • Minute (0-59)
  • Hour (0-23)
  • Day of month (1-31)
  • Month (1-12)
  • Day of week (0-7, where 0 and 7 are Sunday)

For example, 0 2 * * * /home/user/backup.sh runs the backup script daily at 2:00 AM. Use asterisks (*) for "any value" and commas for multiple values (e.g., 0,30 for every half-hour).

Common patterns include:

  • */5 * * * * - Every 5 minutes
  • 0 * * * * - Hourly
  • 0 0 * * * - Daily at midnight

Always test your cron jobs with simple commands first, like creating a test file. Monitor logs at /var/log/cron or via email notifications to ensure they run correctly. Remember: cron uses the server's timezone, so verify your server settings.

With these basics, you can automate virtually any server task, saving time and ensuring consistency in your operations.

Our Hosting Plans

We provide a range of scalable shared hosting solutions designed for blogs, business sites, and online portfolios. Each plan includes essential features to ensure optimal performance.

1GB plan

Ideal for launching a simple personal blog or a small static website to establish your initial online presence.

Starter Package

$10/ Year

1 GB Disk Space

Unmetered data transfer and support for multiple domains

Complimentary Let's Encrypt SSL certificate

High-performance SSD NVME storage drives

Daily automated backups for data safety

2GB plan

Perfect for growing blogs or small business websites that require more storage and resources.

Growth Plan

$15/ Year

2 GB Disk Space

Unmetered data transfer and support for multiple domains

Complimentary Let's Encrypt SSL certificate

High-performance SSD NVME storage drives

Daily automated backups for data safety

5GB plan

Suited for dynamic websites, online communities, or small online stores with moderate traffic.

Business Package

$20/ Year

5 GB Disk Space

Unmetered data transfer and support for multiple domains

Complimentary Let's Encrypt SSL certificate

High-performance SSD NVME storage drives

Daily automated backups for data safety

10GB plan

Excellent for resource-intensive websites, medium-sized online stores, or multimedia-rich portfolios.

Professional Tier

$3/ Month

10 GB Disk Space

Unmetered data transfer and support for multiple domains

Complimentary Let's Encrypt SSL certificate

High-performance SSD NVME storage drives

Daily automated backups for data safety

20GB plan

Designed for high-traffic business websites, extensive blogs, or e-commerce platforms with many products.

Advanced Solution

$4.5/ Month

20 GB Disk Space

Unmetered data transfer and support for multiple domains

Complimentary Let's Encrypt SSL certificate

High-performance SSD NVME storage drives

Daily automated backups for data safety

50GB plan

Our most powerful shared hosting plan, built for large enterprises, major online marketplaces, and high-demand applications.

Enterprise Grade

$7.5/ Month

50 GB Disk Space

Unmetered data transfer and support for multiple domains

Complimentary Let's Encrypt SSL certificate

High-performance SSD NVME storage drives

Daily automated backups for data safety