Installation
Caution
Not Yet Available
Norri is not yet released. The installation instructions below are a preview of how installation will work once the software is available. Sign up on the homepage to be notified when Norri is ready for download.
Norri is not yet released, so treat this page as a preview rather than live installation instructions. The intended quickest path for most home-server users will be Docker Compose, because it keeps the server, configuration, and media paths in one place and is easy to update or remove later.
Unraid and desktop installers are planned as simpler routes for people who prefer those environments, but the Docker Compose path is the baseline this page uses for the first-install preview.
Docker Installation
The recommended preview path for running Norri is Docker Compose.
- Create a directory for Norri:
mkdir norri && cd norri
- Create a
docker-compose.ymlfile:
version: '3.8'
services:
norri:
image: norri/server:latest
container_name: norri
ports:
- "8096:8096"
volumes:
- ./config:/config
- /path/to/media:/media:ro
environment:
- TZ=Europe/London
restart: unless-stopped
- Start Norri:
docker-compose up -d
- Access Norri at
http://localhost:8096
Unraid Installation
The Unraid route is expected to be the simplest option for users who already run their media server on Unraid. When Norri is available there, the flow should be:
- Open the Apps tab in Unraid
- Search for “Norri”
- Click Install
- Configure your media paths
- Click Apply
Norri will be available at http://your-unraid-ip:8096.
Desktop Application
Desktop builds are also part of the planned installation story, but they are not available yet. When release builds are ready, this section will link to the supported macOS, Windows, and Linux downloads and explain what is bundled with each one.
Initial Setup
After installation, open Norri in your browser to complete the setup wizard:
- Create admin account. Set up your administrator username and password
- Add media libraries. Point Norri to your media folders
- Configure settings. Set your preferred language, transcoding options, etc.
Next Steps
Once installed, follow the First Steps guide to configure your server.