Site.pro
  • Website Builder
    • Website Builder
    • Prices
    • Website Import
    • Online Stores
    • Plugins
    • Collaboration
    • Templates
    • Languages
    • Affiliate Program
    • Examples
    • AI Website Builder
    • For Design Studios
    • We Build for You
  • Domains
  • Email
  • Learn
    • Tutorials
    • Blog
    • FAQ
    • Growth Hacking
    • For Hostings
    • Domainity
    • For Education
  • For Resellers
    • Prices
    • White Label
    • Revenue Share
    • Panels
    • How it Works
    • Mass Import
    • Our Partners
    • Reselling Examples
    • Marketing Materials
    • Documentation
    • Free Websites
  • Website Builder
    • Website BuilderEverybody can easily create a website, landing page, or e-commerce store. Easy-to-use website builder.
    • PricesSite.pro Prices: Templates 200+, Websites, Basic Builder Functions, Online Stores, Get more website builder features.
    • Website ImportTransfer your existing website from anywhere to Site.pro website builder. Website import from different website builders.
    • Online StoresSell your goods or services anywhere on the website
    • PluginsMany functions and plugins depending on geographical preferences. Plugin description.
    • CollaborationCollaborative Website Builder, Create a website with teammates in real-time in one space, Real-Time Collaboration.
    • Templates
    • Languages
    • Affiliate Program
    • Examples
    • AI Website Builder
    • For Design Studios
    • We Build for You
  • Domains
  • Email
  • Learn
    • TutorialsVideos for Beginners. Download video tutorials for free New video tutorial.
    • BlogWebsite Builder Lifehacks: Shared hosting tips. Web Design, Marketing
    • FAQHelp center. Payment Issues. Basic Tutorial. Quick search. Have questions? Enter your question here.
    • Growth HackingBoost your sales. Strategy
    • For HostingsEducation. Generate more website builder sales
    • DomainityDomainity: Domain quantity per 1000 people
    • For EducationFree Website Builder for Online and Offline Classrooms. Collaborate with students in one space or separately.
  • For ResellersWhite Label
    • PricesStart reselling. Pay for live websites. Free Websites. Join reselling program.
    • White LabelThe most popular white label tool is ideal for reselling
    • Revenue ShareWebsite Builder: Provide free website builder and earn 50% commissions
    • PanelsOne product for all platforms. Download plugin for your panel
    • How it WorksCloud or On-Premises. Recommendations for Builder Server. Requirements for builder server (On-premises only) and published websites. Install on as many IP's and servers as you like—it's free of charge.
    • Marketing MaterialsVideo. Mockups. Website Blocks. Marketing Materials.
    • Mass Import
    • Our Partners
    • Reselling Examples
    • Documentation
    • Free Websites
  • Register

    Register

    (Buy Domain, Create email)
    (For Hosting Companies)
    By registering, you accept our Terms of Service
    Number of Customers: 1-100
    Number of Customers: 1-100
  • Log in

    Log in

    New user? Create account
    Forgot password?
  • $
  • English
Server Requirements
  • Published websites
  • Site.pro IPs
Builder installation / update
On-Premises
  • Server Requirements
  • Installation
  • CRON
  • Update
  • Migration to version v4
  • Collaboration Service
  • Extra configuration
  • Manual update
  • Changing PHP version
  • Support
Plugin installation
  • Hosting Panel
    • cPanel
    • DirectAdmin
    • Plesk
    • Sentora/ZPanel
    • ISPmanager
    • InterWorx
    • Vesta
    • Hosting Controller
    • CentOS Web Panel
    • Hestia
    • LiveConfig
    • Webuzo
    • Custom hosting (API)
  • Billing Panel
    • WHMCS
    • Blesta
    • Custom billing (API)
API documentation
  • Builder
    • Create session (SSO)
    • Remove existing session
    • Create website backup
    • Restore website backup
  • Templates
    • List template categories
    • List template category tags
    • List templates
    • Get page types available in templates
  • Import
    • Import website
    • Get website import status
    • Import website block
    • Get website block import status
    • Check if imported website is owned by user
  • Websites
    • Create website
    • Modify website
    • Rename website
    • Publish website
    • Edit website pages
    • Edit website settings
    • Delete website
    • Get website template
    • Get website pages
    • Get website variables
    • Get template variables
    • Get website settings
    • Add pages to website
    • Duplicate pages in website
    • Remove pages from website
  • Website Blocks
    • Create empty website
    • Modify website
    • Inspect website
    • Add empty page
    • Modify page
    • Remove page
    • Inspect page
    • Inspect composition
    • Modification descriptor structure by element type
    • Add blocks from compositions
    • Remove blocks
    • Move blocks
    • Modify blocks
    • Inspect block
  • Licenses
    • Get list of published websites
    • Get statistics of publications/openings
    • Block/unblock published website
    • Controlling IP list
    • Read/add/delete hosting plans
  • Integration with your system
    • Allow/disallow domain in builder
    • Check if domains are allowed in builder
  • FAQ
    • Get posts
    • Get categories
