Skip to content
Technology News Information & Jobs

Technology News Information & Jobs

Ubuntu Tutorials, Ubuntu How To , Linux Tips, Tech Jobs

  • Work with US
  • Search Jobs
  • Post a Job
  • Contact Us
  • Ubuntu
    • Ubuntu 18.04
  • Ubuntu 20.04
  • Ubuntu 22.04
  • Themes
  • Linux
  • Laptops
  • Tutorials
  • Job Dashboard
  • Toggle search form
Install Plex Media Server On Ubuntu 20.04

Install Plex Media Server On Ubuntu 20.04

Posted on December 18, 2021 By admin No Comments on Install Plex Media Server On Ubuntu 20.04

Plex is a streaming media server. It is cross-platform and can be installed on all major operating systems. With the help of the Plex streaming media server, you can organize your music, videos, and photo collection. You can also stream your media to your devices like computers, phones, tv from anywhere with the help of a Plex media server.

In this tutorial post, we will show you the methods for installing the Plex media server on Ubuntu 20.04.

Install Plex Media Server On Ubuntu 20.04

Plex is not included in the Ubuntu repositories. Run the following commands:

curl https://downloads.plex.tv/plex-keys/PlexSign.key | sudo apt-key add
echo deb https://downloads.plex.tv/repo/deb public main | sudo tee /etc/apt/sources.list.d/plexmediaserver.list

Now, update the apt package list and install the latest Plex media server with the help of the following command:

sudo apt updatesudo apt install plexmediaserver

After installing, run the following command to make sure that the Plex is running:

sudo systemctl status plexmediaserver

The output should look something like the below:

● plexmediaserver.service - Plex Media Server
    Loaded: loaded (/lib/systemd/system/plexmediaserver.service; enabled; vendor preset: enabled)
    Active: active (running) since Thu 2021-12-18 15:25:48 UTC; 13min ago

Now, you need to make sure the server firewall is allowing the traffic on the Plex-specific port.

For UFW users, the easiest option is to create a UFW application profile. For this, run the following command:

sudo nano /etc/ufw/applications.d/plexmediaserver

/etc/ufw/applications.d/plexmediaserver

[plexmediaserver]
title=Plex Media Server (Standard)
description=The Plex Media Server
ports=32400/tcp|3005/tcp|5353/udp|8324/tcp|32410:32414/udp

[plexmediaserver-dlna]
title=Plex Media Server (DLNA)
description=The Plex Media Server (additional DLNA capability only)
ports=1900/udp|32469/tcp

[plexmediaserver-all]
title=Plex Media Server (Standard + DLNA)
description=The Plex Media Server (with additional DLNA capability)
ports=32400/tcp|3005/tcp|5353/udp|8324/tcp|32410:32414/udp|1900/udp|32469/tcp

Now, You need to save the file and update the profiles list:

sudo ufw app update plexmediaserver

Run the following commands to apply the new firewall rules:

sudo ufw allow plexmediaserver-all

Just to make sure that the new firewall rules are applied successfully:

sudo ufw status verbose

You will output something like below:

Status: active
Logging: on (low)
Default: deny (incoming), allow (outgoing), disabled (routed)
New profiles: skip

To                         Action      From
--                         ------      ----
22/tcp                     ALLOW IN    Anywhere
32400/tcp (plexmediaserver-all) ALLOW IN    Anywhere
3005/tcp (plexmediaserver-all) ALLOW IN    Anywhere
5353/udp (plexmediaserver-all) ALLOW IN    Anywhere
8324/tcp (plexmediaserver-all) ALLOW IN    Anywhere
32410:32414/udp (plexmediaserver-all) ALLOW IN    Anywhere
1900/udp (plexmediaserver-all) ALLOW IN    Anywhere
32469/tcp (plexmediaserver-all) ALLOW IN    Anywhere

Now we need to create the directories so that we can store the Plex media files:

sudo mkdir -p /opt/plexmedia/{movies,series}

There will be the user plex to run the Plex Media Server and that should have read and execute permissions to the media files and directories.

sudo chown -R plex: /opt/plexmedia

Now, open your favorite browser and run http://SERVER_IP:32400/web, and follow the onscreen instructions.

READ More Relevant Stuff:  Fix “Failed to mount ‘/dev/sdax’: Input/output error, NTFS is either inconsistent, or there is a hardware fault, or it’s a SoftRAID/FakeRAID hardware”
Linux Tags:Plex

Post navigation

Previous Post: Top 5 Best Dark Themes For Ubuntu Linux
Next Post: elementary OS 6.1 “Jólnir” Officially Released

