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 ... 33 34 [35] 36 37 ... 127
511
:2087 is the admin panel, so you will not be able to login as a normal user, only root.
:2083 is the user control panel (and I would not recommend using the non-SSL :2082).
This is a known issue with EL9 under CWP, so you need to make one small change, reset the user password and then they will be able to login:
https://forum.centos-webpanel.com/other/i-have-problem-with-users-panel-login-page-it-show-to-me-failed-cwp-alma-linux9/msg49587/#msg49587

512
E-Mail / Re: Spamassassin Restarting regulary
« on: May 21, 2025, 01:22:33 PM »

513
SSL / Re: Probelm with renewing SSL certs
« on: May 20, 2025, 09:15:24 PM »
What SANs do you need for your domain? Netino's script has the basic four used by CWP: mail webmail ftp cpanel (in addition to the common www CNAME, which is included in the main domain). Do you not use the "mail" SAN? Personally, I use the other three, but not cpanel.

514
Updates / Re: Problems occurring with YUM UPDATE
« on: May 18, 2025, 09:51:02 PM »
MariaDB 10.5 was also an LTS version, with support just now ending. So best to move to either 10.6 or 10.11, but no reason not to take the last LTS in the 10.x series. Other considerations apply with compatibility for the 11.x branch, hence my recommendation:
https://endoflife.date/mariadb

516
CentOS-WebPanel GUI / Re: force webpanel:2087 to server hostname
« on: May 17, 2025, 01:38:31 AM »
I wouldn't run the non-SSL version of the admin port (be it 2030 or 2086). Another unsolicited bit of advice: change to a non-standard port for the SSL admin port instead of 2031 or 2087. Here's a guide to do that:
https://azdigi.com/blog/en/webserver-panel-en/centos-web-panel-en/how-to-change-the-port-on-centos-web-panel-cwp/

As Cyberspace mentioned, if you use Cloudflare, you could use their infrastructure to create access rules to the admin port.

Alternately, you could firewall your connection to limit incoming access with CSF. Do you connect to it via static IP so you could lock it down to allow only a handful of chosen access IPs?

517
CentOS-WebPanel GUI / Re: force webpanel:2087 to server hostname
« on: May 16, 2025, 02:25:10 PM »
Admin panel is 2087; user panel is 2083 (to match cPanel port assignments). Do you mean the admin or user panel?

518
That said, your server will continue to function, but yes -- best to migrate to AlmaLinux 8 and then work toward upgrading to EL9.
Meanwhile, each user on your server should have a SpamAssassin user_prefs directory. Do you see that when you run:
Code: [Select]
ls -l /home/*/.spamassassin/user_prefsPer-user prefs are based on these templates:
Code: [Select]
/usr/share/spamassassin/user_prefs.template
/var/lib/spamassassin/3.004000/updates_spamassassin_org/user_prefs.template

519
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.

520
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...)

521
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.

522
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!)

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

524
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.

525
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/

Pages: 1 ... 33 34 [35] 36 37 ... 127