Skip to main content
Become a TechRadar Insider
- Join our community
7
Exclusive perks
24/7
Access Available
44K+
Active Members
Weekly newsletters
Get daily news, weekly deals and the week’s top tech stories
Commenting access
Join the conversation, share your thoughts and get expert advice
Member badges
Earn badges as you explore news, deals, reviews, guides and more
Exclusive deals
Save on gadgets, subscriptions and accessories with handpicked discounts
Become a TechRadar Insider
Sign up with your email below to instantly access member features, newsletters and exclusive Insider perks
By submitting your information you agree to the Terms & Conditions and Privacy Policy and are aged 16 or over.
FIND OUT ABOUT OUR MAGAZINE
Want to subscribe to the magazine? Click the button below to find out more information.
Find out more
Become a TechRadar Insider now

Sign up with your email below to instantly access member features, newsletters and exclusive Insider perks

By submitting your information you agree to the Terms & Conditions and Privacy Policy and are aged 16 or over.

Background
Welcome to Tech Radar club !
Hi ,

Your membership journey starts here.

Keep exploring and earning more as a member.

MY ACCOUNT

Badge picture
Earn your first badge
Read 1 story to unlock your first badge
Keep earning badges
Explore ways to get more involved as a member.
Latest in phones

Latest in phones

News, deals, reviews, guides and more on the newest smartphones

Start reading
Latest in computing

Latest in computing

News, deals, reviews, guides and more on the newest computing gadgets

Start reading

Your membership perks

Start exploring exclusive deals, expert advice and more

Explore now
Member Exclusives

Member Rewards

Unlock and manage exclusive Techradar member rewards.

See rewards

Sign Out
Tech Radar Tech Radar Pro Tech Radar Gaming
TechRadar TechRadar the business technology experts
SG EditionSingapore
DK EditionDanmark FI EditionSuomi NO EditionNorge SE EditionSverige UK EditionUK IT EditionItalia NL EditionNederland BE (NL) EditionBelgië (Nederlands) FR EditionFrance DE EditionDeutschland ES EditionEspaña
US EditionUS (English) CA EditionCanada MX EditionMéxico
AU EditionAustralia NZ EditionNew Zealand
RSS
Sign in
  • View Profile
  • Sign out
Trending
  • Best office chairs
  • Best 3D printers
  • Best antivirus
  • Best web hosting
  • Best website builder
  • Expert Insights
  1. Pro

How to build the best Raspberry Pi 2 media server

How Tos
By Nick Peers published 11 July 2015

Make your own streaming media server

When you purchase through links on our site, we may earn an affiliate commission. Here’s how it works.

Introduction

Introduction

Who needs the likes of Sky Anytime or Virgin Media's On Demand services when you can build your own personally tailored digital media library?

This is a library that contains your personal, curated collection of music, TV shows and movies. It's accessible from any room in your home (or outside it), and there's no digging through CDs, sitting through DVD intros or flicking through someone else's choice of content, 90% of which you have no interest in.

In this tutorial, we'll show you how to build your own media server using the versatile – and incredibly cheap – Raspberry Pi 2.

We're not just talking about any bog-standard media server either – no, thanks to the Pi 2's quad-core processor and 1GB RAM, you can run the frankly fabulous Plex Media Server directly from it. We'll reveal the easiest way to get it up and running on your Pi, plus show you how to hook it up to all your stored media and configure it so you can access your content from anywhere – not just your own local network.

  • How to turn your Raspberry Pi 2 into a retro games console
Page 1 of 8
Page 1 of 8
The Raspberry Pi 2 as a media server

The Raspberry Pi 2 as a media server

You might be wondering why you'd choose to build a dedicated media server when any modern PC or Mac (sporting a 2GHz dual-core processor or chipset with hardware accelerated video decoding) can do the job. Two reasons: convenience, and energy consumption. Use the Raspberry Pi 2, and its small form factor allows you to place it anywhere. And you don't even need to hook it up to a TV, keyboard or mouse – as we'll reveal, you can set it up remotely over your network from your computer or even your mobile.

