This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
16
SSL / Re: Disable AutoSSL on certain user accounts
« on: March 10, 2025, 06:37:28 PM »
admin/index.php?module=ssl_certificate
Install their paid certificate through there, and AutoSSL should disable.
Install their paid certificate through there, and AutoSSL should disable.
17
Installation / Re: ionCube Error after building PHP 8.3 with CWP on AlmaLinux 8/9
« on: March 10, 2025, 07:04:12 AM »
You may need to restart your webservers for the change to take effect.
18
SSL / Re: setup SSL on clientdomain.com:2083
« on: March 06, 2025, 05:52:03 PM »
cwp proxies clientdomain/panel to 2083. To access by port, you have to use the hostname.
19
Apache / Re: Job for httpd.service failed because the control process exited with error code.
« on: March 06, 2025, 05:35:20 PM »
It looks like httpd was stopped manually. Not on an error. Please try "systemctl start httpd" If it throws and error, then immediately do "journalctl -xeu httpd" and post it.
20
Suggestions / Re: pause a domain
« on: March 05, 2025, 07:53:01 PM »
Addon domains can be converted in the Admin Panel (Domains -> List Domains) Click on the image to covert it to a new account.
As for the main domain, you can always not "Suspend" the main account, but update the config files via SSH to point that account to the suspended page, while leaving the addon-domains to the main account. Most people don't suspend domains, but the hosting of an account. Generally if someone doesn't pay for their domain name, it becomes inactive automatically.
As for the main domain, you can always not "Suspend" the main account, but update the config files via SSH to point that account to the suspended page, while leaving the addon-domains to the main account. Most people don't suspend domains, but the hosting of an account. Generally if someone doesn't pay for their domain name, it becomes inactive automatically.
21
Apache / Re: Job for httpd.service failed because the control process exited with error code.
« on: March 05, 2025, 02:33:17 AM »
Do you have ssh access to the server? If so, please run the command above to find the error.
22
Suggestions / Re: pause a domain
« on: March 04, 2025, 07:49:21 PM »
A workaround is to convert the addon-domain to a full account and suspend that account. You can always remove the account and re-add back as an addon-domain again.
23
Installation / Re: ionCube Error after building PHP 8.3 with CWP on AlmaLinux 8/9
« on: March 03, 2025, 01:31:24 PM »
The missing screenshots are of how to use the FTP client. They should have no bearing on following the directions in the text.
24
E-Mail / Re: Can send email but not receive
« on: March 02, 2025, 08:07:36 PM »in fresh install i need to comment smtpd_client_restrictions = reject_unknown_client
in postfix/main.cfg
This is not safe. You have opened up your mail server to possibly used as a spam server. You need to find the root issue of the problem.
As cyberspace said, you have no valid rDNS value for the IP https://dnschecker.org/reverse-dns.php?query=78.36.107.76. YOu need to contact your host to updated your PTR record to your servername.
25
Apache / Re: Job for httpd.service failed because the control process exited with error code.
« on: March 02, 2025, 08:04:10 PM »
post the output of "journalctl -xeu httpd"
Most likely though is that it is looking for a ssl certificate/key that doesn't exist.
Most likely though is that it is looking for a ssl certificate/key that doesn't exist.
26
Other / Re: Completely stuck not able to login to Admin after rest password
« on: March 02, 2025, 02:12:29 AM »
Seems like you changed your mysql password as well. check /root/.my.cnf and see if you can log into mysql with mysql -p using the password from the file
27
Other / Re: Completely stuck not able to login to Admin after rest password
« on: March 01, 2025, 03:55:32 AM »
your root password is your ssh root password. However, you cannot put html special charatters (&"'<>) in your password, or it will not allow login.
28
Information / Re: No CSF on rocky8 install
« on: February 26, 2025, 02:02:55 AM »Quote
https://control-webpanel.com/installation-instructions#step3
Before any installation you should have run yum -y update. Doing so should alert you to any potential issues with yum
29
Backup / Re: external backup of mysql database to linux server using bash
« on: February 24, 2025, 08:30:37 PM »
mysqldump and scp if you don't want to open you mysql to the world.
30
Information / Re: Roundcube big security issue.
« on: February 20, 2025, 07:22:13 PM »Won't this get overwritten on CWP updates?
Most likely. But it's a solution that the coders can implement when they see it on the forum
