how to create cron tasks:
- Ignore the aaPanel Cron stuff, its crap;
- Login via SSH
- type
crontab -uwww -e
- add crons
- done
-u www (space or no space) specifies the user (www) which is the web user, and is the appropriate user to run crons for web apps and sites. -e is edit. If you want to list the crons to a given user, use -l instead of -e