There are some compromises to be made by choosing the Raspberry Pi 2 as your media server. First, while the quad-core processor and 1GB RAM make it a practical beast for running the demanding Plex, there are still performance hurdles to overcome. Be prepared to give it time – and by time, we mean days rather than hours – to index your media collection, particularly if it contains hundreds of hours of TV shows and movies.

Once the content is indexed, however, browsing your server is fast and responsive – much quicker than trying to access it directly from a Network Attached Storage device like Zyxel's NSA325 model, for example.

The second issue is transcoding. Transcoding occurs when the server has to convert your media files into a compatible format to play back on other devices. Transcoding requires a lot of processor grunt or hardware-accelerated video decoding, but if your video is encoded in MP4/H.264 format, then you won't need this feature except when accessing your media over the internet (and the Pi can accommodate some transcoding of MP4 files to optimise for streaming). That's because most devices play this format natively – all you need to do is configure each of your Plex apps to use "Direct Play" where possible, and we'll reveal how later.

Page 2 of 8
Page 2 of 8
Storage considerations

Storage considerations

When it comes to storage, you'll need a large external hard drive to store your media on. This can be plugged directly into one of your Pi's four USB ports, or you can store your media on a network hard drive and access that instead.

You'll also need to store both your Pi's operating system and all the files Plex needs and creates on a microSD card. Media server support files – metadata, transcoded files and so on – take up gigabytes of room, so the standard 8GB SD card won't cut it for larger media libraries.

While it's possible to reconfigure your server to store Plex's configuration files on another drive, we recommend you simply purchase a larger SD card. Consider 32GB a comfortable minimum (see eLinux.org for a list of compatible cards).

One final consideration is your network. While it's technically possible to add Wi-Fi to your Raspberry Pi, we're going to assume you're plugging it directly into your network router or via a HomePlug socket.

Page 3 of 8
Page 3 of 8
Obtain the OS

Obtain the OS

Your Raspberry Pi 2 is going to be a dedicated media server, so for simplicity's sake we're going to install a ready built OS (Minibian) with a click-to-install version of Plex on it courtesy of HTPC Guides. Start by visiting the installer page on a Mac or PC where you'll need to share the post as instructed to reveal the download link.

Save the ZIP file to your hard drive, then extract the IMG file you'll find within. Now you need to write this IMG file to your SD card – note this will wipe everything on the card, so take a backup first.

Windows users can clone the IMG file to SD using Win32 Disk Imager, while Mac users can avoid using Terminal thanks to a pair of handy utilities from IvanX.com – use Pi Copier to save a snapshot of your SD card if it's got data on it, and then Pi Filler to copy the IMG file you downloaded to the card.

Page 4 of 8
Page 4 of 8
Installation and setup

Installation and setup

The image you've created means that Minibian is set up and ready to go on your Pi. However, there are some additional steps to perform that require you to first hook up your Pi to a monitor (via HDMI) and USB keyboard. Pop the card into your Pi (face down) and click it into place. Now plug it in to the mains and you'll see it boot.

Wait for a series of messages to scroll by, then start by changing the default passwords for both the root user and your default 'pi' user. To do this, log in using root as your username and htpcguides as your password when prompted.

Next, type sudo passwd and create a new password for the root user. Now type sudo passwd pi and create a new password for the pi user account.

Next, regenerate your SSH keys with the following two commands:

rm /etc/ssh/ssh_host*

dpkg-reconfigure openssh-server

Now you need to type the following to use all the available space on your SD card:

raspi –config

Choose 1 to expand the file system, then select Finish, reboot when prompted and log back in again as the root user, this time with your new password.

Page 5 of 8
Page 5 of 8
Installation and setup

Installation and setup

This next step gives your Pi a static IP address, which means you can always find it on your network. Once done, you'll be able to access your Pi remotely using a tool like Putty for Windows, Terminal on the Mac or Serverauditor for mobile, meaning you'll no longer need to connect your Pi to a monitor or keyboard.

First, type the following command:

sudo nano /etc/network/interfaces

This opens a script file. Now change iface eth0 inet dhcp to iface eth0 inet static and then add the following lines directly beneath it, changing the 'x' and 'y' entries to match those of your network (for example, 192.168.35.8):

address 192.168.x.y

gateway 192.168.x.z

netmask 255.255.255.0

network 192.168.x.0

broadcast 192.168.x.255

