Set up your
music server.
Serento plays music from a server on your home network. Never set one up before? Perfect. This page walks you through it slowly, in plain language, for absolute beginners. Pick MinimServer or Plex, follow the steps for your computer, and you'll be listening in about ten minutes.
You don't need to be technical.
If you can install an app and find a folder on your computer, you can do this. There's no coding, no command line (unless you're on Linux and want to be), and nothing here can break your computer. Read it once, then follow along. We explain every click.
First, how does Serento play music?
Serento is a remote control. It doesn't store your music and it isn't the thing that makes the sound. It's the screen you hold to browse and choose. The music lives somewhere else on your home Wi-Fi, and a speaker or streamer does the actual playing. They all find each other and talk using a shared language called UPnP. Three pieces, one network:
Choose your music server
There are two good options. You only need one. If you're unsure, pick the one that matches you below, then jump to its steps.
MinimServer
Purpose-built for music. Lightweight, rock-solid, and the favourite of audiophiles for its bit-perfect serving and superb tag browsing. A little more hands-on to install (it needs Java), but worth it.
- Best for serious listening
- Brilliant with big, well-tagged libraries
- Runs on Windows, Mac, Linux and NAS
- Free to use; advanced tags need a €32 / $38 licence
Plex
The familiar all-in-one media server. If you already use Plex for movies, you're most of the way there: you just flip one switch to share music over UPnP. Friendliest installer of the two.
- Easiest, most familiar setup
- One-click installers everywhere
- Remember to turn on DLNA
Set up MinimServer
MinimServer runs on Java, so there are two downloads: Java first, then MinimServer. We'll get both. Pick your computer below. The steps change a little per system.
MinimServer needs Java to run. Install it before MinimServer.
On the Oracle Java download page choose your operating system, pick the latest version (26 or higher), and download the JDK. On Windows pick the .msi; on Mac pick the .dmg for your chip (see the Mac tab). Run it and click through. There's nothing to configure.
Pick JDK 26 (or newer), choose your operating system tab (Linux / macOS / Windows), and download the installer for your system.
- 1Install Oracle Java 26+ first
If you haven't already, run the Oracle Java installer from Step 0 above and click Next through it.
- 2Download MinimServer 2
Open the link above, find the Windows download, and save the installer.
- 3Run the installer
Double-click the file you downloaded and click through the installer. If Windows shows a blue “Windows protected your PC” box, click More info, then Run anyway. It's safe.
- 4Open MinimServer
A small MinimServer icon appears near the clock (bottom-right of the screen; you may need to click the little “^” to see hidden icons). Click it to open the MinimServer window.
- 5Point it at your music
MinimServer asks for your music folder. Click Change, browse to where your music lives (often
C:\Users\YourName\Music), select the folder and click OK. - 6Let it scan
Click Rescan (or Restart). MinimServer reads your library. A big collection can take a few minutes the first time. Wait until it says it's done.
- ✓That's it
MinimServer is now serving your music to everything on your Wi-Fi. Leave the computer on while you listen, then add the recommended configuration below for the best browsing.
- 1Install Oracle Java 26+ first
Run the Oracle Java installer from Step 0, picking the version that matches your chip (Apple Silicon or Intel).
- 2Download MinimServer 2
From the link above, get the macOS package for your chip.
- 3Install it
Open the downloaded file and follow the prompts (or drag MinimServer to your Applications folder if it's a disk image).
- 4First launch
If macOS says the app “cannot be opened because it is from an unidentified developer”, right-click the app, then Open, then Open again. You only do this once.
- 5Point it at your music
A MinimServer icon appears in the menu bar (top-right). Click it, choose Change folder, and select your music folder (often
/Users/YourName/Music). - 6Let it scan
Choose Rescan and wait for it to finish indexing.
- ✓Done
Keep the Mac awake while listening (System Settings, then Lock Screen / Battery, prevent sleeping). Then add the recommended configuration below.
- 1Install Oracle Java 26+
Install a current Oracle JDK (26 or newer) from Step 0. Confirm with
java -version(it should say 26 or higher, not 1.8). - 2Download & extract MinimServer
Get the Linux package for your architecture and extract it, for example
tar xzf minimserver-2*.tar.gz. - 3Run the setup
Run the included setup and console scripts (for example
./minimserver/bin/setupthen./minimserver/bin/startc). A simple text console appears. - 4Set your music folder
In the console, set the content directory to your music path (for example
/home/you/Musicor a mounted drive), then typerescan. - 5Run at boot (optional)
Install it as a service so it starts automatically. See the install notes in the package for the systemd unit. Handy for a headless Pi.
- ✓Done
MinimServer is live on your network. Add the recommended configuration below.
- 1Check your NAS app store first
Open your NAS's Package Center (Synology) or App Center (QNAP) and search “MinimServer”. Many NAS have a ready-made package. If yours does, install it and skip to step 4.
- 2Install Java 26+ on the NAS
If there's no one-click package, first install a current Java (26 or newer, never Java 8) on the NAS.
- 3Install the MinimServer Linux package
Follow MinimServer's NAS guide (link above) for your model. It walks through copying the Linux package onto the NAS and starting it.
- 4Point it at your music share
Set MinimServer's content folder to your music shared folder (for example
/volume1/musicon Synology), then rescan. - 5Allow it through the NAS firewall
If your NAS has a firewall enabled, make sure MinimServer and UPnP aren't blocked, so Serento can find it.
- ✓Done, and it stays on
Your library is now served 24/7 with the computer off. Add the recommended configuration below.
Configure MinimServer for Serento
MinimServer plays fine out of the box, but a few tag settings let it surface the richer metadata Serento loves: composers, conductors, labels, recording info, movements and more. Open MinimServer's Properties tab and add the entries below. You can select each value and copy it straight in.
Set contentDir (highlighted) to your music folder, then fill the tag rows exactly as below.
- 1Restart
In the Properties tab, press Restart so the new settings take effect.
- 2Rescan
In the Status tab, press Rescan. MinimServer re-indexes your library with the new tags.
- ✓Sync in Serento
Serento picks up the new tags on its next Sync Data run. Now jump to Connect in Serento.
Serento settings for MinimServer
Once MinimServer is configured, a few options inside Serento are tailored specifically to it. You'll find them in Settings → Libraries, on your MinimServer entry.
Set up Plex
Plex installs in one go (no separate Java needed) and you set it up in your web browser. The one thing people forget: you must turn on DLNA. That's the switch that lets Serento see Plex over UPnP. We'll do it at the end.
- 1Download & install
From the link, pick Plex Media Server for Windows, run the installer, click through it.
- 2It opens in your browser
Plex opens a setup page in your web browser. Create a free account or sign in.
- 3Add your music library
Click Add Library, then Music, then Browse for Media Folder and choose your music folder. Finish, and Plex scans it.
- 4Turn on DLNA. This is the important one.
Click the wrench / settings icon (top-right), then Settings, then find DLNA in the left list, tick Enable the DLNA server, and Save Changes. Without this, Serento can't see Plex.
- ✓Done
Leave the PC on while listening. Skip to Connect in Serento.
- 1Download & install
Get the macOS version, open the disk image, drag Plex Media Server to Applications, then open it.
- 2Sign in
Plex opens in your browser. Create a free account or sign in. A Plex icon also sits in the menu bar (top-right).
- 3Add your music library
Add Library, then Music, then browse to your music folder (for example
/Users/YourName/Music), and finish. - 4Turn on DLNA
Settings (wrench, top-right), then DLNA, tick Enable the DLNA server, and Save Changes. Required for Serento to find Plex.
- ✓Done
Stop the Mac from sleeping while you listen. Skip to Connect in Serento.
- 1Install the package
Download the right package for your distro (
.debfor Debian/Ubuntu,.rpmfor Fedora/CentOS) and install it, then enable the service so it starts at boot. - 2Open the web app
In a browser on the same machine go to
http://localhost:32400/weband sign in (free account). - 3Add your music library
Add Library, then Music, point it at your music folder or mounted drive, and finish.
- 4Turn on DLNA
Settings, then DLNA, tick Enable the DLNA server, and Save. This is what lets Serento discover Plex.
- ✓Done
Skip to Connect in Serento.
- 1Install Plex on the NAS
Either from your NAS's app store (search “Plex Media Server”) or by downloading the package for your exact model from the link and installing it via the NAS web interface.
- 2Open Plex & sign in
Launch Plex from the NAS. It opens the Plex web app. Create a free account or sign in.
- 3Add your music library
Add Library, then Music, choose your NAS music shared folder (for example
/volume1/music), and finish. - 4Turn on DLNA
Settings, then DLNA, tick Enable the DLNA server, and Save. Don't skip this. It's the UPnP switch.
- ✓Done, always on
Your music is served around the clock. Skip to Connect in Serento.
The same on every system: open Settings → DLNA (left), tick Enable the DLNA server (top), then Save. This is what makes Plex visible to Serento.
Connect & sync in Serento
Server running? Now Serento finds it automatically, as long as your iPhone, iPad or Mac is on the same Wi-Fi.
- 1Same network
Check that your device is on the same Wi-Fi as the server, not a separate “Guest” network. This is the number-one thing people miss.
- 2Open Serento
Launch the app. On first run, or any time from Settings, then Servers, Serento scans your network for music servers.
- 3Pick your server
Your MinimServer or Plex appears in the list. Tap it to select it as your library source.
- 4Let it sync
Serento pulls in your albums, artists and tracks. A large library takes a moment the first time, then it's cached for instant browsing.
- 5Choose where it plays
Tap the output picker and pick your network streamer (the renderer), or pick This device to play through the phone, iPad or Mac itself.
- ✓Press play
That's the whole thing. Bit-perfect, local, ad-free. Enjoy.
Settings, then Servers. Tap a server to include it; the checkmark means it's active.
Troubleshooting
Nine times out of ten it's one of these. Work down the list.
java -version. After installing the right Java, start MinimServer again.Tell us your setup (server, operating system, and what you see) and we'll walk you through it personally.