Installation Print

  • 0

The Cronjob Manager comes with an easy to install option as well as manual options in case of any issues or limitations on the server or network.

Please make sure to check the full requirements list to ensure the service will work as intended.

IMPORTANT: The Cronjob Manager is a free to use tool that does not come with any warranty. 

Option 1: One-Line Install (Recommended)

curl -sSL https://installer.hostmedia.uk/cronjobmanager/quick-install.sh | sudo bash

Option 2: Manual Download

# Download latest package
wget https://portal.hostmedia.uk/dl.php?type=d&id=15

# Install
sudo ./quick-install.sh cronjobmanager-1.0.0.zip

Option 3: Traditional Install

# Download and extract
wget https://portal.hostmedia.uk/dl.php?type=d&id=15
unzip cronjobmanager-1.0.0.zip
cd cronjobmanager-1.0.0

# Install
sudo ./install.sh


Once the installation has been completed you will be able to access the Cronjob Manager using the IP or hostname and port number: https://xx.xxx.xxx.xx:2443/

Service Status

You can check the status of the Cronjob Manager by using the following command via SSH:

systemctl status cronjobmanager

Was this answer helpful?

« Back