Return to site

Download Plex For Ubuntu

broken image


Installing Plex Media Server on Ubuntu 20.04 / 18.04 First, you have to visit the Plex website and choose the corresponding binary for Ubuntu. Once you do that, you can copy the direct link to the file to download it using wget.

  1. How To Install And Configure Plex On Ubuntu Linux - It's FOSS
  2. Plex For PC/Laptop Windows XP, 7, 8/8.1, 10 – 32/64 Bit
  3. Plex Client Ubuntu
  4. Download Plex For Ubuntu
  5. See Full List On Bestappsbuzz.com
  1. Step 3: Install Plex Media Server On Ubuntu 20.04. Once you finished the download process, type the following command in your terminal to install Plex Media Server in Ubuntu 20.04. Sudo apt install./plexmediaserver1.20.4.3517-ab5e1197camd64.deb. Note: Switch to the download directory before running the above command.
  2. To install Plex media player on Ubuntu &ndash 18.04 Plex is a free feature-rich media library platform that provides a way to store all your movies, shows, and other media in one place. You can access Plex from any device, whether you' re at home or anywhere.
  3. Apt-get update -y. Once your packages are updated, you can proceed to the next step. Install Plex Media Server. First, you will need to download the latest version of the Plex media server from the Plex.
  4. Jun 26, 2019 After you sign up, go to the Plex Downloads page. Choose the right OS from the list of available platforms like Windows, Linux, MACOS, etc and then download the latest Plex media server. Alternatively, if you have a download link of media server, you can use wget to download that.

This tutorial will be showing you how to install Plex media server on Ubuntu 16.04 server/desktop. Plex is a free piece of software that allows you to organize your movies, TV shows, music and photos in one beautiful interface and stream those media files on your PC, tablet, phone, TV, Roku, etc on the network or over the Internet. Plex can be installed on Linux, FreeBSD, MacOS, Windows and various NAS systems.

Install Plex Media Server on Ubuntu 16.04

Sketch mockup download. First, go to Plex server download page, select Linux and choose Ubuntu 14.04 or newer.

If you are going to install Plex on a headless Ubuntu 16.04 server, then you can go to your browser's download history, then copy the Plex download link and use wget to download Plex from command line like below.

Once the Plex deb package is downloaded, cd to the download directory. For example, my Plex is downloaded to the Downloads directory under Home, so I run the following command. The tilde (~) represents home directory.

On Debian based Linux distros (Ubuntu, Linux Mint, etc), dpkg is the standard command line tool to install deb packages. So run the following command to install the Plex deb package.

The -i is short for --install. Note that when you type the following

You can press the Tab key, which will autocomplete the filename.

Now Plex media server is installed. We can check its status with:

How To Install And Configure Plex On Ubuntu Linux - It's FOSS

As you can see, it's running on my Ubuntu 16.04 system. (Press q to take back control of terminal.)

If Plex media server isn't running, you can start it with:

Enable Plex Repository

By enabling the official Plex repo, you can update Plex on Ubuntu with apt package manager. The Plex deb package ships with a source list file. To see a list of files installed from a package, run dpkg with -L flag.

Open this file with the following command.

