Four steps from download to on-air. A new account starts a 30-day trial of the full engine and 10 hosted cloud hours (no card, once per email). Hosted instances receive their license automatically.
Download the signed macOS DMG or the Ubuntu 24.04 CUDA bundle, pull the Docker server image (including on Windows via WSL2), or skip the install and launch a hosted cloud instance.
Open the DMG, drag MCR Box to Applications, and launch it. First launch may require approval in System Settings → Privacy & Security.
UBUNTU 24.04 (GPU)mkdir -p ~/mcrbox && cd ~/mcrboxunzip mcrbox-2.0.6-beta-ubuntu-24.04-cuda.zipsudo ./scripts/install_service.sh
The zip unpacks at the current directory — there is no nested folder. You need an NVIDIA driver 525+ and a few Ubuntu 24.04 runtime libraries, listed on the downloads page. GPU acceleration is auto-detected after that. Hosted Cloud skips this step.
WINDOWS (WSL2 + DOCKER)There is no native Windows build. Install the NVIDIA driver on Windows, Ubuntu 24.04 in WSL2, Docker Desktop with the WSL2 backend, and the NVIDIA Container Toolkit in that Linux environment. Then run the server image with --gpus all and NVIDIA_DRIVER_CAPABILITIES=compute,video,graphics,utility so NVENC and the compositor both see the GPU.
Full commands — including Compose and docker exec mcrbox nvidia-smi — are on the Downloads Windows tab. Without a GPU the engine falls back to software x264.
MCR Box serves its embedded Web UI locally:
You will see a self-signed-certificate warning on HTTPS — click "Advanced" and proceed. This is normal for localhost.
https://localhost:8443 uses a self-signed certificate, so your browser shows a security warning.
Click "Advanced" (Chrome/Edge) or "Accept the Risk" (Firefox) and proceed — this is safe for localhost.
Another application is holding port 8080 or 8443, so MCR Box cannot bind.
Stop the conflicting application or change the MCR Box ports in the configuration file.
Video previews may not appear in the UI after configuring sources (known issue #10).
The streams are still processed correctly even if previews do not display.