Back to Home

Upgrading HexonCP

Upgrading & Status CLI Commands

HexonCP provides a dedicated command-line utility to upgrade panel components and inspect system health directly from the terminal.

1. Upgrading the Panel Core

Updates can be applied directly using the system command helper. Upgrades are non-destructive and preserve your active user directories, databases, and mail configurations:

sudo hexoncp upgrade

2. Checking Service Status

To verify the health and systemd status of all core panel services (Nginx, MySQL, Reverb WebSocket, Fail2Ban, etc.), run:

sudo hexoncp status

Alternatively, you can manage these services directly from the panel's Services Management dashboard page.

Command copied to clipboard!