Files
AetherForge/usb/cloudflare/SETUP.txt
AetherForge 9232f4c448 feat: Build Manager, Crucible ops deck, branding, and portable Cloudflare tunnel
Add Build Manager with pin-to-dropper, Crucible multi-node terminal with SSH probe/wake, Command Deck chart balance and pretty stats, AetherForge logo and sacred geometry UI, Field Guide refresh, and LAUNCH.bat Cloudflare MSI + token service install flow.
2026-05-30 22:38:48 -07:00

46 lines
1.9 KiB
Plaintext

========================================================
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 -> <tunnel-id>.cfargotunnel.com in your CF DNS)
STEP 5 — Copy credentials to this USB folder
The credentials JSON is at:
%USERPROFILE%\.cloudflared\<tunnel-id>.json
Copy it to this folder, overwriting credentials.json:
copy %USERPROFILE%\.cloudflared\<tunnel-id>.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
========================================================