Blog

Guides from the NOC

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

94 posts matching “vps” in VPS · Clear

VPS Windows VPS RDP Setup: Fix Connection Errors, Lock It Down

Fix Windows VPS RDP connection errors and stop brute-force login attempts with port changes, NLA, firewall rules, and strict account lockout policies.

27 August 2026 · 6 min · 2 views
VPS cPanel License Error on Your VPS? Causes and the Fix

WHM showing a cPanel license verification error? Here's why it happens after IP changes, firewall blocks, or clock drift, and how to fix it fast.

25 August 2026 · 6 min · 5 views
VPS Self-Hosted Git Server on a VPS: Gitea Setup Guide

Run your own private Git server on a VPS with Gitea. Step-by-step setup with Docker, Nginx reverse proxy, HTTPS, SSH push, and backup tips.

24 August 2026 · 6 min · 2 views
VPS Docker Filling Up Your VPS Disk? Here's the Real Fix

VPS disk full because of Docker? Learn why images, logs, and volumes pile up, and how to safely clear them with docker system prune and log rotation limits.

23 August 2026 · 6 min · 4 views
VPS MySQL Point-in-Time Recovery on a VPS Using Binary Logs

Restore MySQL to the exact second before a bad query hit with binary log point-in-time recovery. Setup, restore steps, and mistakes to avoid.

22 August 2026 · 7 min · 3 views
VPS Provisioning VPS Servers with Terraform: A Beginner's Guide

Provision VPS servers with Terraform instead of clicking through a dashboard: write reusable, version-controlled infrastructure code, step by step.

22 August 2026 · 6 min · 3 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 DNS Failover: Keep Your Site Up When Your VPS Goes Down

Learn how DNS failover keeps your site online when your VPS goes down, with practical Cloudflare, DNS provider, and self-managed failover setup steps.

20 August 2026 · 6 min · 3 views
VPS Install RabbitMQ on a VPS: Setup, Users & Firewall Rules

Install RabbitMQ on an Ubuntu VPS, lock down the default guest account, open it safely for remote workers, and fix the connection errors that trip people up.

19 August 2026 · 6 min · 3 views
VPS IP Warmup for a New VPS Mail Server: Avoid the Spam Folder

New VPS mail server landing in spam despite correct SPF/DKIM/DMARC? Learn the IP warmup ramp-up schedule that builds sender reputation properly.

19 August 2026 · 5 min · 4 views
VPS Deploy a Python App on a VPS: Gunicorn, Nginx & systemd

Step-by-step guide to deploying Django or Flask on a VPS with Gunicorn, Nginx as a reverse proxy, and systemd, so it survives reboots, crashes, and deploys.

19 August 2026 · 5 min · 4 views
VPS Cloudflare Tunnel on a VPS: Expose Apps Without Open Ports

Run cloudflared on your VPS to expose n8n, Grafana, or admin dashboards through Cloudflare Tunnel — no open inbound ports, no cert to manage.

16 August 2026 · 6 min · 4 views
VPS Install n8n on a VPS: Self-Hosted Automation Setup Guide

Self-host n8n workflow automation on a VPS using Docker, Postgres, and Nginx with HTTPS, plus fixes for webhook, encryption key, and disk-space errors.

13 August 2026 · 6 min · 2 views
VPS How to Load Test Your VPS Before a Launch or Sale

Learn how to load test your VPS with ab, wrk, and k6 before a launch or sale, and fix the PHP-FPM, MySQL, and Nginx limits that cause it to fall over.

12 August 2026 · 6 min · 2 views
VPS Install MinIO on a VPS: Self-Hosted S3-Compatible Storage

Install MinIO on your VPS for self-hosted S3-compatible object storage: systemd service, Nginx TLS proxy, bucket policies, and fixes for common errors.

12 August 2026 · 7 min · 3 views
VPS Docker Filling Up Your VPS Disk? Full Cleanup Guide

Docker quietly filling your VPS disk with old images, logs, and volumes? Find out what's eating space and clean it up safely without breaking containers.

10 August 2026 · 6 min · 3 views
VPS Docker Compose on a VPS: Fix the Common Pitfalls

Running Docker Compose on a VPS? Fix containers that vanish after reboot, port conflicts with Nginx, volume permission errors, and lost data, the right way.

9 August 2026 · 7 min · 5 views
VPS Set Up Prometheus and Grafana on a VPS

Go beyond Netdata's live view: install Prometheus and Grafana on your VPS for long-term history, multi-server dashboards, and real alerts.

8 August 2026 · 7 min · 4 views
VPS CentOS End of Life: How to Migrate Your VPS to AlmaLinux

Still running CentOS 7 or 8 past its end-of-life date? Here's how to safely migrate your VPS to AlmaLinux or Rocky Linux without losing data or uptime.

7 August 2026 · 5 min · 3 views
VPS VPS Timezone Wrong? Fix Cron, PHP & MySQL Time Mismatches

VPS clock right but cron, WordPress, and MySQL times don't match? Fix timezone settings across OS, PHP, MySQL, cron, and Docker layer by layer.

6 August 2026 · 7 min · 3 views
VPS How to Enable IPv6 on Your VPS Without Breaking SSH

Adding IPv6 to your VPS? Learn how to configure netplan, UFW/ip6tables, and SSH the right way so IPv6 works without locking you out or breaking IPv4.

5 August 2026 · 6 min · 4 views
VPS Upgrading Ubuntu LTS on a VPS Without Breaking Your Site

Planning a do-release-upgrade on your Ubuntu VPS? Use this safe checklist to avoid downtime, broken PHP/Nginx configs, and SSH lockouts mid-upgrade.

4 August 2026 · 6 min · 4 views
VPS KVM vs OpenVZ: Why Docker or WireGuard Won't Run on Your VPS

Docker or WireGuard failing with 'Operation not permitted' on your VPS? Learn the KVM vs OpenVZ difference, how to check yours, and how to fix it for good.

3 August 2026 · 6 min · 3 views
VPS SSH Two-Factor Auth on a VPS: Google Authenticator + PAM

Add TOTP two-factor authentication to SSH logins on your VPS using PAM and Google Authenticator, including the fix for the lockout risk everyone hits first.

30 July 2026 · 6 min · 2 views