2 website got hacked for using cyberpanel

#1
After wasting 1 year of hard work (2 of my websites got hacked while using CyberPanel), I’ve decided not to use any free panels anymore. I’m now thinking of using OpenLiteSpeed webserver. Can anyone please share the best tutorial to install WordPress in an optimized way?
Thanks in advance
 
#2
CyberPanel is a control panel; unless it’s compromised, it’s likely not related to the hacking issue.
To secure a WordPress website from the web server side, you can protect the wp-login.php and wp-admin pages using a static context. ReCAPTCHA and throttling are also supported by the web server. Some users may also consider implementing OWASP ModSecurity and CrowdSec to enhance general web application security.
 
Top