TunnelFleet
T

TunnelFleet Editorial

Practical guides on VPN infrastructure, server automation, and self-hosted networking from the TunnelFleet team.

Infrastructure as Code for VPNs
DevOps 10 min read

Infrastructure as Code for VPNs

Treat VPN servers as declarative infrastructure: version configs, automate provisioning, and stop snowflake tunnel nodes before they become an outage.

Fail2Ban Guide: Stop Brute-Force Attacks
Security 9 min read

Fail2Ban Guide: Stop Brute-Force Attacks

Install and configure Fail2Ban on Ubuntu to ban abusive SSH (and other) clients: jails, filters, ban times, ignoreip, and how it complements UFW on a VPN VPS.

SSH Hardening Best Practices
Security 9 min read

SSH Hardening Best Practices

Harden OpenSSH on Ubuntu with concrete sshd_config settings: key-only auth, disable root login, restrict users, modern ciphers, and a host hardening checklist.

Configure DNS for Your Server
Networking 9 min read

Configure DNS for Your Server

Configure DNS for a VPS the way operators actually do it: A/AAAA records, TTLs, reverse DNS, resolver choice on Ubuntu, and naming patterns that work for VPN endpoints.

Enable IPv6 on Your VPS
Networking 10 min read

Enable IPv6 on Your VPS

Enable and verify IPv6 on an Ubuntu VPS: DigitalOcean networking, sysctl, AAAA records, UFW dual-stack rules, and how IPv6 interacts with WireGuard tunnels.

Configure UFW: A Practical Guide
Security 9 min read

Configure UFW: A Practical Guide

Configure UFW on Ubuntu the right way: default deny, allow SSH first, open WireGuard UDP, rate limiting, and rules that survive reboots without locking yourself out.

Secure a VPS: A Practical Checklist
Security 10 min read

Secure a VPS: A Practical Checklist

A practical hardening checklist for Ubuntu VPS servers: SSH keys, firewall, updates, users, Fail2Ban, and baseline controls before you run production services.

Install WireGuard on Ubuntu 24.04
WireGuard 10 min read

Install WireGuard on Ubuntu 24.04

Install and configure WireGuard on Ubuntu 24.04 LTS: packages, keys, wg0 config, IP forwarding, firewall rules, and a working client peer.

Deploy WireGuard on DigitalOcean
DigitalOcean 9 min read

Deploy WireGuard on DigitalOcean

Step-by-step guide to deploying a WireGuard VPN server on a DigitalOcean Droplet: create the VPS, harden SSH, install WireGuard, open UDP, and connect your first client.