|
| 1 | +# PowerAdmin Compatibility Guide |
| 2 | + |
| 3 | +## Overview |
| 4 | +PowerAdmin requires PHP 8.1 or higher to run. This document outlines the supported Linux and BSD distributions as well as those that are not supported due to PHP version constraints. For the best experience, ensure your system meets or exceeds the recommended requirements. |
| 5 | + |
| 6 | +--- |
| 7 | + |
| 8 | +## Minimum Requirements |
| 9 | +- **PHP**: 8.1 or higher |
| 10 | +- **Web Server**: Apache or NGINX |
| 11 | +- **Operating System**: Linux or BSD |
| 12 | + |
| 13 | +--- |
| 14 | + |
| 15 | +## Supported Distributions |
| 16 | + |
| 17 | +| Distribution | PHP Version | Notes | |
| 18 | +|--------------|-------------|----------------------------| |
| 19 | +| Debian 12.7 | 8.2 | | |
| 20 | +| Ubuntu 22.04 | 8.1 | | |
| 21 | +| Ubuntu 24.04 | 8.3 | | |
| 22 | +| Fedora 40 | 8.3 | Apache included by default | |
| 23 | +| Fedora 41 | 8.3 | Apache included by default | |
| 24 | + |
| 25 | +--- |
| 26 | + |
| 27 | +## BSD Operating Systems |
| 28 | +PowerAdmin is compatible with BSD operating systems that meet the PHP 8.1+ requirement. While not extensively tested, it should work as long as the environment is properly configured. |
| 29 | + |
| 30 | +--- |
| 31 | + |
| 32 | +## Unsupported Distributions |
| 33 | + |
| 34 | +| Distribution | PHP Version | Reason for Lack of Support | |
| 35 | +|-------------------------|-------------|----------------------------| |
| 36 | +| Debian 11 | 7.4 | PHP below minimum version | |
| 37 | +| Ubuntu 20.04 | 7.4 | PHP below minimum version | |
| 38 | +| CentOS Stream release 9 | 8.0 | PHP below minimum version | |
| 39 | +| Rocky 8.10 | 7.2 | PHP below minimum version | |
| 40 | +| Rocky 9.4 | 8.0 | PHP below minimum version | |
| 41 | +| Alma 8.10 | 7.2 | PHP below minimum version | |
| 42 | +| Alma 9.4 | 8.0 | PHP below minimum version | |
| 43 | + |
| 44 | +--- |
| 45 | + |
| 46 | +## Notes |
| 47 | +- Distributions listed as unsupported can potentially be configured manually with a custom PHP build, but this is not officially supported. |
| 48 | +- Upgrade paths are recommended for unsupported distributions to maintain security and compatibility. |
0 commit comments