تخطَّ إلى المحتوى

ɳ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.


PluginPurpose
media-processingMedia encoding and transcoding
streamingHLS/DASH adaptive bitrate streaming
epgElectronic Program Guide for live TV channels
tmdbTMDB metadata, poster art, cast, and ratings
stream-gatewayStream URL routing and access control
podcastPodcast feed ingestion and playback

All six plugins are installed together. They require an active Pro or higher Cloud plan.


  1. Go to Servers → select your server
  2. Click ɳTV in the left sidebar
  3. Review the plugin list and click Activate ɳTV Cloud MAX

The dashboard calls /api/servers/[serverId]/nself (POST), which:

  1. Verifies your plan tier allows ɳTV (Pro or above)
  2. SSHes into your server via the bridge
  3. Runs nself plugin install media-processing streaming epg tmdb stream-gateway podcast --non-interactive
  4. Waits for the install to complete (up to 3 minutes)
  5. Updates the server’s plugin list in the database
Terminal window
nself remote use myserver
nself plugin install media-processing streaming epg tmdb stream-gateway podcast

Requires your license key to be set (nself license set nself_pro_...).


Dashboard → Servers → select server → ɳTV shows:

StatusMeaning
Not installedNo ɳTV plugins detected
PartialSome but not all core plugins installed
MAX enabledAll four core plugins active (media-processing, streaming, epg, tmdb)

The tmdb plugin requires a free TMDB API key. After activating MAX:

  1. Get a key at themoviedb.org
  2. Dashboard → Servers → select server → Environment → add TMDB_API_KEY

Or via CLI:

Terminal window
nself env set TMDB_API_KEY=your_key_here
nself restart tmdb

Once MAX is active, point ɳTV at your server:

  1. Open ɳTV → SettingsBackend
  2. Enter your server’s Hasura GraphQL URL
  3. 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.


ɳ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.