Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


CyberPanel - Control Panel Based on OpenLiteSpeed [Updated!] - Page 17
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

CyberPanel - Control Panel Based on OpenLiteSpeed [Updated!]

1141517192029

Comments

  • @trongtri said:
    Error when I user upgrade, Service Unavailable 503, please help me. I use link http://docs.cyberpanel.net/doku.php?id=upgrade --> Upgrade.

    You can follow this: https://forums.cyberpanel.net/discussion/85/how-to-manually-upgrade-downgrade-cyberpanel

    Or contact support.

  • I have try it, very good. Can you add php 5.2 and ZendOptimizer and Zend Guard with CyberPanel version next. I hope it in the furture version.

    @cyberpersons said:

    @trongtri said:
    Error when I user upgrade, Service Unavailable 503, please help me. I use link http://docs.cyberpanel.net/doku.php?id=upgrade --> Upgrade.

    You can follow this: https://forums.cyberpanel.net/discussion/85/how-to-manually-upgrade-downgrade-cyberpanel

    Or contact support.

  • @trongtri said:
    I have try it, very good. Can you add php 5.2 and ZendOptimizer and Zend Guard with CyberPanel version next. I hope it in the furture version.

    @cyberpersons said:

    @trongtri said:
    Error when I user upgrade, Service Unavailable 503, please help me. I use link http://docs.cyberpanel.net/doku.php?id=upgrade --> Upgrade.

    You can follow this: https://forums.cyberpanel.net/discussion/85/how-to-manually-upgrade-downgrade-cyberpanel

    Or contact support.

    You still have applications running on 5.2?

  • Add modsecurity integration so I can be lazy

  • @AlexJones said:
    Add modsecurity integration so I can be lazy

    ModSec integration is in the testing phase.

    Thanked by 1datanoise
  • How about Debian support?

    Thanked by 1datanoise
  • First thing now to update is wildcard ssl letsencrypt

    Thanked by 1datanoise
  • clarity_64 said: How about Debian support?

    That would be great. Then *BSD? :P

  • lemonlemon Member

    @datanoise said:

    clarity_64 said: How about Debian support?

    That would be great. Then *BSD? :P

    First SSH support (chrooted) and then Ubuntu pls, fuck bsd :)

  • Lets first get ModSec done. :)

    After that, I am looking into chrooted setup, to which @jetchirag was interested too.

    Thanked by 1jetchirag
  • Got the panel setup and modsec setup with comodo rules but I can't seem to trigger the way with anything. It's configured according to litespeeds doc

  • @AlexJones said:
    Got the panel setup and modsec setup with comodo rules but I can't seem to trigger the way with anything. It's configured according to litespeeds doc

    I assume that you put the rules in files using modsecurity_rules_file ?

  • Let's Encrypt wildcard SSL came out yesterday. Hoping it's not much extra work to get it added to cyberpanel:

    https://community.letsencrypt.org/t/acme-v2-and-wildcard-certificate-support-is-live/55579

  • @cyberpersons said:

    @AlexJones said:
    Got the panel setup and modsec setup with comodo rules but I can't seem to trigger the way with anything. It's configured according to litespeeds doc

    I assume that you put the rules in files using modsecurity_rules_file ?

    Yes I pointed the rules file to the file which has all the includes for the comodo waf. I also tried just pointing it at the raw rules location with /*. conf
    Neither is working for me

  • @lollerskates said:
    Let's Encrypt wildcard SSL came out yesterday. Hoping it's not much extra work to get it added to cyberpanel:

    https://community.letsencrypt.org/t/acme-v2-and-wildcard-certificate-support-is-live/55579

    I will look into this, hopefully, there won't be much difference in the backend.

    Thanked by 1killjin
  • @AlexJones said:

    @cyberpersons said:

    @AlexJones said:
    Got the panel setup and modsec setup with comodo rules but I can't seem to trigger the way with anything. It's configured according to litespeeds doc

    I assume that you put the rules in files using modsecurity_rules_file ?

    Yes I pointed the rules file to the file which has all the includes for the comodo waf. I also tried just pointing it at the raw rules location with /*. conf
    Neither is working for me

    This is what we are working on too.

    If you put your rules directly, It will work:

    modsecurity  on
    modsecurity_rules `
    SecRuleEngine On
    SecRule ARGS "\.\./" "t:normalisePathWin,id:99999,severity:4,msg:'Drive Access' ,log,auditlog,deny"
    `
    

    And go to : http://192.168.100.1/?abc=../../

    Working to make sure rules from file work too, as a side note comodo rules use 'Include' directive which is not yet supported by OpenLiteSpeed.

  • AlexJonesAlexJones Member
    edited March 2018

    @cyberpersons said:

    @AlexJones said:

    @cyberpersons said:

    @AlexJones said:
    Got the panel setup and modsec setup with comodo rules but I can't seem to trigger the way with anything. It's configured according to litespeeds doc

    I assume that you put the rules in files using modsecurity_rules_file ?

    Yes I pointed the rules file to the file which has all the includes for the comodo waf. I also tried just pointing it at the raw rules location with /*. conf
    Neither is working for me

    This is what we are working on too.

    If you put your rules directly, It will work:

    > modsecurity  on
    > modsecurity_rules `
    > SecRuleEngine On
    > SecRule ARGS "\.\./" "t:normalisePathWin,id:99999,severity:4,msg:'Drive Access' ,log,auditlog,deny"
    > `
    > 

    And go to : http://192.168.100.1/?abc=../../

    Working to make sure rules from file work too, as a side note comodo rules use 'Include' directive which is not yet supported by OpenLiteSpeed.

    Ah I see. Is there any difference between putting the raw rules in or loading them from a file (performance wise). I have all my error codes redirect to my base web url and when testing the rule you provided, I still don't get any modsecurity warnings in the logs

  • @cyberpersons

    Hello, if this is not on Your todo list, consider integrating some webmail and mail queue manager, mail account manager, mail filtering, i do not see it mentioned among features.

  • WSSWSS Member

    @postcd said:
    @cyberpersons

    Hello, if this is not on Your todo list, consider integrating some webmail and mail queue manager, mail account manager, mail filtering, i do not see it mentioned among features.

    Add cold fusion, too. Not Adobe.

    Thanked by 1cyberpersons
  • @AlexJones said:

    @cyberpersons said:

    @AlexJones said:

    @cyberpersons said:

    @AlexJones said:
    Got the panel setup and modsec setup with comodo rules but I can't seem to trigger the way with anything. It's configured according to litespeeds doc

    I assume that you put the rules in files using modsecurity_rules_file ?

    Yes I pointed the rules file to the file which has all the includes for the comodo waf. I also tried just pointing it at the raw rules location with /*. conf
    Neither is working for me

    This is what we are working on too.

    If you put your rules directly, It will work:

    > > modsecurity  on
    > > modsecurity_rules `
    > > SecRuleEngine On
    > > SecRule ARGS "\.\./" "t:normalisePathWin,id:99999,severity:4,msg:'Drive Access' ,log,auditlog,deny"
    > > `
    > > 

    And go to : http://192.168.100.1/?abc=../../

    Working to make sure rules from file work too, as a side note comodo rules use 'Include' directive which is not yet supported by OpenLiteSpeed.

    Ah I see. Is there any difference between putting the raw rules in or loading them from a file (performance wise). I have all my error codes redirect to my base web url and when testing the rule you provided, I still don't get any modsecurity warnings in the logs

    Difference should not be noticeable, for now I would advice to wait until there is a good solution. Because it is possible you might be doing something wrong.

  • @postcd said:
    @cyberpersons

    Hello, if this is not on Your todo list, consider integrating some webmail and mail queue manager, mail account manager, mail filtering, i do not see it mentioned among features.

    You don't like Rainloop?

  • lurchlurch Member
    edited March 2018

    Neeeeeeeed debian

    Thanked by 1kkrajk
  • @lurch said:
    Neeeeeeeed debian

    Or ubuntu 16.04

    Thanked by 1lurch
  • jaejae Member

    cyberpersons said: You don't like Rainloop?

    I do, but roundcube prettier

  • @jae said:

    cyberpersons said: You don't like Rainloop?

    I do, but roundcube prettier

    Roundcude use database, however, Rainloop does not which makes it lighter on server resources.

    Thanked by 1Wolveix
  • Is one click site transfer from cPanel available? If not, any ETA for that feature?

  • I am unable to create new users as the "Create User" button is greyed out despite using special characters and numbers in the password.

  • @Luke007 said:
    Is one click site transfer from cPanel available? If not, any ETA for that feature?

    Not planned yet.

    @Luke007 said:
    I am unable to create new users as the "Create User" button is greyed out despite using special characters and numbers in the password.

    You need uppercase too, something like this would work: LowEnd12

  • I've been following the project since December, but have only just had the chance to play around with it. Seriously good stuff! I see that you've integrated WHMCS, any chance on integrating BoxBilling?

  • @Wolveix said:
    I've been following the project since December, but have only just had the chance to play around with it. Seriously good stuff! I see that you've integrated WHMCS, any chance on integrating BoxBilling?

    http://docs.boxbilling.com/en/latest/reference/extension.html

    Extension for it seems neat but never used boxbilling before (doubt how many people would actually use it)

    Thanked by 1Wolveix
Sign In or Register to comment.