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 23
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!]

1202123252629

Comments

  • @jvnadr

    The correct way to do for OpenLiteSpeed is detailed here -> https://forums.cyberpanel.net/discussion/86/tutorial-how-to-deny-access-for-files-with-certain-extension-or-folder-in-openlitespeed-cyberpanel

    Since LSCPD is also based on OpenLiteSpeed it does not honor the .htaccess rules from rainloop, I even noticed that .htaccess file is missing from the rainloop package.

    In our case data folder now lives out of the document root of rainloop.

    Thanked by 2jvnadr datanoise
  • Can confirm that it is working like a charm! Thanks, @cyberpersons !

    Thanked by 1coreflux
  • @jvnadr thanks again for reminding.

  • @cyberpersons I was wondering if there's a way to uninstall ModSecurity manually? I seem to be having a weird bug/issue with it unless it's really preinstalled in Litespeed Ent (2GB limit) and there's no option for ModSecurity Status. Thanks

  • @CasualCanvas with LSWS Ent it is prebuilt into the binary unlike OpenLiteSpeed (where .so is loaded dynamically). Just disable SecRuleEngine from ModSec configurations page.

    Thanked by 1coreflux
  • @cyberpersons said:
    @CasualCanvas with LSWS Ent it is prebuilt into the binary unlike OpenLiteSpeed (where .so is loaded dynamically). Just disable SecRuleEngine from ModSec configurations page.

    Ah, I see! I was fiddling with CyberPanel with OpenLiteSpeed before so I was confused why it was like that. Thanks for the info!

  • HxxxHxxx Member

    Anyone checked CyberPanel's code for vulnerabilities? After the cluster fucks with other free panels, I tend to stay away from them.

  • Hxxx said: Anyone checked CyberPanel's code for vulnerabilities? After the cluster fucks with other free panels, I tend to stay away from them.

    Did you get hacked?
    When? What version of the cyber panel has been used?
    Have you used any custom firewall with restricted access to 8090 / 7080 ports?

    Please add a little bit more information. I believe that it can be potentially vulnerable, but without details, it will be hard to understand what to do next

    Thanked by 1coreflux
  • MechanicWebMechanicWeb Member, Patron Provider

    cyberpersons said: We recently changed our interface but the demo is not yet updated. File manager was also completely redone.

    Home Page -> https://i.imgur.com/iBvjYM9.png

    Website Launcher -> https://i.imgur.com/HPFQ8Ry.png
    List Websites -> https://i.imgur.com/T1orLWy.png
    New Filemanager -> https://i.imgur.com/E7VGDwP.png

    Demo Will be updated soon.

    The changes are nice. Wanted to give it a try but the demo at https://demo.cyberpanel.net:8090/ gave me a 500 error.

    Can you provide information on how cgroup works? Is it similar to CageFS? And what are the minimum and recommended specs to install CyberPanel?

    I am rooting for you. The industry desperately needs a more affordable alternative to cPanel. But your pricing seems a bit on the high end for a relatively new software to compete.

  • @MechanicWeb

    Currently, cgroup feature works with the help of libcgroup. More details here -> https://cyberpanel.net/docs/1-introduction-to-containerization-website-limits/

    You can install CyberPanel for free, OS and other requirements are also mentioned here along with installation details -> https://cyberpanel.net/docs/installing-cyberpanel/

  • i would like to try cyberpanel.

    its support to change virtual host? i need change document root to public, i want install Laravel inside it with SSL support.

  • I have a problem with Cyberpanel. The admin password is automatically changed after a few days. Does anyone have this problem like me?

  • manlivo said: I have a problem with Cyberpanel. The admin password is automatically changed after a few days. Does anyone have this problem like me?

    No, you look like got hacked. Looks like. Make backups, and better re-install and re-scan VPS.

  • @andiklive You can set custom document root path by opening website launcher -> vHost Conf

    You can also use a rewrite rule to direct traffic to the public folder, need not change the document root path in that case.

    @manlivo We've no such reports, someone else might have access to your server, if you want us to investigate, you can submit a ticket. But it is highly unlikely.

  • @desperand , @cyberpersons Thanks! I understand. I will check my server.

  • Openvz support?

  • AlwaysSkintAlwaysSkint Member
    edited June 2019

    Version Management page shows a new build but no means to upgrade. :-/

    On this page you can manage versions and or upgrade to latest version of CyberPanel

  • ifykoifyko Member

    @AlwaysSkint said:
    Version Management page shows a new build but no means to upgrade. :-/

    On this page you can manage versions and or upgrade to latest version of CyberPanel

    https://cyberpanel.net/docs/upgrading-cyberpanel/

    Thanked by 1AlwaysSkint
  • @cybertech said:
    Openvz support?

    I have one openvz vps running cyberpanel, everything work except for pureftpd because pureftpd package by default is compiled with "capabilities". Maybe you can try override this by compiling pureftpd using flags "--without-capabilities". I never try because I use sftp using default ssh on my vps for any file operations.

    Thanked by 1cybertech
  • AlwaysSkintAlwaysSkint Member
    edited June 2019

    Hmm, show current directory, then magically delete upgrade.py :-/

    cd
    rm -f upgrade.py
    ...

    Still needs a button in the GUI, otherwise text there is meaningless.

  • @cyberpersons said:
    @andiklive You can set custom document root path by opening website launcher -> vHost Conf

    i just installed CyberPanel so far i like it, and for vHost Conf feature is cool. any way should i install SSL after change vHost or before. and in future it can automatically renew LE SSL right. i want put may production website inside it.

  • @andiklive

    Just beside vHost Conf, you can add your own SSL. But if you have issued SSL from CyberPanel it will be automatically renewed.

    @AlwaysSkint

    Need to delete upgrade.py in case you downloaded it earlier so that fresh one can be downloaded and run again.

    Thanked by 1andiklive
  • @cyberpersons said:
    Need to delete upgrade.py in case you downloaded it earlier so that fresh one can be downloaded and run again.

    Woosh! The points go flying overhead and I can't be assed spelling them out.

  • @cyberpersons how to access mysql outside of vm, i failed to remote access my mysql server.

    where is the config file i should edit.

  • /etc/my.cnf

  • MechanicWebMechanicWeb Member, Patron Provider

    cyberpersons said: Currently, cgroup feature works with the help of libcgroup. More details here -> https://cyberpanel.net/docs/1-introduction-to-containerization-website-limits/

    Thank you for your answer.

    I am still not sure how that works. Would appreciate if you answer it more clearly.

    Does it create a virtual filesystem and isolate the user into its own filesystem as CageFS does?

    And, I still couldn't launch the demo from your website. It is showing 500 error. I get it that I can install it for free, but would still prefer if there is a demo since I could just log in and see how it works without having to find something to install it, configure it and then see the demo. I might as well fail to configure it properly.

  • Whoa. A panel written in python and Django.
    Interesting.
    Let's give this a lot more love.

  • @MechanicWeb said:

    cyberpersons said: Currently, cgroup feature works with the help of libcgroup. More details here -> https://cyberpanel.net/docs/1-introduction-to-containerization-website-limits/

    Thank you for your answer.

    I am still not sure how that works. Would appreciate if you answer it more clearly.

    Does it create a virtual filesystem and isolate the user into its own filesystem as CageFS does?

    And, I still couldn't launch the demo from your website. It is showing 500 error. I get it that I can install it for free, but would still prefer if there is a demo since I could just log in and see how it works without having to find something to install it, configure it and then see the demo. I might as well fail to configure it properly.

    Afaik, it doesn't create virtual filesystem or works on file at all. It limits processes to stay within a defined group limit so no single can use all resources.

    Thanked by 1MechanicWeb
  • MechanicWebMechanicWeb Member, Patron Provider

    jetchirag said: Afaik, it doesn't create virtual filesystem or works on file at all.

    Thank you. Is there any other software / control panel that creates virtual filesystem?

  • MechanicWebMechanicWeb Member, Patron Provider

    vimalware said: Whoa. A panel written in python and Django.

    Interesting.
    Let's give this a lot more love.

    Not sure about that. If the dev himself doesn't publish their own demo, most people would look elsewhere.

Sign In or Register to comment.