Administrators can check for product updates under Settings -> Panel Application -> Application update.
Administrators can change how often the application gets updated under Settings -> Panel Application -> Application Settings by changing the Auto-update interval, Auto-update hour, and Auto-update day options.
Using the Command Line Interface
Warden Anti-spam and Virus Protection
// check for updates
warden --task=application:update --oper=check
// update the application
warden --task=application:update --oper=update
// disable automatic updates
warden --task=application:application --auto_update_interval=disabled
// check for and apply updates every week on Sunday at 2:00am
warden --task=application:application --auto_update_interval=weekly --auto_update_day_of_week=0 --auto_update_hour=2
Juggernaut Firewall
// check for updates
juggernaut --task=application:update --oper=check
// update the application
juggernaut --task=application:update --oper=update
// disable automatic updates
juggernaut --task=application:application --auto_update_interval=disabled
// check for and apply updates every week on Sunday at 2:00am
juggernaut --task=application:application --auto_update_interval=weekly --auto_update_day_of_week=0 --auto_update_hour=2
Sentinel Anti-malware
// check for updates
sentinel --task=application:update --oper=check
// update the application
sentinel --task=application:update --oper=update
// disable automatic updates
sentinel --task=application:application --auto_update_interval=disabled
// check for and apply updates every week on Sunday at 2:00am
sentinel --task=application:application --auto_update_interval=weekly --auto_update_day_of_week=0 --auto_update_hour=2