Attempting a new setup, I had to create the starter.sh script by hand, and did chmod +x it. The log in /tmp/log_starter.txt keeps showing:
Downloading the OTM binary.
Download failed. Retrying...
Looking at line 103 of starter.sh, I noted
CURL_CMD="curl --silent --connect-timeout 15 --max-time 30 --request POST https://www.foxymon.com/receiver/receiver2.php"
I attempted this in my windows browser, authenticated, and then was met with a completely blank page even in the dev console.
Is there something I should update in the script to point to a site that hosts the binary?