This article explains how to resolve the “Wizard is broken” error in the CloudLinux Installation Wizard.
When attempting to install components using the CloudLinux installation wizard, you might encounter the error message:
“Wizard is broken”
This issue typically occurs due to connectivity problems, incomplete repositories, or configuration errors on the server.
Common Causes:
- Network connection issues are preventing the wizard from fetching packages.
- Incorrect or incomplete CloudLinux repository setup.
- Conflicting package versions or missing dependencies.
- Outdated system packages or unsupported OS versions.
Steps to Troubleshoot and Resolve:
- Verify Network Connectivity. Make sure the server can access CloudLinux repositories by running the following command:
ping repo.cloudlinux.com curl -I https://repo.cloudlinux.com
- Verify that the correct CloudLinux repositories are enabled and active:
yum repolist
If they are missing or broken, you can manually reinstall them:
yum install -y cloudlinux-release
- Update the System because outdated packages can cause conflicts. Use the command:
yum update -y
- Re-run the installation wizard using the following command after verifying everything:
cldeploy
Or use the web-based installation tool again and check for improved behaviour.
- Inspect logs for more insight using the subsequent command:
/var/log/cloudlinux/cldeploy.log /var/log/yum.log
Still Seeing “Wizard is Broken”?
If the error persists:
- Try installing components manually via the command line
- Contact CloudLinux support with logs and details of your system environment
Tip:
Ensure your CloudLinux license is valid and the system is registered. You can verify this using:
clnreg_ks --status
In this manner, you can resolve the “Wizard is Broken” error in the CloudLinux installation wizard. If you liked our article, then you will surely love our support.
Once your installation wizard is fixed, learn How to use cPanel’s backup wizard to create a full backup