Server configuration guides - Page 5

Build and repair Linux server stacks with guides for Nginx, PHP-FPM, MariaDB, TLS, reverse proxies, and production web services.

Curated guides

Server setup guides

110 matched guides, best match first. Page 5 of 10.

Nginx web server logo with arrow pointing to Debian Linux logo on coral background

How to Install Nginx on Debian 13, 12 and 11

Most self-hosted stacks need a web server or reverse proxy before the rest of the application can do much. That is why many admins install Nginx on Debian...

Updated ( Published )

MariaDB and Debian logos over a database-themed background representing MariaDB installation and administration on Debian Linux.

How to Install MariaDB on Debian 13, 12 and 11

Debian's default APT sources already give you a production-friendly MariaDB branch, which is usually the cleanest way to stand up a MySQL-compatible database for WordPress, application backends, or...

Updated ( Published )

MySQL 8.0 and Debian logos connected, representing database installation on Debian Linux

How to Install MySQL 8.0 on Debian 12 and 11

MySQL 8.0 on Debian is now a legacy installation path: Oracle's MySQL 8.0 release notes mark 8.0.46 as the end-of-life release in April 2026, but the MySQL APT...

Updated ( Published )

Redis logo with database icon and Debian swirl on gradient blue background with circuit pattern

How to Install Redis on Debian 13, 12 and 11

Fast cache reads only help when the Redis package source matches the server you are maintaining. To install Redis on Debian, start with Debian's default archive package for...

Updated ( Published )

PHP Imagick extension logo with magic wand icon alongside Debian swirl logo on red background

How to Install PHP-IMAGICK on Debian 13, 12 and 11

Image uploads, thumbnail generation, and PDF previews usually fail in PHP applications when the Imagick extension is missing. To install PHP-Imagick on Debian, use the default php-imagick package...

Updated ( Published )

Nginx Mainline logo alongside Debian swirl logo on gradient background

How to Install Nginx Mainline on Debian 13, 12 and 11

Nginx Mainline is the nginx.org branch for Debian servers that need upstream Nginx changes before Debian's release-frozen packages receive them. Use this path when a feature, module package,...

Updated ( Published )

PostgreSQL 15 and Debian logos over a red and blue database-themed background with a connection trail

How to Install PostgreSQL 15 on Debian 13, 12 and 11

PostgreSQL 15 remains useful on Debian when an application stack depends on that major branch for extension compatibility, tested SQL behavior, or a slower database-upgrade schedule. To install...

Updated ( Published )

Nginx logo connected to proxy cache and upstream response panels

How to Configure Nginx Proxy Cache

Nginx proxy cache stores selected upstream responses on disk so repeated requests can be served from Nginx instead of hitting the backend every time. It is useful for...

Published