System Requirements
Basic requirements for running Elements CMS on your server
Server Requirements
The Elements CMS requires PHP 8.x or newer to be installed on your server, including the following PHP extension(s):
mbstring
Check your PHP environment
To quickly check your PHP environment, create a new file on your server called phpinfo.php
and add the following line:
<?php phpinfo(); ?>
Upload it to your site and visit it in your browser (for example https://yoursite.com/phpinfo.php). This will display a detailed page showing the PHP version, loaded extensions, and configuration settings.
Remember to delete the file once you’ve checked, as it exposes sensitive server information.
PHP Page extension
Ensure the page extension is set to .php on all pages you wish to access CMS data from. If you leave your page extension as .html, the CMS will not function.
Last updated