<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>install plex on centos Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/install-plex-on-centos/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Mon, 26 Aug 2019 19:10:22 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>How to install Plex Media Server on RHEL 8 AND CENTOS 8?</title>
		<link>https://www.osradar.com/install-plex-media-server-rhel-8-centos-8/</link>
					<comments>https://www.osradar.com/install-plex-media-server-rhel-8-centos-8/#comments</comments>
		
		<dc:creator><![CDATA[Muhammad Nabeel]]></dc:creator>
		<pubDate>Wed, 28 Aug 2019 08:12:05 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[install plex on centos]]></category>
		<category><![CDATA[install plex on rhel 8]]></category>
		<category><![CDATA[media server]]></category>
		<category><![CDATA[Plex]]></category>
		<category><![CDATA[RHEL]]></category>
		<category><![CDATA[streaming server]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=13129</guid>

					<description><![CDATA[<p>Plex is a client-server media player system and software suite comprising two main components. The Plex Media Server desktop application runs on Windows, macOS, and Linux-compatibles including some types of NAS devices. The server desktop application organizes video, audio, and photos from a user&#8217;s collections and from online services, enabling the players to access and [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-plex-media-server-rhel-8-centos-8/">How to install Plex Media Server on RHEL 8 AND CENTOS 8?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Plex is a client-server media player system and software suite comprising two main components. The Plex Media Server desktop application runs on Windows, macOS, and Linux-compatibles including some types of NAS devices. The server desktop application organizes video, audio, and photos from a user&#8217;s collections and from online services, enabling the players to access and stream the contents. There are also official clients available for mobile devices, smart TVs, and streaming boxes, a web app, and Plex Home.</p>
<p>In this article, you will learn how to install Plex on CentOS/RHEL 8 (64-bit) server.</p>
<p><strong>Prerequisites</strong></p>
<ul>
<li>RHEL or CentOS 8 Server.</li>
<li>Root Access.</li>
<li>A static IP address.</li>
</ul>
<h2>Step 1: Add Plex Repository</h2>
<pre>vi /etc/yum.repos.d/plex.repo</pre>
<p>Add below lines in this file.</p>
<pre>[Plex]
name=Plex
baseurl=https://downloads.plex.tv/repo/rpm/$basearch/
enabled=1
gpgkey=https://downloads.plex.tv/plex-keys/PlexSign.key
gpgcheck=1</pre>
<p><img loading="lazy" class="alignnone wp-image-13134" src="https://www.osradar.com/wp-content/uploads/2019/08/1-2-300x55.png" alt="" width="676" height="124" srcset="https://www.osradar.com/wp-content/uploads/2019/08/1-2-300x55.png 300w, https://www.osradar.com/wp-content/uploads/2019/08/1-2-768x140.png 768w, https://www.osradar.com/wp-content/uploads/2019/08/1-2-1024x187.png 1024w, https://www.osradar.com/wp-content/uploads/2019/08/1-2-696x127.png 696w, https://www.osradar.com/wp-content/uploads/2019/08/1-2-1068x195.png 1068w, https://www.osradar.com/wp-content/uploads/2019/08/1-2.png 1280w" sizes="(max-width: 676px) 100vw, 676px" /></p>
<h2>Step 2: Installation on Plex media server</h2>
<p>Use below command to install plex:</p>
<pre>dnf install plexmediaserver -y</pre>
<p><img loading="lazy" class="alignnone wp-image-13135" src="https://www.osradar.com/wp-content/uploads/2019/08/2-4-300x110.png" alt="" width="673" height="247" srcset="https://www.osradar.com/wp-content/uploads/2019/08/2-4-300x110.png 300w, https://www.osradar.com/wp-content/uploads/2019/08/2-4-768x281.png 768w, https://www.osradar.com/wp-content/uploads/2019/08/2-4-1024x375.png 1024w, https://www.osradar.com/wp-content/uploads/2019/08/2-4-696x255.png 696w, https://www.osradar.com/wp-content/uploads/2019/08/2-4-1068x391.png 1068w, https://www.osradar.com/wp-content/uploads/2019/08/2-4-1146x420.png 1146w, https://www.osradar.com/wp-content/uploads/2019/08/2-4.png 1280w" sizes="(max-width: 673px) 100vw, 673px" /></p>
<p>Now enable plex service on boot and start it.</p>
<pre>systemctl enable plexmediaserver
systemctl start plexmediaserver</pre>
<p><img loading="lazy" class="alignnone wp-image-13136" src="https://www.osradar.com/wp-content/uploads/2019/08/3-2-300x58.png" alt="" width="667" height="129" srcset="https://www.osradar.com/wp-content/uploads/2019/08/3-2-300x58.png 300w, https://www.osradar.com/wp-content/uploads/2019/08/3-2-768x149.png 768w, https://www.osradar.com/wp-content/uploads/2019/08/3-2-1024x199.png 1024w, https://www.osradar.com/wp-content/uploads/2019/08/3-2-696x135.png 696w, https://www.osradar.com/wp-content/uploads/2019/08/3-2-1068x208.png 1068w, https://www.osradar.com/wp-content/uploads/2019/08/3-2.png 1280w" sizes="(max-width: 667px) 100vw, 667px" /></p>
<h2>Step 3: Configure Firewalld for Plex</h2>
<p>create new firewalld service configuration &#8220;plex.xml&#8221; for plex using below command.</p>
<pre>vi /etc/firewalld/services/plex.xml</pre>
<p>Now add below configuration in this file.</p>
<pre>&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;service&gt;
&lt;short&gt;plex&lt;/short&gt;
&lt;description&gt;Ports required by Plex.&lt;/description&gt;
&lt;port protocol="tcp" port="32400"&gt;&lt;/port&gt;
&lt;port protocol="tcp" port="32469"&gt;&lt;/port&gt;
&lt;port protocol="tcp" port="8324"&gt;&lt;/port&gt;
&lt;port protocol="tcp" port="3005"&gt;&lt;/port&gt;
&lt;port protocol="udp" port="32414"&gt;&lt;/port&gt;
&lt;port protocol="udp" port="32413"&gt;&lt;/port&gt;
&lt;port protocol="udp" port="32412"&gt;&lt;/port&gt;
&lt;port protocol="udp" port="32410"&gt;&lt;/port&gt;
&lt;port protocol="udp" port="1900"&gt;&lt;/port&gt;
&lt;port protocol="udp" port="5353"&gt;&lt;/port&gt;
&lt;/service&gt;</pre>
<p>Save changes and exit.</p>
<p><img loading="lazy" class="alignnone wp-image-13137" src="https://www.osradar.com/wp-content/uploads/2019/08/4-3-300x96.png" alt="" width="672" height="215" srcset="https://www.osradar.com/wp-content/uploads/2019/08/4-3-300x96.png 300w, https://www.osradar.com/wp-content/uploads/2019/08/4-3-768x245.png 768w, https://www.osradar.com/wp-content/uploads/2019/08/4-3-1024x327.png 1024w, https://www.osradar.com/wp-content/uploads/2019/08/4-3-696x222.png 696w, https://www.osradar.com/wp-content/uploads/2019/08/4-3-1068x341.png 1068w, https://www.osradar.com/wp-content/uploads/2019/08/4-3.png 1280w" sizes="(max-width: 672px) 100vw, 672px" />So, add &#8220;plex&#8221; service in firewalld list and restart the firewall.</p>
<pre>firewall-cmd --add-service=plex --permanent
firewall-cmd --reload</pre>
<p><img loading="lazy" class="alignnone wp-image-13138" src="https://www.osradar.com/wp-content/uploads/2019/08/5-6-300x59.png" alt="" width="671" height="132" srcset="https://www.osradar.com/wp-content/uploads/2019/08/5-6-300x59.png 300w, https://www.osradar.com/wp-content/uploads/2019/08/5-6-768x150.png 768w, https://www.osradar.com/wp-content/uploads/2019/08/5-6-1024x200.png 1024w, https://www.osradar.com/wp-content/uploads/2019/08/5-6-696x136.png 696w, https://www.osradar.com/wp-content/uploads/2019/08/5-6-1068x209.png 1068w, https://www.osradar.com/wp-content/uploads/2019/08/5-6.png 1280w" sizes="(max-width: 671px) 100vw, 671px" /></p>
<h2>Step 4: Access Plex Media Server</h2>
<p>Then, you can access your Plex using below link and you will see welcome screen provided in the image below.</p>
<p><strong>http://SERVER-IP:32400/web/</strong></p>
<p><img loading="lazy" class="alignnone wp-image-13139" src="https://www.osradar.com/wp-content/uploads/2019/08/6-6-300x137.png" alt="" width="670" height="306" srcset="https://www.osradar.com/wp-content/uploads/2019/08/6-6-300x137.png 300w, https://www.osradar.com/wp-content/uploads/2019/08/6-6-768x352.png 768w, https://www.osradar.com/wp-content/uploads/2019/08/6-6-1024x469.png 1024w, https://www.osradar.com/wp-content/uploads/2019/08/6-6-696x319.png 696w, https://www.osradar.com/wp-content/uploads/2019/08/6-6-1068x489.png 1068w, https://www.osradar.com/wp-content/uploads/2019/08/6-6-916x420.png 916w, https://www.osradar.com/wp-content/uploads/2019/08/6-6.png 1366w" sizes="(max-width: 670px) 100vw, 670px" /></p>
<p>Now complete the registration and you will be redirected to your dashboard.</p>
<p><img loading="lazy" class="alignnone wp-image-13140" src="https://www.osradar.com/wp-content/uploads/2019/08/7-6-300x157.png" alt="" width="673" height="352" srcset="https://www.osradar.com/wp-content/uploads/2019/08/7-6-300x157.png 300w, https://www.osradar.com/wp-content/uploads/2019/08/7-6-768x403.png 768w, https://www.osradar.com/wp-content/uploads/2019/08/7-6-1024x537.png 1024w, https://www.osradar.com/wp-content/uploads/2019/08/7-6-696x365.png 696w, https://www.osradar.com/wp-content/uploads/2019/08/7-6-1068x560.png 1068w, https://www.osradar.com/wp-content/uploads/2019/08/7-6-801x420.png 801w, https://www.osradar.com/wp-content/uploads/2019/08/7-6.png 1366w" sizes="(max-width: 673px) 100vw, 673px" /></p>
<p>And that is it. So, enjoy it.</p>
<p>Als you can read <a href="https://www.osradar.com/install-cezerin-platform-ubuntu-18-04/">our post about cezerin</a>. Or, all <a href="https://www.osradar.com/tag/centos/">our posts about CentOS</a>.</p>
<p>So, do not forget to share this post with your friends and please join <a href="https://t.me/osradar">our Telegram Channel</a>.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-plex-media-server-rhel-8-centos-8/">How to install Plex Media Server on RHEL 8 AND CENTOS 8?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/install-plex-media-server-rhel-8-centos-8/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
			</item>
	</channel>
</rss>
