<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Plex on ZoliBen Csupra(Kabra)</title><link>https://zoliben.com/en/tags/plex/</link><description>Recent content in Plex on ZoliBen Csupra(Kabra)</description><generator>Hugo</generator><language>en</language><lastBuildDate>Fri, 02 Jan 2015 23:02:57 +0000</lastBuildDate><atom:link href="https://zoliben.com/en/tags/plex/index.xml" rel="self" type="application/rss+xml"/><item><title>Installing Plex Media Server on Ubuntu Server</title><link>https://zoliben.com/en/posts/2015-01-03-plex-mediaszerver-telepitese-ubuntu-szerverre/</link><pubDate>Fri, 02 Jan 2015 23:02:57 +0000</pubDate><guid>https://zoliben.com/en/posts/2015-01-03-plex-mediaszerver-telepitese-ubuntu-szerverre/</guid><description>&lt;p>For the installation, we need the media server file matching our system from the Plex website, which &lt;a href="https://plex.tv/downloads" target="_blank">can be found here&lt;/a>.&lt;/p>
&lt;p>Copying the package download link, download it to the VPS or server machine:&lt;/p>
&lt;pre>wget https://downloads.plex.tv/plex-media-server/0.9.15.3.1674-f46e7e6/plexmediaserver_0.9.15.3.1674-f46e7e6_amd64.deb&lt;/pre>
&lt;p>Then install the downloaded file:&lt;/p>
&lt;pre>dpkg --install plexmediaserver_0.9.15.3.1674-f46e7e6_amd64.deb&lt;/pre>
&lt;p>If it complains about missing dependencies, you can install them with the following command:&lt;/p>
&lt;pre>apt-get -f install&lt;/pre>
&lt;p>Then navigate to the &lt;strong>/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/&lt;/strong> directory, and edit the &lt;strong>Preferences.xml&lt;/strong> file using nano or vi, by adding the following line after the Preferences word in the file (replacing 1.2.3.4 with your own IP address):&lt;/p></description></item></channel></rss>