5 – Send Emails to your Lists
After following all previous 4 steps we are finally ready to send emails to our email list(s). Prerequisites Creating/Updating Email Lists Adding SMTP Hosts Compose Message Step 1: Open Website Launcher Main > Websites > List Websites » Launch Once launched, scroll down to Email Marketing Step 2: Send Emails Select the template that needs […]
4 – Compose Message
One last step before sending a message is actually composing the message to be sent. In CyberPanel email messages are called templates. You can create and send them as you like to your lists using SMTP Hosts. Prerequisites Creating/Updating Email Lists Adding SMTP Hosts Step 1: Open Website Launcher Main > Websites > List Websites […]
3 – Adding SMTP Hosts
Sending email requires a mail server, CyberPanel allows you to either use a local mail server or a remote SMTP host. In this example I am going to demonstrate how you can configure MailGun to send emails through CyberPanel. Prerequisites Creating/Updating Email Lists Make sure to have your SMTP login details from MailGun, if you […]
1 – Getting Started with Marketing
CyberPanel v1.7.3 and above have a dedicated tool called Email Marketing. Let see what this tool can do in a nutshell. Upload email lists. Add emails to existing lists. Verify email addresses (verifying emails can get you on blacklists, so do this at your own risks). Add SMTP providers such as MailGun, SendGrid, etc to […]
Location of configuration files
Various configurations files are located at different places, there structure is defined below. Litespeed /usr/local/lsws/conf/httpd_config.conf /usr/local/lsws/conf/phpconfigs/php53.conf /usr/local/lsws/conf/phpconfigs/php54.conf /usr/local/lsws/conf/phpconfigs/php55.conf /usr/local/lsws/conf/phpconfigs/php56.conf /usr/local/lsws/conf/phpconfigs/php70.conf Virtual Hosts /usr/local/lsws/conf/vhosts/<Domain> FTP /etc/pure-ftpd /etc/pure-ftpd/pure-ftpd.conf DNS /etc/pdns /etc/pdns/pdns.conf
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 […]