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.
1
Addons / Re: WordPress Management Tool (i.e. WP-Toolkit)
« on: March 12, 2025, 05:06:18 AM »
CWP uses Softaculous for wordpress management. Not sure what WP-Toolkit adds that can't be done in the wordpress admin section.
2
SSL / Re: Disable AutoSSL on certain user accounts
« on: March 11, 2025, 01:01:53 AM »
log in via ssh
acme.sh --config-home /root/.acme.sh/cwp_certs/ --list
find the cert you want to stop letsencrypt
acme.sh --config-home /root/.acme.sh/cwp_certs/ --remove <domain>
Then install the paid certificate.
acme.sh --config-home /root/.acme.sh/cwp_certs/ --list
find the cert you want to stop letsencrypt
acme.sh --config-home /root/.acme.sh/cwp_certs/ --remove <domain>
Then install the paid certificate.
3
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.
4
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.
5
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.
6
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.
7
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.
8
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.
9
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.
10
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.
11
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.
12
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.
13
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
14
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.
15
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