Already have an account? Sign in
Your timezone and display preferences are saved on this device.
Already have an account? Log in
Nothing planned yet
Create an event for this day.
Log in to create events
Post events to Discord channels automatically
To send automatic reminders before events, you need a cron job running on your server. Go to the Cron Jobs tab for an easy setup guide.
Send event notifications to Discord
Click Create Webhook to finish. You can fine-tune advanced settings later by editing the webhook.
Connecting to your server...
3 simple steps to get automated reminders working
SSH into your web server and open the crontab editor:
crontab -e
💡 If asked to choose an editor, select nano (easiest to use)
Add this line at the bottom of the file. It runs every minute to check for reminders to send:
* * * * * cd /path/to/your/panel/ && /usr/bin/php eventcron.php >> /var/log/eventcron.log 2>&1
* * * * *
= runs every minute (required for timely reminders)
cd /path/to/...
= path to your OwnPanel files on the server
/usr/bin/php
= your PHP binary path (auto-detected above when possible)
/usr/bin/php/usr/local/lsws/lsphp84/bin/lsphp/usr/local/lsws/lsphp83/bin/lsphp/usr/local/lsws/lsphp81/bin/lsphp/usr/local/bin/phpwhich phpIn nano, press Ctrl+X, then Y, then Enter to save.
✅ That's it! The cron job will start running immediately. Check back here in ~1 minute to see the status update.
If you can't access your server's crontab, use a free external cron service to hit this URL every minute:
Loading URL...
Send Discord alerts when cron encounters issues (lock file problems, errors, etc.)
Manage event categories and role permissions
If none selected, all users with create permission can use this category
Manage event system users
If none selected, user can create events in all categories. Select specific categories to restrict.
Configure an automated task to run on a schedule
action=functionName