Support Center

Download user guides, documentation, and the latest NexusM binaries for your platform.


menu_book User Guide

Comprehensive documentation to help you get started with NexusM

Document Format Download
picture_as_pdf

NexusM User Guide

Complete installation & usage guide

PDF download Download PDF

compare_arrows How NexusM compares to others

See how NexusM stacks up against Plex, Jellyfin and Emby

Document Format Download
open_in_new

NexusM vs Plex, Jellyfin, Emby & others

Feature-by-feature comparison with popular media servers

HTML open_in_new View Comparison

desktop_windows Windows x64 Binaries

Download the latest NexusM builds for Windows

Version
desktop_windows Windows x64
Stable 2026.10 LATEST

Released: 15-APR-2026

download .exe

terminal Linux x64

NexusM for Linux distributions

Version
terminal Linux x64
Stable 2026.10 LATEST

Released: 15-APR-2026

download .tar.gz

tv Google TV / Android App

NexusM companion app for Google TV and Android devices

warning

Debug / Beta build — This is an unsigned debug APK intended for early testing. On Android, go to Settings → Security → Install unknown apps and enable installation from your browser or file manager before sideloading.

info

NexusM server required — The Android / Google TV app requires the latest version of NexusM (Stable 2026.07 or newer) to function correctly. Older server versions are missing updated API functions that the app depends on. Please ensure your NexusM server is up to date before using this app.

storefront

Coming to the Google Play Store soon — NexusM for Android will be available directly from the Google Play Store in the near future. In the meantime, the APK above is perfectly safe to install. When sideloading, Android's built-in Google Play Protect automatically scans the APK for security issues and malware before completing the installation, providing the same level of protection as a Play Store install.

verified_user

Privacy-first — No sensitive permissions required

NexusM for Android requests no sensitive permissions. It does not access your location, microphone, camera, contacts, or local storage. The app connects only to your NexusM server and nothing else.

wifi

Network access (required)

LAN / Wi-Fi or wired Ethernet to reach your NexusM server, and internet access when connecting remotely over a VPN. Granted automatically by Android — no prompt shown to the user.

music_note

Background media playback (required)

Allows music to continue playing when the screen turns off. Uses Android's standard media session — no personal data is accessed.

location_off

Location (not requested)

NexusM never requests or uses your location.

mic_off

Microphone (not requested)

NexusM never accesses your microphone or audio input.

folder_off

Local storage (not requested)

NexusM does not browse, read, or write to your personal files or photo gallery. All media is streamed directly from your NexusM server.

Platform Version Download
tv

Google TV & Android

Debug APK — sideload required

BETA 1.5 BETA

Released: 06-APR-2026

android .apk

sailing Docker

NexusM containerized for Docker — pull from Docker Hub and run in seconds

Version
sailing Docker Hub
Stable 2026.09 LATEST

Released: 12-APR-2026

open_in_new dockernexusm/nexusm
terminal

Install with Docker — 5 commands

Docker will pull the image automatically from Docker Hub — no separate download required. After starting, edit NexusM.conf to point at your media folders, then restart the container.

curl -fsSL https://get.docker.com | sh
mkdir -p /opt/nexusm/docker
curl -o /opt/nexusm/docker-compose.yml https://nexusm.org/docker/docker-compose.yml
curl -o /opt/nexusm/docker/NexusM.conf  https://nexusm.org/docker/NexusM.conf
cd /opt/nexusm && docker compose up -d

NexusM will be available at http://<your-server-ip>:8182 — default login: admin — PIN 000000. Windows users need Docker Desktop installed first.