EXECUTABLE DOCUMENTATION
Recovery and diagnostics
Inspect health, MariaDB and logs before changing the active release. The installer retains timestamped releases and a logical database backup for rollback.
COMMAND
Copy, run and verify
Read the command before execution and run it only on the intended server.
PuTTY · Bash
readlink -f /www/wwwroot/exopanel.space/current
ls -lah /www/wwwroot/exopanel.space/releases
SITE='/www/wwwroot/exopanel.space'
PHP='/www/server/php/84/bin/php'
sudo -u www env EXOPANEL_PORTAL_CONFIG="/config/config.php" "" "/current/cli.php" health
tail -n 150 /www/wwwlogs/exopanel.space.error.log 2>/dev/null || trueRequired result
The command must finish without syntax errors. Health reports database ok, signing key configured, and every HTTPS domain returns TLS result 0.
