J'ai Quitté NordVPN Pour Mon Propre VPN GRATUIT (Tuto WireGuard)

Tired of paying for a VPN subscription every month? In this video, I'll show you how I ditched my NordVPN subscription and created my own ultra-fast, 100% FREE private tunnel with WireGuard. Whether you're in Normandy, Tokyo, or Las Vegas, learn how to secure your connection on public Wi-Fi and access your local network (Proxmox, Home Assistant, files) as if you were on your couch. We're not talking about "encrypting," but about encrypting your data like a pro! I'll guide you step-by-step on Debian and share PiVPN's ultimate tip for setting up your server in just 5 minutes. This tutorial covers: Why WireGuard blows the competition away (speed and simplicity). Step-by-step installation on Linux/Debian. Server configuration and private/public key generation. The QR code trick for setting up your smartphone in 1 second. How to allow internet traffic (Routing & NAT). 🔗 LINKS AND RESOURCES MENTIONED: OFFICIAL WIREGUARD WEBSITE: https://www.wireguard.com/ PIVPN PROJECT (5-Minute Installation): https://www.pivpn.io/ ☑️IT-Connect Tutorial (Installing WireGuard on Debian): https://www.it-connect.fr/mise-en-pla... ☑️Korben Tutorial: https://korben.info/comment-installer... ☑️DigitalOcean WireGuard Guide: https://www.digitalocean.com/communit... ☑️Linode WireGuard Documentation: https://www.linode.com/docs/guides/se... #WireGuard #VPN #Free #Cybersecurity #Linux #Debian #PiVPN #HomeAssistant #ComputerTutorial #HeyNoobs *NordVPN is a registered trademark belonging to its respective owners. This video is not affiliated with, nor sponsored by, NordVPN. 🛠️ Command Summary Here are all the commands mentioned in the video for your copy-paste: 1. Installation and Update sudo apt update && sudo apt upgrade -y sudo apt install wireguard resolvconf qrencode -y 2. Generating Keys (Server & Client) and Configuration ➡️Server wg genkey | sudo tee /etc/wireguard/wg-private.key | wg pubkey | sudo tee /etc/wireguard/wg-public.key ➡️Client wg genkey | sudo tee /etc/wireguard/client_private.key | wg pubkey | sudo tee /etc/wireguard/client_public.key Basic configuration file wg0.conf (on the server): [Interface] Address = 192.168.100.1/24 PrivateKey = (censored) ListenPort = 51820 PostUp = iptables -A FORWARD -i %i -j ACCEPT; iptables -A FORWARD -o %i -j ACCEPT; iptables -t nat -A POSTROUTING -o ens18 -j MASQUERADE PostDown = iptables -D FORWARD -i %i -j ACCEPT; iptables -D FORWARD -o %i -j ACCEPT; iptables -t nat -D POSTROUTING -o ens18 -j MASQUERADE [Peer] PublicKey = (censored) AllowedIPs = 192.168.100.2/32 3. Enabling Internet Routing (IP Forwarding) ➡️Immediate activation sudo sysctl -w net.ipv4.ip_forward=1 ➡️Make it permanent echo "net.ipv4.ip_forward=1" | sudo tee -a /etc/sysctl.conf 4. Launch and QR Code Start the VPN sudo wg-quick up wg0 Display the QR code on your smartphone qrencode -t ansiutf8 ["less than sign because it doesn't work on YouTube"] client.conf 5. Installation via PiVPN (👌Alternative method that didn't work in the video because my router didn't support port 51821; it's fixed now, just by modifying my router settings) curl -L https://install.pivpn.io | bash Generate a QR code: pivpn -qr (the QR code didn't work for me because I didn't have a graphical interface...Yes, I know, I'm a bit silly sometimes...) Chapters: 00:00: Intro 01:35: What is WireGuard? 03:02 Installing WireGuard 04:30 Security Keys 07:04 Configuration Files 16:18 Opening Ports on Your Router 17:30 Testing the Configuration 18:38 Installing WireGuard in 5 Minutes 🙏🙏🙏 Support my work 🙏🙏🙏: 🎮Instant-Gaming affiliate link: https://www.instant-gaming.com/?igr=S... ❤️ Join this channel for exclusive perks:    / @salutlesnoobs   🎁My Amazon Associate store: https://www.amazon.fr/shop/salutlesnoobs As an Amazon Associate, I earn from qualifying purchases. 📖Information about the #StopHiddenAds video: Was I paid? : ✖️ Sponsored Links: ✖️ Gear/Software Provided: ✖️ Music Credits 🎧: 🎼Salut les Noobs Music Identity created by: https://www.nicolasbraconnier.fr/ To ask your questions, you can: ✅ Leave a comment on this video ✅ On the channel's Facebook page:   / salutlesnoobs   ✅ On Twitter:   / salutlesnoobs   ✅ On Discord:   / discord   ✅ On Twitch (live):   / salutlesnoobsyt   ✅ On Instagram:   / salut_les_noobs