CronDashboard
Project information
- Category: Web Tool Repo
- Project date: 06 Jan, 2026
- Repo URL: https://github.com/Nurdin027/cronDashboard
In this project, I developed CronDashboard, a server administration tool designed to simplify the management of Linux Cron Jobs. It provides a user-friendly web interface to schedule tasks, track execution times, and manage background processes, replacing error-prone manual terminal commands. Built with Python (Flask), this project demonstrates production-grade engineering practices, featuring automated deployment via Makefile, robust service management with Systemd, and high-performance serving using Gunicorn.
Want to try? Just clone and run:
git clone https://github.com/Nurdin027/cronDashboard.git
cd cronDashboard
make deploy
access tools with http://localhost:9090
on browser