Everything you need to
run on schedule
A powerful open-source dashboard for monitoring Laravel's task scheduler.
Real-Time Task Monitoring
Watch your scheduled tasks execute live. See exactly what's running, what's queued, and when each task fires next — refreshed in real time.
Artisan, Shell & Callbacks
Support for all Laravel scheduler task types. Artisan commands, shell scripts, and PHP closures — visible in one unified, filterable view.
Smart Search & Filters
Instantly find tasks by command, cron expression, or description. Filter by task type to focus on exactly what matters.
Live Echo in Terminal
Hit Run on any task and watch its echo output stream live in the built-in terminal panel — see exactly what your command prints, line by line.
Timezone Awareness
Every task displays its next run time in your system's timezone. No more confusion for distributed teams across the globe.
One-Click Manual Run
Trigger any scheduled task on demand. Perfect for testing logic, recovering from a missed window, or debugging command output instantly.
Your schedule,
at a glance
Browse, search, and manually trigger any of your scheduled tasks.
Run a task.
Watch it echo live.
Click ▶ Run on any task and the built-in terminal streams the command's echo output in real time — no SSH, no guessing. Every echo statement your Artisan command or shell script outputs appears instantly.
- 01Click ▶ Run on any scheduled task
- 02Terminal panel opens below the task
- 03Echo output streams line-by-line, live