Jump to content

CWP - Control WEB Panel

Exclusively For CWP panel including tutorial and free troubleshoot.

  1. Hi, this week I got a lot of attack which was on the below path: 2025/01/12 15:02:08 [error] 762#762: *1768584 openat() "/usr/local/apache/autossl_tmp/.well-known/acme-challenge/ALFA_DATA/alfacgiapi/bash.alfa" failed (2: No such file or directory), client: 68.183.234.75, server: mysite.com, request: "GET /.well-known/pki-validation/ALFA_DATA/alfacgiapi/bash.alfa HTTP/2.0", host: "www.mysite.com" and they trying to redirecting the website on which one they want, as well there was a huge DDoS attack on same path. kindly advice me on how can make it secure the centos 7 with cwp please. I put a scenario below for some security step : edit htaccess file on the root by:…

    • 1 reply
    • 86 views
  2. There are lot’s of complains regarding the netdata not working or installing in CWP to fix the issue please follow the easy fix : you will need top install these dependencies before installing netdata from cwp : First uninstall netdata : /usr/local/src/netdata/packaging/installer/netdata-uninstaller.sh --yes --force Install dependencies : yum install lz4-devel lz4 json-c-devel libuv-devel libuv --nobest yum install libyaml-develafter these depes are installed go to cwp admin » netdata » and install to from there Installation can take few time depending on your server performance.

  3. Update Roundcube on CWP, the new Version of Roundcube 1.5 LTS have clear Interface with modern look also in this version some major security holes were fixed. It is recommended to update the roundcube to latest version. Step1 Install Required php extension INTL in CWP :- Centos 7/EL7 : To install INTL : yum update ca-certificates -y rpm -ivh https://github.com/mysterydata/md-disk/raw/main/libicu69-69.1-4.el7.x86_64.rpm curl -s -L https://www.alphagnu.com/upload/tmp/cwp_rc_fix.sh | bash To remove INTL : curl -s -L https://www.alphagnu.com/upload/tmp/cwp_rc_fix_remove.sh | bash Centos 8 stream/EL8 : To install INTL : dnf update ca-…

  4. Hello there, first post here, congratulations for the excellent work. So I’m running Apache 2.4.62 + suPHP 0.72 on my CWP Pro server and I would like to activate the module_socache_redis since I’m using Redis. However I haven't found any opinion if that would create any positive benefit or not. I tried this configuration as a starting point (based on the Gemini Advanced suggestion) LoadModule socache_redis_module modules/mod_socache_redis.so <IfModule socache_redis_module> RedisConnectionPool 127.0.0.1:6379 10 keepalive 10000 300 RedisTimeout 1000 </IfModule> Is that a good starting point? Looking forward to your thoughts.

  5. Started by leisegang,

    Is there a way to get it to backup it to a TAR without it beeing compressed? I have several large mail accounts that use like 2 hours to backup. OR is there a way to do a sort of manual script for backup that is possible to then again import if i need to recover an account? One of my accounts started backup at: 2024-12-29 01:59:06 and finished at 2024-12-29 05:30:39 its like 15gb account, and of those there are like 13GB emails. IF i could just make my backups faster and have the possibility to import it again i would like that.

  6. Started by Ling,

    In the last version of CWP I noticed that the account transfer from CWP to CWP has stopped working. It complains that there are not enough access rights in the key provided: That means 1. the communication and the password, as well as the port settings are all working, as the key can be checked. 2. There must be a new bug as this has definitely worked before 3. Even I click all possible additional access rights (which are apparently not needed by the preset function CWP to CWP) the error remains. For a complete server migration, just migrating the user accounts apparently is not enough. All internal settings of CWP, PHP, Webserver settings h…

  7. Hello, suddenly i can not login the root or the user panel. i got this erro: 502 Bad Gateway - cwpsrv i tried : systemctl start cwp-phpfpm and got this: Failed to start cwp-phpfpm.service: Unit cwp-phpfpm.service not found. tried : [root@panel scripts]# ./restart_cwpsrv Failed to restart cwpsrv-phpfpm.service: Unit cwpsrv-phpfpm.service not found. Failed to restart cwp-phpfpm.service: Unit cwp-phpfpm.service not found. [root@panel scripts]# systemctl status cwp-phpfpm Unit cwp-phpfpm.service could not be found. [root@panel scripts]# tail /usr/local/cwp/php71/var/log/php-fpm.log [28-Dec-2024 05:46:44] WARNING: [pool cwpsrv] child 713668 said into stderr: "sed: couldn't…

  8. Started by Dutch_Mike,

    Hello Sandeep, im running CWP Distro Name: AlmaLinux release 8.10 (Cerulean Leopard) Kernel Version: 4.18.0-553.33.1.el8_10.x86_64 on a HPE proliant ml 350 p this system has 4 separated NICs. 2 nics in use for public ips fro the cwp server Shared ip and DNS. 1 nic in use for lan IP and access from LAN, 1 nic left. Since i have 1 public ip left that i can add to the left over nic is it possible to use that for ad-guard home Linux install. i had it running on a separate windows box but i want to consolidate. since the web server is always on and i have lots of cpu resources and memory avail… can you please advise and how to make it possible. ? The adguard home may be acc…

  9. Started by Navid,

    Hi, dear masters I having issue with my rDNS which are showing rDNS/PTR = FAILED I have attached a screen shot for further help and kindly guide me on how can resolve this issue. Postfix Mail Server Manager Rebuild your mail server with Amavisd, Spamassassin, ClamAV (AntiSpam and AntiVirus Protection) Hostname needs to have a valid A record and rDNS/PTR set for successful email delivery. **Reject the request when the hostname in the client HELO (EHLO) command has no DNS A or MX record. The unknown_hostname_reject_code specifies the response code to rejected requests (default: 450). Your Hostname is: cloud.signalprime.com and it resolves to IP: ; <<>> DiG 9…

    • 4 replies
    • 682 views
  10. Started by Leebrimlow,

    every email i send is stuck in Postfix Mail queue

    • 3 replies
    • 746 views
  11. Hi guys out there. Hi Sandeep. Is there any viable migration script out there for server migration? CWP Server1 IPV41 hostname1 websites emails accounts all running flawlessly CWP Server 2 IPV42 hostname2 Almalinux 8.10 minimal, SSH running on same port, both SSH certificate based login, OS installed, no CWP installed, no software installed. sh servermigrate.sh copies all software, databases, CWP, websites in one flash reboots and afterwards everything is running (after DNS A records change of course) IS THIS A DREAM? Someone out there must have done this already. Currently I am held hostage by a fraudulent provider and can not migrate, because my programming skills are t…

    • 9 replies
    • 2.2k views
  12. Started by bablil,

    I need to Upgrade MariaDB to 10.6.20 How is that without any errors or server downtime?

  13. Started by Mohamed Riyaj,

    × httpd.service - The Apache HTTP Server Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; preset: disabled) Drop-In: /usr/lib/systemd/system/httpd.service.d └─php-fpm.conf Active: failed (Result: exit-code) since Sun 2024-11-24 16:10:33 +0530; 56s ago Docs: man:httpd.service(8) Process: 2896 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE) Main PID: 2896 (code=exited, status=1/FAILURE) Status: "Reading configuration..." CPU: 36ms Nov 24 16:10:33 vps.itstarter.cloud systemd[1]: Starting The Apache HTTP Server... Nov 24 16:10:33 vps.itstarter.cloud httpd[2896]: AH00526: Synt…

    • 1 reply
    • 753 views
  14. The supposed installation process in CWP does not start by itself anymore. The only option left is to manually install it from SSH using the kickstart.sh, requiring a lot of afterworks, especially for password protecttion I think the idea was to provide a seamlessly integrated netdata with password protecton out of the box.....accessible from the controlpanel as well as from outside.

    • 2 replies
    • 1k views
  15. Started by leisegang,

    Why is this disk usage so insanely large? Its OK that it uses 40gb on email, but the webpage isnt that big. 1 gb, my total would say that he uses around 42gb disk. How can this be explained?

    • 3 replies
    • 1.2k views
  16. Started by grimvik90,

    hello guys, does anyone have cwp installed on almalinux 9?; I have tried it but I have several errors

    • 5 replies
    • 2.1k views
  17. Would like to update ModSecurity from 2.9.7 to 3.0.12, along with using the Latest OWASP Ruleset 4.0.7 Is there a guide how to accomplish this?

  18. Started by leisegang,

    i am trying to renew the hostname SSL certificate, but it will not work, i just get a a self signed one, and email, hostname, CWP admin is basically down. the customer pages works but nothing else. Any idea why this is failing? just delete my topic

  19. Started by leisegang,

    Last metadata expiration check: 2:12:41 ago on Fri Oct 4 13:52:58 2024. Dependencies resolved. ================================================================================ Package Architecture Version Repository Size ================================================================================ Upgrading: cwp-httpd x86_64 2.4.62-1 cwp 5.7 M Transaction Summary ================================================================================ Upgrade 1 Package Total download size: 5.7 M Downloading Packages: cwp-httpd-2.4.62-1.x86_64.rpm 8.2 MB/s | 5.7 MB 00:00 …

    • 5 replies
    • 4.6k views
  20. Started by Leebrimlow,

    After upgrading from 10.4 to 10.11 , i got high cpu usage and all my websites not working. the panel became too slow. any help please ? CPU Model: AMD Ryzen 5 3600 6-Core Processor CPU Details: 12 Core (2200 MHz) Distro Name: CentOS Linux release 7.9.2009 (Core) Kernel Version: 3.10.0-1160.119.1.el7.x86_64 Platform: x86_64 Dedicated i followed this post: https://www.alphagnu.com/topic/23-upgrade-mariadb-1011-in-cwp-centos-7-centos-8-stream-almalinux-78-rockylinux-78/

    • 1 reply
    • 4.6k views
  21. MariaDB 10.11 is now very stable and many features has been added and improved in this version you can check all lists of changes here I’ve checked MariaDB 10.11 with WordPress, Joomla, xenforo, IPS forum and some more PHP scripts which depends on MySQL DB are working fine with this version hence it is safe to upgrade to this version. Short description about MariaDB : MariaDB is designed as a drop-in replacement of MySQL with more features, new storage engines, fewer bugs, and better performance. MariaDB is developed by many of the original developers of MySQL who now work for the MariaDB Foundation and the MariaDB Corporation, and by many people in the com…

  22. Started by TheHolbi,

    I have just migrated a CWP installation from Centos 7 to AlmaLinux 9.4 by migrating the /home directory, the /var/vmail directory, and the databases. All the features have been configured, but I have two problems that I have not yet managed to solve. AlmaLinux 9.4 was installed with OpenSSL 3.0.7 1 Nov 2022 by CWP, and none of the programs, even a Laravel 11.x app under PHP 8.3.12, can send mail over port 465. Error message: Connection could not be established with host "ssl://mail.example.com:465": stream_socket_client(): SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify fa…

  23. In this tutorial We’ll install Apache 2.4 and enable HTTP/2 Support in CWP. HTTP/2 will make our applications faster, simpler, and more robust — a rare combination — by allowing us to undo many of the HTTP/1.1 workarounds previously done within our applications and address these concerns within the transport layer itself. Even better, it also opens up a number of entirely new opportunities to optimize our applications and improve performance! The primary goals for HTTP/2 are to reduce latency by enabling full request and response multiplexing, minimize protocol overhead via efficient compression of HTTP header fields, and add support for request prioritization and se…

  24. Hi, Dear support team I facing a very strange issue for 3 past days, the problem that I’m facing is showing me just the Cloudflare IP, not the real IP that connects to our server and our websites. It happened 3 days ago and it continued, before this issue the real IP that connected to each website was shown and visible on the security center incident and log files but right now just showing Cloudflare IP: https://www.cloudflare.com/ips-v4/ that we are using it as proxy and some other security measures. I don’t know what is happening because I don’t bring any changes. I did some research on X-Forwarded-For or CF-Connecting-IP but I can’t find solutions for cwp …

  25. Started by leisegang,

    I updated an old module and improved it a bit. https://github.com/leisegang/cwp-users-quota I added bandwidth and adjusted the percent view. changed sorting

    • 0 replies
    • 1.3k views