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 ... 46 47 [48] 49 50 ... 71
706
CentOS-WebPanel GUI / Re: Hide CWP Name From Hackers
« on: May 06, 2023, 03:01:10 AM »
{Last} CenturyLink. Now they are called "BrightSpeed" after they went bankrupt. But someone needs to clue them in that they forgot the "Speed" part of their name. 15Mbit/900Kbit DSL is the best they can provide at my house. 20Mbit/1.8Mbit business class at my business address — 1500 ft from their C.O. building. Ugh! I refuse to pay them any more $$ for ANYTHING for 1999-era service. It's 2023 for goodness sake!

I almost went for Starlink, but fiber is currently being installed town-wide as a municipal fiber project. So I can get 100Mbit symmetric, or perhaps I will go for the mid-tier 250Mbit symmetric! (Gigabit is just too rich for my blood...)

707
CentOS-WebPanel GUI / Re: Hide CWP Name From Hackers
« on: May 04, 2023, 01:54:31 PM »
Definitely a simpler approach, but it doesn't work in my use case -- I'm still on D-S-Hell (DSL), so my IP changes constantly (sometimes more often than daily!)

708
CentOS-WebPanel GUI / Re: Hide CWP Name From Hackers
« on: May 02, 2023, 05:40:15 AM »
You meticulously followed that guide? There are others, too in case that particular one wasn't complete. Or you may need to restart CWP services and/or the whole server for the changes to go into effect...

Changing the CWP login look:
http://forum.centos-webpanel.com/index.php?topic=4756.0

709
It's a legacy macOS server running dovecot for IMAP, Postfix for the MTA and roundcube 1.5.x. So not 1:1 comparable to the other CentOS 7/CWP servers I run, but roundcube is roundcube...

Have you looked at your %d in Dovecot's config?
https://wiki2.dovecot.org/DomainLost
Code: [Select]
auth_default_realm
and then in roundcube conf:
Code: [Select]
$rcmail_config['username_domain'] = 'yourdomain.com';

710
I do that on my one dedicated bare metal server, not running CWP -- login is via short user name, not the full e-mail address. I would have to check within CWP what is possible. Unless a dev can answer first...

711
CentOS-WebPanel GUI / Re: Hide CWP Name From Hackers
« on: April 30, 2023, 10:34:35 PM »
Easier is to move the CWP admin port from 2030,2031 to some other port of your choosing. I am running an alternate port and don't use plain HTTP (2030), nor the cPanel port choices of 2086,2087 as with WHM. There are plenty of forum posts that detail this, as well as guides online.
https://azdigi.com/blog/en/webserver-panel-en/centos-web-panel-en/how-to-change-the-port-on-centos-web-panel-cwp/

712
Backup / Re: Deleted Backups but Disk Space not reclaimed
« on: April 30, 2023, 03:11:26 PM »
Tangentially related, you may want to periodically search for large files that customers create or backups that get hidden away. It's all the more important on a VPS setting where you have limited disk space and need to keep as much free space as possible. I have had customers running various WordPress backup solutions, creating tons of large backups, not realizing I already have daily/weekly/monthly backups going via CWP. So I have had to find those culprits and exorcise them with a vengeance!
https://linuxize.com/post/find-large-files-in-linux/

713
CentOS-WebPanel GUI / Re: Login CWP Cloudflare
« on: April 25, 2023, 05:16:16 PM »
Try turning off the redirect and manage it yourself on the CWP level (with the CSF firewall). I switched my CWP to run an alternate port and only have the HTTPS custom port exposed on the firewall. It will help you avoid getting profiled by someone doing a Shodan search for ports 2030 and 2031, indicators of running CWP and possibly identifying unpatched weaknesses. And since I do the management on my servers solo, I definitely turned off the cPanel wannabe ports 2086,2087. I have left 2083 enabled due to customer familiarity with that port for the customer panel.

714
DNS / Re: Issues with reverse DNS / PTR
« on: April 25, 2023, 05:12:07 PM »
Are you running your own DNS servers outside of CWP? I use Cloudflare for my DNS infrastructure. Is your IP block on a single subnet? For sure you wouldn't want to run your own DNS if you don't have a 2nd subnet to split up the DNS servers so as to avoid DDoS or other problems.

715
MySQL / Re: MySQL Database Server - Failed
« on: April 25, 2023, 05:09:16 PM »
Magic ;)
Well, something akin to it -- the brittle nature of some aspects of MariaDB/MySQL. I have had many problems with InnoDB along the way, so make sure you are keeping regular DB dumps (nightly) or you could be bitten by DB corruption.

716
It can be done manually, but you would have to be meticulous in changing it all over the place. So it is easier to do as PakPos suggests -- create another account with the desired domain name and migrate your current one over.

717
Is it untenable for you to update to CentOS 7? CentOS 6 was EOL in Nov 2020.

718
DNS / Re: Issues with reverse DNS / PTR
« on: April 25, 2023, 12:16:31 AM »
You own & manage your own IP space? Of does your ISP or hosting provider manage the IP space?

719
CentOS-WebPanel GUI / Re: Login CWP Cloudflare
« on: April 25, 2023, 12:14:57 AM »
I am using CWP and Cloudflare for my DNS infrastructure. Do you have Cloudflare configured as Flexible or Full for SSL? Do you have it set to always redirect plain HTTP connections to HTTPS?

720
Updates / Re: Yum Manager cant update
« on: April 24, 2023, 10:42:13 PM »
Run
Code: [Select]
sudo yum -y updatein a shell. I'm comfortable enough with that level of updates that I have it run daily via cron, right before I log in every morning. So my systems are kept up to date and I don't see the nag notification about updates. So far I haven't been bitten by it (over several years) and if anything did go wrong, I am ready to tend to things.

Pages: 1 ... 46 47 [48] 49 50 ... 71