Add-ons documentation
  • For Website
    • Public demo URL
    • Editing plans
    • User registration from public demo
    • Website import
  • For Builder
    • Adding custom templates
    • Adding custom builder plugins
    • Scripts
For developers
  • Programming reference
  • Directory structure
  • Meta information (main.json)
  • Frontend logic (main.js)
  • Element template (main.html)
  • Backend logic (main.php)
  • Plugin testing
  • Custom element plugin
  • E-commerce plugin
  • Overriding UI
  • Other examples
Change Log
Builder installation / update

CRON On-Premises

Reference:

  • Setting up cron on a hosting panel
  • Setting up cron through server console

Currently CRON includes the following tasks:

  • builder update (run once per day) — This cron task keeps builder always up-to-date.
  • temporary/old files cleanup (run twice per day) — during builder work it accumulates some garbage (temporary/old files) which can take a lot of space with time. This cron task keeps builder clean and space optimized.
  • free disk space checking (run every 5 minutes) — This cron task checks free disk space the builder is running on. Once the disk is full it disables builder and shows corresponding message for clients. This is important because during lack of free space builder can work unpredictably and even damage clients' site data used by builder. We recommend to sometimes check free disk space on builder server and ensure that there are at least 2 GB available.

Setting up cron on a hosting panel

When on-premises builder is installed on account of hosting control panel, then cron should be set up by following steps:

on cPanel:

  • log in to cPanel account with the builder installation;
  • navigate to "Cron Jobs";
  • for "Common Settings" field select value "Once Per Minute";
  • for "Command" field specify the following value:
    cd /home/[user]/public_html && /usr/local/bin/ea-php81 cron.php
    where correct the path if needed, replace placeholder [user] and replace "81" PHP version to the one your builder is running on;
  • click button "Add New Cron Job" to save new cron task.

on Plesk:

  • log in to Plesk account with the builder installation;
  • click "Scheduled Tasks" button;
  • click "Add Task" button;
  • select "Run a PHP script" option;
  • for "Script path" click browse button right to the input field, find the file "cron.php" in builder installation and click "OK";
  • select the PHP version your builder is running on;
  • click "OK" button to save new cron task.

on DirectAdmin:

  • log in to DirectAdmin account with the builder installation;
  • navigate to "Advanced Features" → "Cron Jobs"
  • click "Create Cron Job" button;
  • for fields minute, hour, day of month, month, day of week keep the asterisk symbol *;
  • for "Command" field specify the following value:
    cd /home/[user]/domains/[domain]/public_html && php cron.php
    where correct the path if needed, and replace placeholders [user] and [domain] to yours;
  • click "Create" button to save new cron task.

on ISPmanager:

  • log in to ISPmanager account with the builder installation;
  • navigate to "CRON jobs" menu item;
  • click button "Create plan";
  • for "Command" field specify the following value:
    cd /var/www/[user]/data/www/[domain] && /opt/php81/bin/php cron.php
    where correct the path if needed, replace placeholders [user] and [domain], and replace "81" PHP version to the one your builder is running on;
  • choose "expert mode" option;
  • for fields Minute, Hours, Days of month, Months, Days of week enter the asterisk symbol *;
  • optionally check "Do not email report" option;
  • click "Create" button to save new cron task.

Setting up cron through server console

  • run command crontab -e to open cron editor;
  • append this line at the end:
    * * * * * cd /var/www/html && php cron.php
    where correct the path if needed and replace "php" if needed to the correct version the builder is running on;
  • save new cron task.

Despite the fact CRON does not execute tasks every minute, it is still important to setup it to run every minute anyways. If cron.php is executed and no task is taken that exact minute then the script stops. This ensures cron mechanism performance optimization.

© Site.pro 2011. Website Builder. United States.
Contact SalesTerms of Service