How to Update Webuzo to the Latest Version
Keeping Webuzo up to date is one of the simplest ways to keep your server secure, stable and full of the latest features. Updates patch security holes and fix bugs, so it is worth staying current. This is an admin task on your VPS or dedicated server.
Check your current version
Your Webuzo version is shown in the Admin Panel, usually in the dashboard or footer. Compare it against the latest release to see if an update is available.
Update from the Admin Panel
- Log in to the Webuzo Admin Panel.
- Open the Settings or Maintenance area and look for Upgrade or Update Webuzo.
- Click it and let the process run — avoid closing the window until it finishes.
Update over SSH
You can also update from the command line. Connect to your server as root and run Webuzo’s upgrade script:
/usr/local/emps/bin/php /usr/local/webuzo/webuzo.php --upgrade
Webuzo also updates itself automatically in most setups, so manual updates are mainly for applying the newest release right away.
Before you update
- Take a backup or server snapshot first, as good practice.
- Update during quiet hours to minimise any brief disruption.
- Test your key sites afterward to confirm all is well.
Frequently asked questions
Will updating Webuzo cause downtime?
Updates are usually quick with little or no downtime, but running them during off-peak hours is still wise.
Does updating Webuzo update PHP, MySQL and my apps too?
Panel updates focus on Webuzo itself. Software stack and app updates are managed separately — for example through PHP version selection and Softaculous.
My update failed or the panel is unreachable afterward.
Restore your snapshot if needed and open a support ticket — we can check the server and complete the update safely.
Was this article helpful?