After upgrading my server to CyberPanel version 2.4 using the recommended upgrade script, I noticed that the entire interface has changed to a new UI. Since this upgrade, I am experiencing multiple issues that make it very hard to manage my server.
Some of the main problems I am facing with the new UI:
I cannot change the passwords for my databases (the option is not working or does not save changes).
There are several other visual bugs and features not working properly.
Because of these problems, I would really like to revert back to the previous (legacy) UI that was working fine for me.
Is there any way to switch back to the old UI after upgrading? Or do I have to downgrade the whole CyberPanel installation?
I am attaching screenshots to show the issues.
I sincerely apologize for the issues you’re experiencing with the new UI. We understand how frustrating it is when critical features like database password
management aren’t working properly. Let me help you with both immediate solutions and the downgrade process.
Immediate Workaround for Database Password
While we fix the UI issue, you can change database passwords via command line:
Access MySQL as root
mysql -u root
Change database user password
ALTER USER ‘database_username’@‘localhost’ IDENTIFIED BY ‘new_password’;
FLUSH PRIVILEGES;
Downgrading to Previous Version
To downgrade to CyberPanel 2.4.1 (the last version with the legacy UI):