CyberPanel Community

Server Security After Upgrading to 2.3.6 with ModSecurity Only

AK
Ardian Karya Putra #1

server os version Ubuntu 20.04
Current Version:
2.3
Build:
6
Current Commit:
dcd811e79f6ffb0a3af2a380b87bb69be1283e10

Hello CyberPanel Community,

After upgrading to version 2.3.6, I’m concerned about the security of my server. Currently, my firewall and CSF (ConfigServer Security & Firewall) are not running, and I’m relying solely on ModSecurity configurations as the primary security measure.

Can anyone advise if this setup is secure, or should I take additional steps to ensure the safety of my server? Any recommendations or best practices would be greatly appreciated.

Thank you in advance!

6 replies
Ma
Master3395 #2

CSF is disabled for 2.3.6, there are issues within.

Ma
Master3395 #4

Try restoring to an earlier version perhaps?
If you have a snapshot or something?

AK
Ardian Karya Putra #5

I wanted to update that I have successfully unmasked the FirewallD service, and it is currently active and running.

Is this configuration okay, or are there any additional steps I should take to ensure everything is set up correctly?

Ka
Kais #6

Can you tell us how to unmask firewallD ? I need urgent a solution after CSF is gone by the last update

AK
Ardian Karya Putra #7
sudo systemctl unmask firewalld | Unmask Firewalld
sudo systemctl start firewalld | Start Firewalld
sudo systemctl enable firewalld | Enable Firewalld at Boot (Optional)
sudo systemctl status firewalld | Check the Status of Firewalld

Sign in to reply