Press [Ctrl] + [O] followed by [Enter] to save your changes, then [Ctrl] + [X] to exit the nano editor. Now type the following command to reboot before logging back in again as the root user:

sudo reboot

You're now ready to install Plex and some other software – type the following commands to get started:

cd /root/HTPCGuides

sudo git pull

sudo bash install.sh

Wait for required components to be installed, then you'll find yourself at the Installer menu. Use arrow keys to navigate the list, pressing [Space] to select each item you wish to install – the minimal suggested are Plex, Samba, and NFS Tools. If you need to sync files between your home computer and storage device, also install Syncthing.

When everything's installed, type exit and then log in as the pi user.

Page 6 of 8
Page 6 of 8
Connect external drives

Connect external drives

You need to configure Minibian to mount the external drive (or network share) automatically on boot in order for Plex to be able to access your media library. First, create the required directories in the /mnt folder:

Cd /mnt

sudo Mkdir

sudo Mkdir

(Change and to your desired folder names, such as video or music.)

Next, you need to identify your drives. Minibian can detect both ext and FAT-formatted drives automatically; if your drive is NTFS, you'll need to install NTFS-3G – type sudo apt-get install ntfs-3g to do so.

To identify your USB-attached drive, make sure it's connected and then type the following command:

ls –laF /dev/disk/by-uuid/

Make a note of the eight-digit ID – for example, 410E-9EE5 – that's listed next to the sda1 entry; this is the UUID of your drive. Write it down.

If your media is stored on a network attached drive, you'll need to install a couple of utilities and know its IP address in order to find out the information you need:

sudo apt-get install cifs-utils (when prompted, keep the locally modified version)

sudo apt-get install smbclient

smbclient –L 192.168.x.y

Make a note of any share names.

Now you're ready to configure your Pi to automatically mount your external drive on startup. First, type the following line:

sudo nano /etc/fstab

Add a line for each mount using the following syntax for USB drives:

UUID=0000-AAAA /mnt/ vfat uid=1000,gid=1000,umask=077 0 0

Replace UUID with that of your drive, and change /mnt/share1 to point to your chosen share folder. If your drive is NTFS, replace vfat with ntfs-3g, and if it's Linux, change it to ext4.

To connect to a network drive, use this syntax instead:

//192.168.x.y/ /mnt/ cifs username=,password=,uid=1000,gid=1000 0 0

Change the network address and /mnt/share1 paths as required, and input the and required to access the network drive (note, this is not your Pi credentials, but the credentials you use to connect to the drive itself).

Once done, save the file, close nano and then type the following line:

sudo mount –a

This will re-mount the directories – type cd /mnt/ and then type dir to verify the drive has been mounted and is listing its contents correctly.

Page 7 of 8
Page 7 of 8
Plex Media Server

Plex Media Server

Now Plex is installed on your Pi, you can configure it remotely from any computer, phone or tablet on your local network via a web browser: go to 192.168.x.y:32000/web/, where 192.168.x.y is the IP address assigned to your Pi.

Once logged in, start adding media folders to your library – you'll find them under the /mnt directory. Plex will process libraries one at a time, but you can still set them all up now and leave it to manfully plod its way through each one in turn. Keep checking back to see how things are progressing, but as we said previously, adding a large collection of media can take many hours to complete, so consider setting it up and leaving it to run overnight.

Once your media libraries are up and running, it's time to test Plex's capabilities. Once you've installed the requisite app on your set-top box or mobile device (which you can subsequently fling to your TV using Chromecast), take the time to go into the app's settings to make sure it's set to use Direct Play wherever possible before testing it with one or two videos from different libraries.

With Direct Play enabled, you can easily run multiple videos simultaneously over your local network, particularly if they're non-HD.

You can also access your media outside your local network, although it's worth noting that your Pi will have to perform some limited transcoding to optimise the stream, so expect a lengthy pause – at least a minute – after selecting the movie before it begins. Note you'll need to sign up for a plex.tv account for this feature to work – then open Settings > Remote Access, sign into the Plex account and you should be able to get it to work.

And there you have it – a Raspberry Pi 2-powered media server running Plex with few problems. What are you waiting for? Those six seasons of Community (never mind the possible movie) won't watch themselves…

