Blog

Guides from the NOC

Written from running the hardware — what breaks, why, and the command that fixes it.

9 posts matching “ssl” in VPS · Clear

VPS Wildcard SSL with Let's Encrypt: DNS-01 Setup Guide

Wildcard SSL failing over HTTP-01? Learn why Let's Encrypt needs DNS-01 validation and how to set up wildcard certs with Certbot or acme.sh.

15 July 2026 · 6 min · 7 views
VPS Traefik Reverse Proxy on a VPS: Docker Labels + Auto HTTPS

Set up Traefik on your VPS to auto-route Docker containers and issue Let's Encrypt SSL with zero config reloads. Step-by-step guide with fixes for common err...

22 August 2026 · 5 min · 4 views
VPS Install a LAMP Stack on a Fresh Ubuntu VPS: Full Guide

Step-by-step guide to installing Apache, MySQL/MariaDB, PHP and a free SSL cert on a bare Ubuntu VPS, plus the vhost and .htaccess errors people hit.

20 July 2026 · 6 min · 1 view
VPS Install a LEMP Stack on a Fresh Ubuntu VPS: Full Guide

Step-by-step guide to installing Nginx, PHP-FPM, MySQL/MariaDB and a free SSL cert on a bare Ubuntu VPS, plus the errors people hit along the way.

20 July 2026 · 6 min
VPS Load Balancing Multiple VPS Servers with HAProxy

Scale past a single VPS with HAProxy: load balance traffic across backend servers using health checks, sticky sessions, algorithms, and SSL termination.

20 July 2026 · 8 min
VPS VPS Clock Drift: Fix NTP/Chrony Before It Breaks Everything

Server time wrong on your VPS? See how clock drift silently breaks cron jobs, SSL handshakes, and MySQL replication - and fix it for good with chrony.

18 July 2026 · 5 min · 3 views
VPS Certbot Renewal Failing on Your VPS: Causes and the Fix

Let's Encrypt renewal failing on your VPS? Learn the six real causes - port 80, DNS-01, rate limits, missing hooks - and fix each one step by step.

13 July 2026 · 6 min · 3 views
VPS Host Multiple Websites on One VPS with Nginx Server Blocks

Learn how to host several websites on a single VPS with Nginx server blocks - correct document roots, per-domain SSL, and fixes for common config mistakes.

13 July 2026 · 6 min · 3 views
VPS Nginx Reverse Proxy on a VPS: Setup Guide and Fixing 502/504

Set up Nginx as a reverse proxy on your VPS, secure it with free Let's Encrypt SSL, and fix 502 Bad Gateway, 504 Timeout, and WebSocket disconnect errors.

12 July 2026 · 6 min · 1 view