Use CertBot to Create SSL Certificates on FreeBSD

This is a fairly straightforward way to get SSL certificates on FreeBSD using CertBot. You might notice in a previous how-to I described how to get a Cloudfare origin server installed on Apache. Why not just use that? Cloudflare origin servers certificates are great...

How to Install Jailed Redis for WordPress

Redis is an object caching server, which means it will store database data in RAM so it can be quickly called upon. This can drastically improve the performance of dynamic websites like WordPress that store most information in a SQL database. Fortunately, several...

PHP-FPM for WordPress on Apache, FreeBSD

If you’re like me (or followed my guide), you still run PHP on Apache using the old mod_php module. It’s easy, it works, and used to be the preferred way to run PHP and Apache. But times have changed and Apache now recommends using FastCGI (php-fpm). They...

NextCloud on FreeBSD

NextCloud is a software suite designed to run on a server as a competitor to Office 365 and Google Workspace. Unlike those services, NextCloud is open source and can be run for free by anyone with an interest in maintaining their own server. You can also pay NextCloud...

Install Webmin on FreeBSD

Webmin is a free web console for your FreeBSD system. It has a lot of neat features that basically provides a web GUI for common server functions. It’s similar to WHM/Cpanel and Plesk, but unlike WHM/CPanel it more works on top of your existing server than...