Running a VPS
Provisioning, firewalls, reverse proxies, backups and recovery on a KVM VPS you have root on.
94 posts in VPS.
Install k3s on a single VPS the right way: firewall rules, kubectl access from your laptop, ingress with TLS, and fixes for the errors that block startup.
27 July 2026 · 6 min · 2 views VPS Automate VPS Setup With Ansible: A Beginner's PlaybookAutomate VPS provisioning with Ansible: create users, harden SSH, configure ufw and fail2ban, and install your stack from one idempotent playbook.
27 July 2026 · 7 min · 3 views VPS Set Up logrotate on a VPS Before Logs Fill Your DiskConfigure logrotate on your VPS to stop nginx, MySQL, and app logs from filling the disk. Real config examples, testing commands, and common mistakes fixed.
27 July 2026 · 5 min · 3 views VPS MySQL Replication Between Two VPS Servers: Setup GuideSet up MySQL master-replica replication between two VPS servers step by step - binlog config, CHANGE MASTER TO, verifying sync, and fixing common errors.
26 July 2026 · 6 min · 3 views VPS Install MongoDB on a VPS: Setup, Auth & Remote Access FixesInstall MongoDB on an Ubuntu VPS, enable SCRAM authentication, open remote access safely, and fix the connection errors that trip people up most.
22 July 2026 · 6 min · 3 views VPS Install PostgreSQL on a VPS: Setup, Remote Access & FixesStep-by-step guide to installing PostgreSQL on an Ubuntu VPS, enabling remote access safely, and fixing the most common connection and auth errors.
22 July 2026 · 5 min · 1 view VPS Deploy to a VPS with GitHub Actions: A CI/CD GuideAutomate deploys to your VPS with GitHub Actions. Set up SSH deploy keys, fix common CI/CD errors, and get zero-downtime restarts.
22 July 2026 · 6 min VPS Keep a Node.js App Running on a VPS: PM2 Setup GuideNode.js app dies when you close SSH or reboot your VPS? Install PM2 to auto-restart on crash, survive reboots, and deploy with zero downtime.
21 July 2026 · 5 min · 3 views VPS VPS Hostname & FQDN: Why Mail and cPanel Care How It's SetMail still bouncing after you fixed SPF, DKIM and PTR? Learn how to set your VPS hostname and FQDN correctly for Postfix, Exim and WHM.
21 July 2026 · 5 min · 2 views VPS Stop WordPress Brute-Force Logins with a Fail2Ban Jailwp-login.php getting hammered by bots? Set up a custom Fail2Ban jail on your VPS to block WordPress login brute-force attacks right at the firewall level.
21 July 2026 · 6 min · 1 view VPS Set Up a WireGuard VPN on Your VPS: Full GuideSet up a self-hosted WireGuard VPN on your VPS: install, keys, wg0.conf, firewall rules, client config, and fixes for handshake and routing problems.
21 July 2026 · 6 min · 1 view VPS VPS Won't Boot After a Kernel Update? How to Recover ItVPS stuck or unreachable after a kernel update? Learn why boot fails - full /boot, bad GRUB entry, fstab UUID - and how to recover it via console, fast.
21 July 2026 · 6 min · 4 views VPS Varnish Cache Setup on a VPS: Speed Up Apache or NginxInstall and configure Varnish Cache on your VPS to serve pages in milliseconds. Step-by-step setup for Apache or Nginx backends, plus fixes for common issues.
21 July 2026 · 6 min · 1 view VPS Install a LAMP Stack on a Fresh Ubuntu VPS: Full GuideStep-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 GuideStep-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 HAProxyScale 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 Out of Inodes: Fix 'No Space Left on Device' ErrorsDisk shows plenty of free space but every write fails on your VPS? Learn to diagnose inode exhaustion with df -i, find the real culprit, and fix it for good.
20 July 2026 · 6 min VPS VPS Load Average High But CPU Idle? Diagnosing I/O WaitLoad average high but CPU sitting idle on your VPS? Learn how to confirm I/O wait with vmstat, find the blocked process, and fix the disk bottleneck.
19 July 2026 · 6 min · 2 views VPS VPS Malware Scanning: ClamAV and rkhunter Setup GuideSet up ClamAV and rkhunter on an unmanaged VPS to catch malware and rootkits early, cut false positives, and automate scheduled scans with cron jobs.
19 July 2026 · 6 min · 1 view VPS Migrating Your Entire VPS to a New Server Without DowntimeMoving to a new VPS? Learn how to migrate files, databases, mail, cron jobs, and DNS to a new server without downtime or lost email.
19 July 2026 · 6 min · 2 views VPS Self-Hosted Mail Server on a VPS: Postfix + Dovecot GuideWant your own mail server instead of paying per mailbox? Step-by-step Postfix and Dovecot setup on a VPS, with the DNS records that make it actually deliver.
18 July 2026 · 5 min · 2 views VPS "Too Many Open Files" on Your VPS: Fixing ulimit LimitsVPS throwing 'Too many open files' errors in Nginx, MySQL, or PHP-FPM? Learn how Linux file descriptor limits work and how to raise them safely.
18 July 2026 · 6 min · 4 views VPS VPS Clock Drift: Fix NTP/Chrony Before It Breaks EverythingServer 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 Automatic Security Updates on a VPS: Setting It Up SafelyLearn how to configure unattended-upgrades on your Ubuntu/Debian VPS to auto-install security patches without breaking services or triggering surprise reboots.
18 July 2026 · 5 min · 1 view