Back to all features
Cron Jobs

Enable/Disable Toggle

Temporarily disable cron jobs without deleting them. Re-enable when ready with a single toggle.

Enable/Disable Toggle screenshot in Server Compass

Getting Started with Enable/Disable Toggle

Enable/Disable Toggle replaces complex workflows with a few clicks. Here's the process.

1

Open Cron Manager

Navigate to the Cron Jobs section of your server.

2

Create or Edit Job

Use Enable/Disable Toggle to configure your scheduled task.

3

Save & Monitor

Deploy the cron job and monitor its execution through the log viewer.

Command Line Life

Doing It Manually Without Enable/Disable Toggle

Think Enable/Disable Toggle is overkill? Here's the alternative: raw terminal commands and manual config files.

1

SSH into server

Connect to manage cron jobs.

terminal
ssh root@your-server-ip
2

Open crontab

Edit the cron configuration.

terminal
crontab -e
# Choose your editor (probably nano or vim)
3

Write the cron syntax

Hope you know cron syntax by heart.

terminal
# Minute Hour Day Month Weekday Command
# What's "every weekday at 3:30 PM" again?
# 30 15 * * 1-5 /opt/scripts/backup.sh
#
# Or was it:
# 30 15 * * MON-FRI /opt/scripts/backup.sh
#
# Who knows!

Get the syntax wrong and it runs at the wrong time. Or never.

4

Check if it's working

Wait and see... or check logs.

terminal
# Check cron logs
grep CRON /var/log/syslog
# Or wait until the scheduled time
# And hope it runs
# And hope it succeeds
The Easy Way

Let Server Compass Handle It

Enable/Disable Toggle automates the tedious parts. What takes 30 minutes via terminal takes 30 seconds with Server Compass.

  • Visual interface
  • No terminal needed
  • Built-in error handling
  • Works on any VPS
Download Server Compass$29 • Lifetime license
Capabilities

What Enable/Disable Toggle Can Do

Everything you need for cron jobs in one integrated tool, replacing complex CLI commands and manual configuration.

Get Started
Temporarily disable cron jobs without deleting them
Re-enable when ready with a single toggle
Integrated with Server Compass's Cron Jobs suite
Integrated with Server Compass's Cron Jobs suite

Why Enable/Disable Toggle Matters

Server management shouldn't require a DevOps team. Enable/Disable Toggle makes professional-grade cron jobs accessible to everyone.

Visual Scheduling

Enable/Disable Toggle replaces cryptic cron syntax with intuitive dropdowns and a human-readable schedule preview.

Ready-Made Templates

Enable/Disable Toggle includes pre-built templates for common tasks like backups, cleanup, and health checks.

Execution Logging

Enable/Disable Toggle logs every cron execution with output, success/failure status, and timestamps.

Quick Toggle

Enable/Disable Toggle lets you disable and re-enable cron jobs without deleting them, perfect for maintenance windows.

Common Questions About Enable/Disable Toggle

Common questions about Enable/Disable Toggle in Server Compass

How do I access Enable/Disable Toggle in Server Compass?

Enable/Disable Toggle is available in the Cron Jobs section of Server Compass. Simply connect to your server, navigate to Cron Jobs, and you'll find Enable/Disable Toggle ready to use. No additional setup or plugins required.

Does Enable/Disable Toggle require any server-side installation?

No. Server Compass operates as a desktop application that connects to your server via SSH. Enable/Disable Toggle works through this connection without installing any agents or packages on your server (except the optional monitoring agent for resource tracking).

Is Enable/Disable Toggle included in all Server Compass plans?

Yes. Every Server Compass feature, including Enable/Disable Toggle, is included with the one-time $29 payment. There are no tier restrictions, add-ons, or per-server fees. You get all 90+ features for all your servers.

Can I use Enable/Disable Toggle with any VPS provider?

Enable/Disable Toggle works with any VPS or dedicated server that supports SSH access and Docker. This includes DigitalOcean, Hetzner, Vultr, Linode, AWS EC2, Google Cloud, Azure, and any other provider. It also works with local servers and homelab setups.

What makes Enable/Disable Toggle different from command-line alternatives?

Enable/Disable Toggle provides a visual, intuitive interface that replaces complex CLI commands and configuration files. You get real-time feedback, safety confirmations, and a consistent experience across all your servers without memorizing syntax or writing scripts.

Try Enable/Disable Toggle Today

Download Server Compass and get access to Enable/Disable Toggle along with 89 other features. One-time $29 payment. No subscriptions. No per-server fees.