F4 Panel 📖 User manual ไทยEN Sign in →

← All chapters

⏰ Cron jobs — scheduled work

Two kinds: run a command inside your site, or call a URL on a timer down to the second

Which one to use

CronjobCronjob S
What it doesRuns a command on the server as that site's userCalls one URL on a timer
FrequencyStandard cron schedules, minutes and upEvery N seconds / minutes / hours, down to 1 second
Best forThe Laravel scheduler, WP-Cron, backup scriptsRefreshing a cache, hitting your own endpoint

Schedule a command

Open Cron jobs → New job. Pick the site, name it, choose a schedule and enter the command. It runs in that site's folder as that site's user and cannot reach anything else.

php public/index.php cron php artisan schedule:run php wp-cron.php bash scripts/backup.sh
💡 Every run's output is kept in logs/cron-<id>.log — the “Output” button shows it.

Schedule a URL call

Open Cron jobs S → Add job. Name it, choose the interval (seconds / minutes / hours) and give the full URL. It starts immediately and can be paused or deleted at any time.

← Previous🧩 The app installer Next →🔌 API & integrations
Every chapter
🚀 Getting started🌐 Creating & managing websites🛰 Pointing DNS at this server🔒 SSL / HTTPS certificates🌿 Subdomains & extra domains📁 File manager & code editor📡 FTP / FTPS🖥 SSH / SFTP and the web terminal🐙 Deploying from Git🗄 Databases🧩 The app installer⏰ Cron jobs — scheduled work🔌 API & integrations👤 Your account & security🧯 Common problems
F4 Panel · hosting control panel · developed by F4 Code