Manage Services
Update on 3rd July: Disabled servers will be no more visible on CyberPanel interface, more details below. v1.7.1 onwards you can enable/disable certain services. You can not disable OpenLiteSpeed and MySQL because they are core services of CyberPanel. Once you disable a certain service, it will not be started on system restart and you will not be able to […]
Cron Jobs

Beginning with version 1.6.0, CyberPanel now comes equipped with cron jobs. This means you can schedule and automate tasks more easily. This update allows you to set up repetitive tasks to run automatically, making your experience with CyberPanel smoother and more efficient. Create Cron Job To create a Cron Job, navigate to Main > Websites > […]
4 – Mod Security Rules Packages
Starting version 1.6.2 stable you can now enable OWASP and Comodo Mod Security rules via one click. Navigate to → https://<IP Address>:8090/firewall/modSecRulesPacks Click the switch and it will turn on OWASP Rules, to verify if OWASP rules are installed successfully, open: http://example.com/?a=b AND 1=1 You should get 403 Forbidden error, you can also see […]
3 – Mod Security Rules
Later we will be having auto installation of Comodo and Owasp rules. Add Rules To add individual rules, you can navigate to: https://<IP Address>:8090/firewall/modSecRules By default there is one rule defined: SecRule ARGS “../” “t:normalisePathWin,id:99999,severity:4,msg:’Drive Access’ ,log,auditlog,deny” To test the functionality of this rule add folloing to end of your URL ‘?abc=../../ you should get 403 Forbidden, which means […]
2 – Mod Security Configurations
Once you open: https://<IP Address>:8090/firewall/modSecurity You will see something like: There are seven options, lets discuss them. ModSecurity Status This is the only option controlled by OpenLiteSpeed web server, once you turn this off nothing related to ModSecurity will work, this should be turned On for ModSecurity to function. SecAuditEngine ModSecurity can generate extensive logs […]
1 – Installation
By default, ModSecurity is not installed, but once you first try to configure ModSecurity CyberPanel prompt for ModSecurity installation. Open → https://<IP Address>:8090/firewall/modSecurity Clicking ‘Install Now’ will start the installation, if installation is successful it will refresh your page and let you configure ModSecurity settings, which looks something like:
SSH Manager CyberPanel

CyberPanel SSH Manager offers you a lot of features for your SSH security. Securing SSH is one of the most important tasks of a system administrator. CyberPanel allows you to change SSH ports, disable root login, and save your SSH keys. There are two tabs, the basic security and the SSH Keys one. Basic Security: […]
CyberPanel Firewall

CyberPanel follows deny all rules except for the ports opened by default, you can see default opened ports at Server > Security > Firewall Available Functions Add Firewall Rule: If you want to open a port in CyberPanel just go to the Security > Firewall Now add the following details here and click Add button. Delete […]
5 – Change Upload Limit for Filemanager
v1.7.0 and above v1.7.0 and above default upload limit is 200MB, regardless of upload limit of your Global PHP. To increase this limit go to: https://<IP Addres>:8090/websites/domain.com Then scroll down and click vhost Conf Then change the upload limit by editing following two parameters: php_value upload_max_filesize “200M” php_value post_max_size “250M” post_max_size should be greater than […]
4 – Change Upload Limit for phpMyAdmin
To change phpMyAdmin upload limits to a higher value: Go to PHP → Edit PHP Configs → Advanced , and select php 7.3 Search “post_max_size” , and change value from default 8M to size you wish , for example 100M Search “upload_max_filesize” , and change value from default 2M to size you wish , for […]



