A web-based interface for managing cron jobs, built with Node.js. Safely manage scheduled tasks without editing the crontab file directly.
Visit your domain to access the Crontab UI dashboard. No login is required by default.
Manage jobs: Add, edit, delete, and pause cron jobs through a clean web interface without risking syntax errors in crontab.
Error logging: View execution logs and error output for each scheduled job directly in the UI.
Backup and export: One-click backup of all cron jobs. Export your crontab and deploy it on other machines.
Mail and hooks: Configure email notifications and webhook callbacks for job completion or failure.
Bulk management: Easily maintain hundreds of scheduled jobs from a single dashboard.
Set BASIC_AUTH_USER and BASIC_AUTH_PWD environment variables to enable HTTP basic authentication.
MIT — GitHub