Remux Wiki

AIOStreams Setup Guide

Configure AIOStreams with the providers Remux needs.

Overview

AIOStreams is a Stremio addon that requires proper configuration to function. This guide walks through the essential setup steps.


Step 1: Set Up Your AIOStreams Manifest

Choose one of the following options:

Option A: Use a Public Instance

Use the hosted AIOStreams instance:
https://aiostreams.elfhosted.com/stremio/configure

Self-hosting gives you full control and access to logs for troubleshooting.

๐Ÿ“š Deployment Guide: https://docs.aiostreams.viren070.me/getting-started/deployment/


Paths

There are two paths forward: You can use AIOStreams with debrid services and torrent based scrapers (addons), or you can use AIOStreams with the built-in usenet engine (NNTP), and configure NewzNab addons for your usenet indexers.

Note: Both paths can be set up and used together.


Step 2a: Configure Your AIOStreams Settings (Debrid path)

Everything in this step is done in the configure section of AIOStreams. Navigate to the AIOStreams settings and configure the three essential components below:

Add a Debrid Provider

This provides access to cached torrents and streams.

  1. Click the settings cog icon โš™๏ธ
  2. Enter your Debrid token (Real-Debrid, Alldebrid, Torbox, etc.)
  3. Save your configuration

Enable a Search Addon

Add a search-capable addon to discover content.

  • TMDB (via TMDB addon)
  • AIOMetadata

โš ๏ธ Important: Do NOT use the TMDB Collections addonโ€”use the standard TMDB addon instead.

Configuration steps
  1. Add your chosen search addon
  2. Enable the search catalogs in the addon settings
  3. Scroll down and confirm the search function is enabled

Add a Stream Provider Addon

Add an addon that provides the actual streaming links.

  • Comet
  • Mediafusion
  • Torrentio
  • Other stream-providing addons
Configuration steps
  1. Add your chosen provider addon
  2. Configure any required settings or API keys
  3. Ensure the addon is enabled

Quick Start: Use a Pre-Built Config

Import the starter configuration to skip manual setup:

https://github.com/lostb1t/Gelato/blob/6c5c749ebae7787fe886f2580b959dea17190ac2/aiostreams-config.json

After importing:

  1. Navigate to AIOStreams settings
  2. Go to the Services section
  3. Enable your Debrid provider with your token
  4. Verify all addons are active

Step 2b: Configure Your AIOStreams Settings (Usenet path)

Note: This path requires you to self host AIOStreams, or use a paid instance on Elfhosted.

Set up the usenet engine

Log into the dashboard part of AIOStreams using your (AIOStreams auth) username and password. Go to usenet > providers and set up your NNTP providers.

Set up user-agent overrides (for indexers)

Go to dashboard > settings > outbound requests > request header overrides, and set the following overrides:

Usenet (indexer) User-Agents

Enable AIOStreams service

In the configure section of AIOStreams (user config): Go to services, and activate the AIOStreams service. You have to input your AIOStreams auth.

Add a NewzNab addon

Go to the addons section (in your user config), and add the built-in NewzNab addon. Then input your usenet indexer settings. It's recommended to explicitly pick AIOStreams in the service picker.


Need Help?

  • ๐Ÿ“– AIOStreams Docs: https://docs.aiostreams.viren070.me/
  • ๐Ÿ› Report Issues: Check the AIOStreams GitHub repository
  • ๐Ÿ’ฌ Community: Stremio Discord and subreddit communities

Last updated on by @jonas-thuvesson-winberg

On this page