What about Plex Server addon in the software center?

Sure, Here goes

giacomo’s install as follows:
Login to a terminal shell and become root sudo -i

yum localinstall https://downloads.plex.tv/plex-media-server/0.9.12.13.1464-4ccd2ca/plexmediaserver-0.9.12.13.1464-4ccd2ca.x86_64.rpm

Then islipfd19’s install as follows:

Now we add plex media server as a service and a network service:

config set plexmediaserver service status enabled
mkdir -p /etc/e-smith/db/configuration/defaults/plexmediaserver
echo "service" > /etc/e-smith/db/configuration/defaults/plexmediaserver/type
echo "enabled" > /etc/e-smith/db/configuration/defaults/plexmediaserver/status

and we signal the new service with:

 signal-event runlevel-adjust

Add the network service:

config set plexmediaserver service TCPPort 32400 access private status enabled

Inform NS about the update:

signal-event firewall-adjust

And finally, start plex:

service plexmediaserver start

I got it working on Nethserver 6.7 just moments ago. I did not install the webserver because I thought it might conflict trying to connect to the plexserver via browser.

3 Likes