Note: If you are able to add cron jobs from your web hosting administration panel then it may be easier if you setup a cron job from there.

If you have no other cron jobs running then once the crontab file has been generated you can setup cron by logging into your telnet or SSH account, changing to the directory you installed Reciprocal Manager in and then typing the command:

crontab crontab.txt

If you already have cron jobs then you must add this job to your current list as the previous command will overwrite any cron jobs you already have.

To append the cron job for Reciprocal Manager to your current list, from your telnet/SSH prompt change to the directory where Reciprocal Manager is installed and type in the following sequence of commands:

crontab -l >> crontab.txt
crontab crontab.txt

You must have already generated the crontab.txt file from Reciprocal Manager before attempting to run these commands.