How to get FTP on WHM working if you’re using Pure-FTPd and ConfigServer Firewall
Background WHM doesn’t allow passive FTP connections through by default. You have to first tell the FTP software that it must allow it and do
Background WHM doesn’t allow passive FTP connections through by default. You have to first tell the FTP software that it must allow it and do
On a stock Virtualmin server you may deploy a new website, only to find that instead of the new website serving the default (first site
Background CSF firewall is a very powerful tool, but unfortunately the default notifications on a busy or mature system is way too heavy. It order
If you’re running a Virtualmin system, and all of a sudden your backups are failing with errors like these: Creating backup for virtual server example.com ..
Background This article is about WHM server certificates, not cPanel certificates. WHM uses a 3rd party SSL service called Sectigo. At times the built-in SSL
Use the command below to quickly see which sites are running (outdated) PHP versions on your Virtualmin server: find -L /home/*/etc/php.ini -xtype l -exec ls
The default Virtualmin template is out of date. In this article we post a modern and more up to date version, and also the outdated
This article describes the PHP execution modes present in a Virtualmin installation. We’ve extracted some of the information from the help bubble provided by Virtualmin
On a large Virtualmin server, for some domains, you might encounter the following issue when enabling and disabling log rotation using the command line. The
The default rule used by Virtualmin for a modern Ubuntu based Apache Virtualmin server is: RedirectMatch ^/(?!.well-known)(.*)$ https://example.com/$1 The catch is you can’t just put