Server requirements
Minimum Server Requirements
To ensure our script runs smoothly, securely, and with all features enabled, your server must meet the following minimum requirements. The installation wizard will check these for you, but you can use this list as a reference.
Core Requirements:
- PHP Version: 8.3 or higher
- MySQL Version: 8.0 or higher (or MariaDB 10.4+)
- Apache Web Server with the
mod_rewrite
module enabled (for SEO-friendly URLs).
Required PHP Extensions:
The following PHP extensions must be enabled on your server:
- BCMath: For high-precision mathematics, crucial for cryptocurrency calculations.
- JSON: For processing JSON data, used in API communications.
- Mbstring: For handling multi-byte strings (international characters).
- OpenSSL: For cryptographic functions and secure connections (HTTPS).
- PDO & pdo_mysql: For secure database connections.
- Tokenizer: Required by some of the script's core libraries.
- XML: For processing XML data.
- ZipArchive: For handling .zip files, such as importing demo content.
On most modern web hosting environments, these extensions are enabled by default. If you encounter any issues during the installation check, please contact your hosting provider and provide them with this list.