Tired of needing a static IP just to access your home devices or AI server remotely? In this video, I show you how to use Cloudflare Zero Trust to expose any local service — like an Ollama AI server or SSH — to the internet for FREE, and then lock it down with token-based authentication. No port forwarding. No static IP. No headaches. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 🕐 CHAPTERS ━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 00:00 - Intro 00:09 - Zero Trust Usage Cases 01:10 - Overall Steps 02:14 - Prerequisites 02:56 - Create Tunnel & Install Cloudflared 07:12 - Authorization, Application and Policies 10:48 - Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 🔗 USEFUL LINKS ━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 🌐 Cloudflare Zero Trust Dashboard → https://one.dash.cloudflare.com 📦 GitHub Student Developer Pack (free .tech domain) → https://education.github.com/pack 📚 How to connect your domain to Cloudflare (DNS/Nameservers) → [https://developers.cloudflare.com/dns...] Websites to buy domain from: https://www.name.com https://namecheap.com https://godaddy.com ━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 💻 COMMANDS USED IN THIS VIDEO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ✅ Check cloudflared version: cloudflared --version 🗑️ Uninstall existing cloudflared service: cloudflared service uninstall 🔑 Test your secured Ollama endpoint with token auth: curl -X POST https://ollama.kavehhn.tech/api/generate \ -H "Content-Type: application/json" \ -H "CF-Access-Client-Id: 659cf49d51808770fd510ded996c0653.access" \ -H "CF-Access-Client-Secret: 944281518f5417a69fa977fa4f231c85fade7e747501f3ca3b22e9275fa154a8" \ -d '{ "model": "ministral-3:8b", "prompt": "Why is the sky blue?" }' ━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 📌 PORTS REFERENCED ━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • SSH → localhost:22 • Ollama API → localhost:11434 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 💬 Got questions? Drop them in the comments — I reply! 📺 Subscribe for more homelab, AI, and self-hosted content → [channel link] #cloudflare #zerotrust #selfhosted #homelab #ollama