๐ŸŸข Network Status| First month from $2.00 โ€” fully managed | Contact Support
Skip to content
Need help? Real engineers available 24/7. Average response under 15 minutes. Open a support ticket โ†’

PHP Version & Configuration in RemarkablePanel โ€‹

Switch PHP version โ€‹

  1. Open the website โ†’ PHP.
  2. Select the PHP version from the dropdown (8.1, 8.2, 8.3 available).
  3. Click Save. The change applies immediately.
โœ“
Use PHP 8.2 or 8.3 for new sites
PHP 8.2+ is significantly faster than 7.4 and receives active security updates. Only use older versions for legacy code that hasn't been updated for modern PHP.

Customize PHP settings โ€‹

From the same PHP page, override individual php.ini values:

SettingDefaultRecommended for WordPress
memory_limit128M512M
upload_max_filesize8M64M
post_max_size8M64M
max_execution_time30300
max_input_vars10005000

Enter values in the PHP Settings section and click Save.

Check the active PHP version โ€‹

Create a temporary file in the website's document root:

bash
echo "<?php echo phpversion();" > /path/to/httpdocs/phpcheck.php

Visit https://yourdomain.com/phpcheck.php โ€” it prints the PHP version. Delete the file afterwards.

PHP error logging โ€‹

To enable PHP error logging without displaying errors to visitors:

In PHP Settings, set:

display_errors = Off
log_errors = On
error_log = /path/to/httpdocs/php-errors.log

Check the error log via File Manager or SFTP.

Managed hosting that actually manages.