Show Posts

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.


Messages - overseer

Pages: 1 ... 6 7 [8] 9 10 ... 99
106
CentOS-WebPanel GUI / Re: NetworkManager errors / warnings
« on: May 15, 2025, 10:54:53 AM »
Your choice to ignore the errors or remove the root of the problem. I just gave that possibility to you in the previous post, now that we've worked out that IPv6 is indeed disabled on your system.

107
CentOS-WebPanel Bugs / Re: Text editor in File Manager
« on: May 14, 2025, 09:51:15 PM »
YES! I really have liked Sublime when I have used it. (And nano and sometimes vim on the servers themselves...)

108
SSL / Re: Probelm with renewing SSL certs
« on: May 14, 2025, 09:49:28 PM »
Read and follow certbot's documentation. https://certbot.eff.org/instructions?ws=apache&os=snap
You should run certbot from the CLI manually once to set it up, then edit the config to switch to DNS mode.
Code: [Select]
sudo certbot --apacheMy example was specifically for Cloudflare, so you may have to adapt it to your situation.

109
CentOS-WebPanel Bugs / Re: Text editor in File Manager
« on: May 14, 2025, 07:46:58 PM »
I use either VSCodium or Textadept, generally. They tend to behave fairly well! (And my complete text editor collection, that's a different story!)

110
How about after they certify CWP for EL9 first? Let's get that thing out of beta already!

111
SSL / Re: Probelm with renewing SSL certs
« on: May 14, 2025, 06:42:56 PM »
Use certbot (an ACME client) and run with a configuration like this (obtaining an API key from your DNS provider -- Cloudflare, in this example):
/etc/letsencrypt/renewal/yourdomain.com.conf
Code: [Select]
# renew_before_expiry = 30 days
version = 1.8.0
archive_dir = /etc/letsencrypt/archive/yourdomain.com
cert = /etc/letsencrypt/live/yourdomain.com/cert.pem
privkey = /etc/letsencrypt/live/yourdomain.com/privkey.pem
chain = /etc/letsencrypt/live/yourdomain.com/chain.pem
fullchain = /etc/letsencrypt/live/yourdomain.com/fullchain.pem

# Options used in the renewal process
[renewalparams]
account = YOURAPIKEYHERE
authenticator = dns-cloudflare
dns_cloudflare_propagation_seconds = 60
dns_cloudflare_credentials = /some/path/conf/yourdomain.com.key
server = https://acme-v02.api.letsencrypt.org/directory
Then you just call certbot renew in cron and it will renew your SSL cert 30 days before expiry.

112
How to / Re: [Request] How to Setup whmcs Cronjob in CWP crontab?
« on: May 14, 2025, 02:22:11 PM »
If you need a more modern version of PHP (e.g. 8.3) for your cron jobs, Starburst has a guide for building it with IonCube support here:
https://starburst.help/control-web-panel-cwp/control-web-panel-cwp-admin-tutorials/ioncube-error-after-building-php-8-3-with-cwp-on-almalinux-8-9/

113
CentOS-WebPanel GUI / Re: NetworkManager errors / warnings
« on: May 13, 2025, 05:31:09 PM »
By default Apache will listen both on IPv6 and IPv4, as defined by the Listen directive:
Code: [Select]
Listen 80If you want to restrict it to listen on IPv4 only, change the setting to:
Code: [Select]
Listen 0.0.0.0:80Repeat for port 443 to stop Apache from listening for HTTPS connections on IPv6:
Code: [Select]
Listen 0.0.0.0:443

114
CentOS-WebPanel Bugs / Re: Text editor in File Manager
« on: May 13, 2025, 05:25:25 PM »
Thanks for the head's up!

115
SSL / Re: Probelm with renewing SSL certs
« on: May 13, 2025, 12:24:41 AM »
Is your firewall allowing in & outbound port 80? Is iptables configured similarly to this:
Code: [Select]
iptables -A INPUT -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPTYou could temporarily disable the CSF firewall (csf -x) and test a renewal, either from the CWP web GUI or via Netino's script. This would tell you if it is a firewall problem, which it would appear to be.

116
CentOS-WebPanel Bugs / Re: Firewall manager Disabled Bug
« on: May 10, 2025, 05:27:04 PM »
Yes, a known bug -- if you disable or restart the firewall via the CLI, the web GUI gets out of sync with its actual state. In other words, the devs need to test if it's running and display its actual current state.

117
E-Mail / Re: ClamAV Failed
« on: May 08, 2025, 01:49:28 PM »
Looks like you have some fundamentals to set up with DNS. Choose where you want to manage your DNS -- CWP? Contabo? A DDoS resilient provider like Cloudflare? You'll need some glue records and all the basic records in place (also DKIM and SPF). At least you have a PTR record (reverse DNS) in place for your IP address, provided by Contabo.

118
Installation / Re: install in centos 9
« on: May 08, 2025, 02:59:32 AM »
CentOS 9 Stream is not recommended as the foundation for a stable production server. Stream is a rolling release, beta-quality OS. Look to AlmaLinux 9 if you need a good EL9 server foundation.

119
Aplications / Re: 2fa not working
« on: May 04, 2025, 02:45:29 AM »

120
Suggestions / Re: pause a domain
« on: May 02, 2025, 09:26:34 PM »
Only chance of getting their ear is to submit something via the contact form:
https://control-webpanel.com/contact

Pages: 1 ... 6 7 [8] 9 10 ... 99