IPTV·Admin

Stremio Addon Manager

Dashboard
Overview of your IPTV addon
Manifest URL

Top Categories

Quick Actions

Stream Library
Loading…

Auto Stream Tester

Test all streams in your library for connectivity. Dead streams can be removed in bulk after the test.

Name Group URL Source Status Actions
Stream Scanner
Scrape public IPTV playlists for streams
🛡️
Your edits and custom channels are always safe. Scheduled and manual scans only ever add new streams — they never modify, overwrite, or remove streams you have already added or edited. Manual channels are clearly marked as manual source.

Scan Sources

Configured in the Configure tab. Current sources:

Scan Log

idle
Waiting for scan…
Configure
Addon manifest, scanner settings, and sources

Manifest / Identity

Scanner Settings

Disabled
Disabled — add all streams unverified

⚠ Enabling this will significantly slow down scans as each stream URL is tested before being added.

M3U / Playlist Sources

URLs of public M3U playlists to scrape

Email Auth via n8n

Connect an n8n webhook to handle verification and password reset emails. Your n8n workflow receives a JSON payload and sends the email however you like.

Disabled

When enabled, new users must verify their email before they can log in.

n8n Payload Reference

Your webhook receives this JSON — use it to build the email in n8n:

// Verification email:
{ "type": "verify", "username": "alice", "email": "alice@example.com",
  "verifyUrl": "https://your-domain.com/portal?verify=TOKEN",
  "token": "TOKEN" }

// Password reset:
{ "type": "reset",  "username": "alice", "email": "alice@example.com",
  "resetUrl":  "https://your-domain.com/portal?reset=TOKEN",
  "token": "TOKEN" }

// Test call:
{ "type": "test",   "email": "test@example.com" }

Security

You will be logged out after changing the password.

User Accounts
Manage public addon builder accounts
Registration
Open Public Page ↗

Users register at /portal and get a personal manifest URL at /u/:userId/manifest.json. Each user controls which channels are in their addon using the channel browser. Their selections never affect other users.

Username Email Selection Manifest Joined Actions
User Accounts
Loading…
Registration open
Open Portal ↗
Username Email Addon Name Channels Joined Actions