CWP Expired: Error 500

If you are getting error 500 when trying to access CWP that means that for some reason your CWP automatic updates don't work Example Error message: PHP Fatal error: The encoded file /usr/local/cwpsrv/htdocs/resources/admin/include/cron.php has expired. in Unknown on line 0 The solution is to manually update CWP from the bash shell. cd /usr/local/cwpsrv/htdocs chattr -i […]

Read More

The Future of CentOS Stream with CWP

As some of you already know that CentOS/RedHat decided to support only CentOS Stream in the future, here is some info about the end of the life for each version: - CentOS 8 till the end of 2021 - CentOS 7 till June of 2024 - CentOS 8 Stream will be only supported as an […]

Read More

Run After Update Script

Now you can run automatically your custom script after each cwp update. The script format is bash. Script name: /root/.cwp_autoupdate.sh Script run command: sh /root/.cwp_autoupdate.sh CWP will automatically detect if the file exists and run it. This can be also used to replace logo or make your own custom branding changes to cwp user panel […]

Read More

WebServers Update

CWP 0.9.8.741 WebServers Upgrade Instructions (for CentOS 7) ** this options is available only for cwp servers with version 0.9.8.741 or higher! High Performace WebServers Configuration Welcome to new and advanced webservers configuration, we are now giving you the flexibility and performance unlike anything else. - PHP-FPM Selector with the ability to run different version […]

Read More

How to update CentOS version

To update you CentOS 6/7 to the latest version please use this command This command will show you all that will be updated and you will need to confirm that you want to proceed with the update yum update --enablerepo=cwp --enablerepo=epel This command will do the update without any questions yum -y update --enablerepo=cwp --enablerepo=epel

Read More

Kernel Update

How to update CentOS 6 kernel to version 3 or 4 from default CentOS 2.6 kernel. Please read this article before doing any changes on your server. Install repository having new kernels rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org rpm -Uvh http://www.elrepo.org/elrepo-release-6-6.el6.elrepo.noarch.rpm sed -i "s/enabled=1/enabled=0/g" /etc/yum.repos.d/elrepo.repo To install kernel 4 yum --enablerepo=elrepo-kernel install kernel-ml To install kernel 3 yum […]

Read More

How to update CWP ?

CWP has automatic updates which are done via crontab. If the new version is released then please allow up to 48 hours for your server to update. You can check for the latest released version on our ChangeLog website http://centos-webpanel.com/changelog If you want to force update you can do that by executing the following command. […]

Read More