Ok great, I found the rcron.php script. As I understand it I can place it wherever I like(?) but for now put it in the mydomain.com/support/api/ folder. I also created the API key under Agent panel > Manage > API keys using the IP address provided by my web hosting provider (it was written out under the URL scheduler section).I have edited the $config array in the rcron.php but I am not sure about the url variable. Should it always be api/tasks/cron, even though this path actually does not exist on my server.. Or should it be the actual path to wherever the rcron.php file is located? or should it be api/tasks/rcron or something like that?$config = array( 'url'=>'https://mydomain.com/support/api/tasks/cron', 'key'=>'THE_KEY_THAT_I_GENERATED_IN_OSTICKET');Many thanks!