Page 8 of 8
Page 8 of 8
Nick Peers
  • Facebook
  • X
  • Whatsapp
  • Reddit
  • Pinterest
  • Flipboard
  • Threads
  • Email
Share this article
Join the conversation
Follow us
Add us as a preferred source on Google
Tech Radar
Get daily insight, inspiration and deals in your inbox

Sign up for breaking news, reviews, opinion, top tech deals, and more.


By submitting your information you agree to the Terms & Conditions and Privacy Policy and are aged 16 or over.

You are now subscribed

Your newsletter sign-up was successful


Join the club

Get full access to premium articles, exclusive features and a growing list of member rewards.


An account already exists for this email address, please log in.
Subscribe to our newsletter
Latest in Pro
Shocked woman worker looking at laptop screen
Security English learning app used by Sony and Paramount put millions of users at risk
 
 
Concept art representing cybersecurity principles
Pro The mobile app traffic your security team can't see — and AI agents are generating it
 
 
WD_Black SN7100 NVMe SSD
Pro Save $754 off the WD_Black SN7100 4TB NVMe SSD with blazing PCIe Gen4 speeds
 
 
A profile of a human brain against a digital background.
Pro Five signs your infrastructure is stalling your AI strategy
 
 
Image depicting hands typing on a keyboard, with phishing hooks holding files, passwords and credit cards.
Security TikTok for Business accounts targeted in phishing campaign — here's how to stay safe
 
 
A selection of icons for Microsoft 365 products.
Pro The four shifts reshaping Microsoft 365 security and resilience
 
 
Latest in How Tos
The Finder in macOS 26 Tahoe.
macOS Just got a MacBook Neo? Here’s your beginner’s guide to the macOS Finder
 
 
Darius Acuff Jr. of the Arkansas Razorbacks goes to the basket during a March Madness 2026 game
How to Watch Basketball How to watch March Madness Sweet 16: Free Streams, TV Channels for 2026 Regional Semis
 
 
The menu bar running in macOS.
macOS Are you a new MacBook Neo user? Here’s how to use the macOS menu bar
 
 
The Dock in macOS.
macOS How to use Apple’s macOS Dock if you’ve switched from Windows 11
 
 
Mondo Duplantis poses with the Sweden flag after breaking the men's pole vault world record
How to Watch Sport How to watch World Athletics Indoor Championships 2026: FREE live streams, TV Channels, Schedule
 
 
A close-up of March Madness basketballs
How to Watch Basketball March Madness 2026 — Stream it *FREE* with these trial offers
 
 
LATEST ARTICLES
  1. 1
    I've spent hours shopping Amazon's Big Spring sale — here are 25 deals that I wouldn't want to miss
  2. 2
    'This is a final warning': Hackers say they'll leak "several terabytes" of ZenBusiness data
  3. 3
    As 4chan mocks UK regulators, will Ofcom turn to its 'last resort'?
  4. 4
    The Apple Watch Ultra 2 is record-low price on Amazon, saving you $300
  5. 5
    The PlayStation Portal, PS5, and PS5 Pro are getting huge price hikes next month, Sony confirms

Useful links

  • Best VPN
  • Best Free VPN
  • Best Web Hosting Service
  • Best Website Builder
  • Best Laptops
  • Best Gaming Laptops
  • Best Gaming PC
  • Best PC Gaming Chair
  • Best Phone
  • Best TV
  • Best Oled TVs
  • Best Smartwatch
  • Best Turntables
  • Best Noise Cancelling Headphones
  • Best Wireless Earbuds
  • Best Office Chairs
  • Best Camera
  • Best Dash Cam
  • Best Drones
  • Best Robot Vacuums

TechRadar is part of Future US Inc, an international media group and leading digital publisher. Visit our corporate site.

Add as a preferred source on Google Add as a preferred source on Google
  • About Us
  • Contact Future's experts
  • Contact Us
  • Terms and conditions
  • Privacy policy
  • Cookies policy
  • Advertise with us
  • Web notifications
  • Accessibility Statement
  • Careers

© Future US, Inc. Full 7th Floor, 130 West 42nd Street, New York, NY 10036.

Please login or signup to comment

Please wait...