Your Relay
Ready to deploy
Your private Relay ZIP is ready.
Download one private ZIP
Extract it somewhere private, then use the next tab to send Relay to your Cloudflare account. The ZIP contains your AIOStreams link and password, so do not share it.
See what is inside the ZIP (advanced)
worker.js Relay and the sync jobwrangler.jsonc Cloudflare setupsecrets.json Private values; never sharepackage.json Deploy commandSETUP.md A copy of these steps.gitignore Keeps secrets out of GitThis file is private. Close it before taking screenshots or sharing your screen.
One-time computer setup
Put Relay in your Cloudflare account
Set aside about 10 minutes on a computer. Relay Sync needs more than one Cloudflare piece, so this beta uses three terminal commands instead of the regular dashboard paste.
- Install the current LTS version of Node.js.
- Extract the ZIP. Open a terminal in the extracted folder.
- Run
npm install. Then runnpx wrangler loginand approve Cloudflare in the browser. - Run
npm run deploy. Cloudflare creates Relay, its private storage, its timer, and its encrypted secrets. - Cloudflare prints a web address ending in
workers.dev. That is your Relay address. Copy the fullhttps://address for the next tab.
npm installnpx wrangler loginnpm run deployCloudflare uploads secrets.json as encrypted Worker secrets. The file stays on your computer, so delete the ZIP afterward if other people use that computer.
Create a Cloudflare accountOfficial Wrangler setupHow Cloudflare handles secrets
After deploy
Make the backup copies before installing Relay
- Paste the
workers.devaddress below. - Open the Relay control page.
- Open
secrets.jsonand copy the Relay control password labeledADMIN_TOKENinto that page. - Press Sync now and wait for every backup to say ready.
Build Relay first.Build Relay first.The one link Stremio keeps
Install only after the first sync is ready
You can use the same private install link on your own devices, or for family members who use the exact same AIOStreams setup. Keep the Relay control password to yourself.
Build Relay and add your Cloudflare address first.The timer copies the new setup later. Use Sync now in the Relay control page when you do not want to wait.
Do not hammer Sync. Clear that provider once in the Relay control page, then try again.
Build and deploy a fresh Relay. It cannot guess new login details.
Broken configs, stale credentials, and outages inside your streaming services still affect every provider.
