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.
571
Suggestions / Re: How secure is CentOS Web Panel?
« on: April 17, 2024, 01:00:12 AM »
You sound like a good candidate for CWP then! I am a cPanel refugee as well. I have a fair bit of admin experience (20+ years) running mail servers, FTP servers, then cPanel & Webmin managed servers, SSH, etc. I find CWP an invaluable tool, mostly for my end users to have a user panel but also makes my job a bit easier. It's as secure as you want to make it -- decent out of the box, but can (and should be) hardened beyond the default state.
https://www.inmotionhosting.com/support/edu/control-web-panel/how-secure-is-control-web-panel/
https://www.inmotionhosting.com/support/edu/control-web-panel/how-secure-is-control-web-panel/
572
How to / Re: Upgrade PhpMyAdmin
« on: April 17, 2024, 12:55:00 AM »
If root pw = mysql root pw it auto-logins just fine under CWP Admin. Or save credentials with your web browser...
573
Information / Re: DNSSEC
« on: April 16, 2024, 05:45:34 PM »
https://www.cloudflare.com/dns/dnssec/how-dnssec-works/
Did your registrar not communicate? I use Cloudflare
Did your registrar not communicate? I use Cloudflare
574
Information / Re: what platform is used to manage the services "client area"
« on: April 15, 2024, 09:30:12 PM »
Client area.is on port :2083 (as with cPanel) and is run by CWP -- Apache & php 7, along with SQL DB (MariaDB).
575
PHP / Re: PDlib Installation on CWP
« on: April 15, 2024, 12:51:41 AM »
Did you mean for your reply to go to the other new thread (re: nameservers)?
576
CentOS 7 Problems / Re: Google indexing link to CWP
« on: April 13, 2024, 10:53:07 PM »
Do you have appropriate robots.txt in all your site roots? I know in the long ago past, I had a private site that got indexed by Google, even though nothing links to it. My suspicion was that someone who used the site used the Google toolbar to browse to it. I asked Google to take down the listing and put up a proper robots.txt file and they complied right away. Nowadays it's probably Chrome phoning home to the Big G, so your secrets are hardly safe anymore.
577
MySQL / Re: duplicate data base
« on: April 12, 2024, 07:51:45 PM »
How does it look from phpMyAdmin and/or the CLI?
579
CentOS 7 Problems / Re: CPU 100% and IO Full Red
« on: April 12, 2024, 01:37:43 PM »
Watch your server with htop for a while to get a sense of your avg. CPU usage. Also install Netdata (under Graphs in CWP Admin) if you want to build graphs that show your CPU, memory, disk IO usage over time.
580
Information / Re: Inquiry about User Levels for Client Panel Management
« on: April 11, 2024, 10:40:06 PM »
Basically breaks down thusly:
root (Admin)
Reseller
Client
Maybe you could treat a Reseller account as an admin with sub-accounts underneath if that works for your use case. On my servers, I also have a sudo (admin) user setup so I don't have to login as root via SSH.
root (Admin)
Reseller
Client
Maybe you could treat a Reseller account as an admin with sub-accounts underneath if that works for your use case. On my servers, I also have a sudo (admin) user setup so I don't have to login as root via SSH.
581
CentOS 7 Problems / Re: acme.sh fails to renew domain certs due to 404 error - file does not exist
« on: April 11, 2024, 01:58:22 AM »
Actually, it's on another server that uses certbot instead of acme.sh, so you would have to either switch to cerbot as your ACME client or adapt it over to acme.sh. Here's a snippet from a domain.conf to give you an idea:
Code: [Select]
# Options used in the renewal process
[renewalparams]
authenticator = dns-cloudflare
account = aedMkvm4D2h7A9T0MkGBsdTZ
server = https://acme-v02.api.letsencrypt.org/directory
dns_cloudflare_propagation_seconds = 60
dns_cloudflare_credentials = /path/to/conf/credentials.key
582
CentOS 7 Problems / Re: acme.sh fails to renew domain certs due to 404 error - file does not exist
« on: April 10, 2024, 08:30:17 PM »
If you use Cloudflare, you can authenticate via DNS challenge with an API key/token. That's what I do.
583
CentOS 7 Problems / Re: acme.sh fails to renew domain certs due to 404 error - file does not exist
« on: April 10, 2024, 06:46:02 PM »
If you are 301 redirecting http traffic to https, then LetsEncrypt will not validate the challenge file. You need to temporarily allow the http traffic in without encryption to validate the .well-known acme challenge. Then you can put back in place the http -> https redirect.
584
Information / Re: Is it 6 month or Annually License?
« on: April 08, 2024, 09:30:53 PM »
It was AI bot spam -- I reported it earlier, hence now it has been removed. Pure gibberish!
585
How to / Re: Anyone have a How TO Guide for setting up & using Cloudflare with CWP?
« on: April 08, 2024, 09:29:18 PM »
Which aspect of Cloudflare's functionality are you interested in?