Related Posts

Install GParted On Ubuntu 22.04 LTS Install GParted On Ubuntu 22.04 LTS In 2023 Linux
Install Build Essential Install Build Essential Tools On Ubuntu 22.04 LTS Install Build Essential Tools On Ubuntu 22.04 LTS Linux
Wine 7.0 Released With New Features Wine 7.0 Released With New Features Linux
How To Run Windows Software On Linux With Bottles How To Run Windows Software On Linux With Bottles Linux
How To Fix GRUB Not Showing In A Dual-Boot Setup How To Fix GRUB Not Showing In A Dual-Boot Setup How To Ubuntu
How To Install jq On Ubuntu 22.04 LTS How To Install jq On Ubuntu 22.04 LTS Linux

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recent Posts

  • How To Enable Hibernate in Ubuntu 22.04 LTS May 20, 2024
  • Popular Ubuntu Games: Top 5 Games To Play March 17, 2024
  • WordPress | Your site doesn’t include support for the “generateblocks/container” block GenerateBlocks Plugin February 11, 2024
  • Ubuntu Autoremove Command Debian Autoremove Command February 10, 2024
  • How To Mount Windows 11 Shares on Debian Linux December 7, 2023
  • Anonymous Browsing 101: A Deep Dive Into Residential Proxies November 20, 2023
  • How To Correctly Install Uninstall Linux Ubuntu Nvidia Drivers Fast October 31, 2023
  • Ethical Web Design: The Dos and Don’ts October 28, 2023
  • Understanding the Role of Security Operations Center October 25, 2023
  • The Positive Effects of AI Tools and Online Services on Students Successful Essay-Writing Skills October 3, 2023
  • Linux Wget Examples September 27, 2023

Categories

  • Android
  • Apple
  • Blogs
  • Debian
  • Fix
  • Gadgets
  • Game
  • Google
  • How To Ubuntu
  • Internet
  • Laptops
  • Linux
  • Linux Commands
  • Linux Game
  • Linux Mint
  • News
  • Operating Systems
  • Security
  • Technology
  • Themes
  • Tools
  • Tutorials
  • Ubuntu
  • ubuntu 18.04
  • Ubuntu 20.04
  • Ubuntu 22.04
  • Windows 11
  • Wordpress
  • Search Jobs
  • Post a Job
  • Job Dashboard
  • Contact Us
  • About US
  • Cookie Policy
  • Terms and Conditions
  • Privacy Policy
  • Sitemap
  • Write For US

Tags

android apps centos ChatGPT command Commands Debian deepin Desktop docker Fedora fix game games Gaming gnome google kernel linux linux commands linux kernel Linux laptops Linux Mint Linux themes minecraft NVIDIA Python Raspberry Pi sysadmin themes ubuntu ubuntu 18.04 Ubuntu 18.04 LTS Ubuntu 20.04 ubuntu 20.04 lts Ubuntu 22.04 LTS Ubuntu games Ubuntu kernel ubuntu themes ubuntu tutorial VirtualBox Windows Windows 11 Wine WSL
itsubuntu.com is an Equal Opportunity Employer. For Advertisement, Jobs, Guest posts, and any other thoughts, email us at [email protected]
  • Prepared Foods Order Writer (Deli / Culinary – Buyer / Inventory Replenishment) – Full Time

    • Thayne, WY
    • Whole Foods Market
    • Full Time
  • Sr. Risk and Controls Compliance Policy Writer (on-site Phoenix, Chicago, San Fran)

    • San Francisco, CA
    • INSPYR Solutions
    • Full Time
  • Artificial Intelligence & Gen AI Engineer – Tampa, Hybrid

    • Tampa, FL
    • Citigroup Inc
    • Full Time
  • Sr. Technical Documentation Specialist – REMOTE

    • Atlanta, GA
    • HHS Technology Group, Inc.
    • Full Time
  • TECHNOLOGY VICE PRESIDENT, ARTIFICIAL INTELLIGENCE & MACHINE LEARNING AND DATA

    • Falls Church, VA
    • NLP PEOPLE
    • Full Time
  • Architectural Drafter

    • Sarasota, FL
    • Start To Finish Drafting
    • Full Time
  • Senior or Principal Data Scientist – Technical AI Ethicist

    • Seattle, WA (Remote)
    • salesforce.com, inc.
    • Full Time
  • Artificial Intelligence (AI) Data Scientist

    • Fairfax, VA
    • General Dynamics Information Technology
    • Full Time

Copyright © 2025 Technology News Information & Jobs.

Powered by PressBook Grid Blogs theme