ɳTV Cloud MAX
هذا المحتوى غير متوفر بلغتك بعد.
ɳTV Cloud MAX
Section titled “ɳTV Cloud MAX”ɳTV Cloud MAX is the full media server for nself Cloud subscribers. It installs and activates the complete ɳTV plugin bundle on your server from the Cloud dashboard, no SSH required.
What ɳTV Cloud MAX Includes
Section titled “What ɳTV Cloud MAX Includes”| Plugin | Purpose |
|---|---|
media-processing | Media encoding and transcoding |
streaming | HLS/DASH adaptive bitrate streaming |
epg | Electronic Program Guide for live TV channels |
tmdb | TMDB metadata, poster art, cast, and ratings |
stream-gateway | Stream URL routing and access control |
podcast | Podcast feed ingestion and playback |
All six plugins are installed together. They require an active Pro or higher Cloud plan.
Activating ɳTV Cloud MAX
Section titled “Activating ɳTV Cloud MAX”From the Dashboard
Section titled “From the Dashboard”- Go to Servers → select your server
- Click ɳTV in the left sidebar
- Review the plugin list and click Activate ɳTV Cloud MAX
The dashboard calls /api/servers/[serverId]/nself (POST), which:
- Verifies your plan tier allows ɳTV (Pro or above)
- SSHes into your server via the bridge
- Runs
nself plugin install media-processing streaming epg tmdb stream-gateway podcast --non-interactive - Waits for the install to complete (up to 3 minutes)
- Updates the server’s plugin list in the database
From the CLI
Section titled “From the CLI”nself remote use myservernself plugin install media-processing streaming epg tmdb stream-gateway podcastRequires your license key to be set (nself license set nself_pro_...).
Checking Activation Status
Section titled “Checking Activation Status”Dashboard → Servers → select server → ɳTV shows:
| Status | Meaning |
|---|---|
| Not installed | No ɳTV plugins detected |
| Partial | Some but not all core plugins installed |
| MAX enabled | All four core plugins active (media-processing, streaming, epg, tmdb) |
TMDB API Key
Section titled “TMDB API Key”The tmdb plugin requires a free TMDB API key. After activating MAX:
- Get a key at themoviedb.org
- Dashboard → Servers → select server → Environment → add
TMDB_API_KEY
Or via CLI:
nself env set TMDB_API_KEY=your_key_herenself restart tmdbUsing ɳTV Cloud MAX with the ɳTV App
Section titled “Using ɳTV Cloud MAX with the ɳTV App”Once MAX is active, point ɳTV at your server:
- Open ɳTV → Settings → Backend
- Enter your server’s Hasura GraphQL URL
- Sign in with your nself account credentials
ɳTV will scan your media library automatically on first connect.
See the ɳTV documentation for full setup instructions.
Plan Requirements
Section titled “Plan Requirements”ɳTV Cloud MAX requires Pro or higher. Starter plan subscribers see the ɳTV panel but the activate button is disabled with a prompt to upgrade.