A 500 error on the Sentora panel after reboot is often due to PHP/MySQL compatibility. Sentora 1.0.3 is quite old and not fully compatible with PHP 7.4/MySQL 5.7, since it still calls deprecated MySQL functions.
Options:
Options:
- Downgrade PHP — Sentora 1.0.3 works best with PHP 5.6–7.2.
- Check logs — Look in
orCode:/var/log/httpd/error_log
for exact PHP errors.Code:/var/log/apache2/error.log
- Consider upgrade/migration — Sentora hasn’t had major updates in years. Many users migrate to forks like Sentora CE, Froxlor, or Virtualmin which support modern PHP.
- Temporary fix — If you must stay with 1.0.3, install a compatible PHP version via Remi repo and set Apache to use that.