To download WebOrbiton, go to weborbiton.com and select Get Self-Hosted.
You will be redirected to self.weborbiton.com, where you can download the file.
After the file is downloaded, extract it into a folder and open it in a code editor.
Alternatively, you can download the WebOrbiton Dashboard for visual configuration, but this guide describes configuration using code only.
Next, open the config.php file.
Fill in $siteLogoText, $siteStatus, and $siteName with your own values.
Then set the following options according to your needs:
$monitoringPeriod = "3 hours";
$checkRate = "2 minutes";
After completing the configuration, set up a Cron job.
Check your hosting provider’s documentation to learn how to configure Cron jobs.
On Hostinger, the Cron command should look like this (for checks every 2 minutes):
/usr/bin/php /home/uXXX/domains/example.com/public_html/check.php
Time: */2 * * * *
Congratulations
You have successfully downloaded and configured WebOrbiton.