By default, its content is commented out. Uncomment the last line. (Remove the beginning # symbol).

Then save and close the file. To save a file in Nano text editor, press Ctrl+O, the press Enter to confirm. To exit, press Ctrl+X. After that, run the following command to import Plex public key to apt package manager.

Now update software repository index.

Plex Media Server Initial Setup

If you run the following command:

You can see that Plex media server is listening on 0.0.0.0:32400 and 127.0.0.1:32401.

The web-based management interface is available at port 32400. The first time you configure Plex, you must visit Plex via 127.0.0.1:32400/web or localhost:32400/web. If you installed Plex on your Ubuntu 16.04 desktop, then you can search Plex Media Manager in your application menu. It will take you to Plex web interface, which in turn will take you to https://app.plex.tv because you need to sign in with a plex.tv account.

Note that if Plex is installed on a remote Ubuntu 16.04 server, you need to set up a SSH tunnel by executing the following command on your local computer. Replace 12.34.56.78 with the IP address of the remote Ubuntu server.

Then you can access Plex web interface via the following URL.

This HTTP request will be redirected to http://localhost:32400/web on the remote server through SSH tunnel. This SSH tunnel is only needed for the initial setup. After the initial setup, you can access Plex web interface via server-ip-address:32400. Replace server-ip-address with your real server IP address.

Once signed in, you will be redirected to localhost:32400 https://freert.mystrikingly.com/blog/error-1005-eso. Gopanel 1 9 2 – manage web servers. to do the initial setup.

On the next screen, enter a name for your Plex server. Make sure Allow me to access my media outside my home is ticked on. Then click Next.

Now you can add libraries. Click Add Library button.

Select a library type, then click browse for media folder Android to mac picture transfer. button to add your media folders.

Note that the plex user needs to have read and execute permission on your media directories. For example, my 2T external hard drive is mounted under /media/linuxbabe/ , which is owned by root. Users not in group root can't access it, so I run the following command to give user plex read and execute permission. (I do not recommend changing ownership with chown or chgrp command. Using the setfacl command will suffice.)

You may also need to assign permission on individual media directories like below.

It can be tempting to add the recursive flag (-R), which gives plex read and execute permission on every file and sub-directory on the drive.

If your external hard drive is only used for storing media files, then you can do so, but if you have sensitive files on the external hard drive, don't do it.

Once you finish adding your media folders, click Next and then click Done. You can always add more libraries later.

Plex For PC/Laptop Windows XP, 7, 8/8.1, 10 – 32/64 Bit

Redo the Initial Setup

If you made a mistake in the initial setup, you can delete the Preferences.xml file and start it over.

Now visit localhost:32400/web again. Plex will tell you there's an unclaimed server. Click claim it now.

Where to Download Movie and TV Shows

  1. Use a torrenting client like Deluge.
  2. Learn how to download from Usenet.

Advantages of Usenet

  1. It gives you better privacy because others can't see what you are downloading.
  2. Superfast download speed.
  3. Files on Usenet are usually kept much longer than torrent files. For example, Newsdemon stores files for 4430 days (more than 12 years), so you can download old content at a very fast speed.

Create Nginx Reverse Proxy.

If you prefer to use a domain name rather than typing http://localhost:32400 to access your Plex media server, then you need to set up a reverse proxy. We can use Nginx for this purpose. Install Nginx from the default Ubuntu software repository.

Download Plex For Ubuntu

Then create a server block file for Plex.

Put the following lines into the file. Replace plex.example.com with your own domain name. Remember to create an A record for the sub-domain in your DNS manager. (If your ISP gives you a dynamic IP address rather than a static IP address, you need to set up dynamic DNS and port forwarding, or use PageKite. )

Plex Client Ubuntu

Save and close this file. Then test Nginx configuration.

If the test is successful, reload Nginx for the change to take effect.

Now you can access Plex media server via plex.example.com.

Enable HTTPS

To encrypt the HTTP traffic when you visit Plex server from outside, we can enable HTTPS by installing a free TLS certificate issued from Let's Encrypt. Install Let's Encrypt client (certbot) on Ubuntu 16.04. Python3-certbot-nginx is the Nginx plugin.

Then run the following command to obtain and install TLS certificate.

Explanation:

  • --nginx: Use the nginx plugin.
  • --agree-tos: Agree to terms of service.
  • --redirect: Force HTTPS by 301 redirect.
  • --hsts: Add the Strict-Transport-Security header to every HTTP response. Forcing browser to always use TLS for the domain. Defends against SSL/TLS Stripping.
  • --staple-ocsp: Enables OCSP Stapling. A valid OCSP response is stapled to the certificate that the server offers during TLS.

Adobe acrobat v7 0 download. The certificate should now be obtained and automatically installed.

And you can access Plex web interface via HTTPS.

Download Plex For Ubuntu

How to Upgrade Plex on Ubuntu 16.04

When a new version of Plex media server comes out, you can upgrade it by executing the following commands.

Then restart Plex.

I hope this tutorial helped you install Plex media server on Ubuntu 16.04. Take care. As always, if you found this post useful, then subscribe to our free newsletter to get more tips and tricks. Take care 🙂

Introduction

If you have a large media collection and would like to be able to access it from any device, while still being able to host it locally. Plex is one of the best Media Servers out there.

Plex server organizes video, audio, and photos from your media collections and several online services. Plex enables you to access and stream this media to Windows, Linux, MAC OS, Mobile devices, smart TVs, and streaming boxes, as well as many third-party alternatives, both from your home or remotely via the internet.

Requirements

Plex Media Server is compatible with: https://torrentcms.mystrikingly.com/blog/can-you-download-snapchat-on-a-mac.

1.Windows
2.OS X / macOS
3.Linux
4.NVIDIA SHIELD
5.Netgear Nighthawk X10 router
6.Many popular NAS devices such as Drobo, Netgear, Synology, and more

CPU

As a minimum, the recommended CPU is:
Intel Core i3 (or equivalent) or faster

RAM

Generally, Plex does not require a large amount of RAM. Most installs will typically use 2GB of RAM. If you are only using this server for Plex, than 2-4GB is going to be more than enough.

You can find additional information by visiting the Plex Server Requirements page

You can also find additional support articles, by going to the Plex Support Articles page

Installation

Connect to your server as the admin user via SSH from Linux, or by using Putty from Windows.

Adding the Plex Repository to receive updates automatically.

Adding Repo and Signing Key.

Update and Upgrade the server

Installing Plex Server application

The plex installer will attempt to add the plex repo to your sources, hit Y to add

Setup

Open a browser window

Type http://server.local.ip.address:32400/web into the address bar (e.g 'http://192.168.1.5:32400/web')

The browser will connect to the server and load Plex Login Page, where you can sign in with Google, Facebook, or with a Plex acount, you can create an account if you dont already have one.

Plex Pass Page, you can use Plex for Free, but Plex also offers paid subsriptions to unlock additional features, for a comparasion of Plex Free vs Paid please check out the following article

Choose a plex server name

Define your media locations.

Setup the flex app on one or more of your devices.

Optional: Open ports to allow access to your Plex Server from the internet.

You can add a port forwarding rule in your router, to allow Plex to be accessible anywhere.

To start go to the Plex server settings > Remote Access.

Then add a forwarding rule in your home router, to forward the port defined in the settings.

You can manually define a different external port if desired, this will allow you to have multiple Plex servers in the same network, but for just one server, add a rule to forward the default port 32400 on your router, to your servers IP on the same port. Then click on the 'Enable Remote Access' link to activate remote access and verify that the port is configured correctly in your router.

If you need specific information on how to forward a port for your specific router, check out http://portforward.com/ .

It has guides with screenshots for literally hundreds of different routers.

See Full List On Bestappsbuzz.com

Your all set, I recommend that you visit the Plex Support Articles page to find additional information for your Plex Server or any of the supported Clients.





broken image