greartists.blogg.se

Ubuntu plex media server permissions
Ubuntu plex media server permissions







ubuntu plex media server permissions

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. Now we need to create the directories so that we can store the Plex media files: sudo mkdir -p /opt/plexmedia/ You will output something like below: Status: activeĭefault: deny (incoming), allow (outgoing), disabled (routed)ģ2400/tcp (plexmediaserver-all) ALLOW IN Anywhereģ005/tcp (plexmediaserver-all) ALLOW IN Anywhereĥ353/udp (plexmediaserver-all) ALLOW IN AnywhereĨ324/tcp (plexmediaserver-all) ALLOW IN Anywhereģ2410:32414/udp (plexmediaserver-all) ALLOW IN Anywhereġ900/udp (plexmediaserver-all) ALLOW IN Anywhereģ2469/tcp (plexmediaserver-all) ALLOW IN Anywhere Just to make sure that the new firewall rules are applied successfully: sudo ufw status verbose Run the following commands to apply the new firewall rules: sudo ufw allow plexmediaserver-all Now, You need to save the file and update the profiles list: sudo ufw app update plexmediaserver Title=Plex Media Server (Standard + DLNA)ĭescription=The Plex Media Server (with additional DLNA capability) For this, run the following command: sudo nano /etc/ufw/applications.d/plexmediaserver Now, you need to make sure the server firewall is allowing the traffic on the Plex-specific port.įor UFW users, the easiest option is to create a UFW application profile. Loaded: loaded (/lib/systemd/system/rvice enabled vendor preset: enabled)Īctive: active (running) since Thu 15:25:48 UTC 13min ago The output should look something like the below: Now, update the apt package list and install the latest Plex media server with the help of the following command: sudo apt update sudo apt install plexmediaserverĪfter installing, run the following command to make sure that the Plex is running: sudo systemctl status plexmediaserver

ubuntu plex media server permissions

Curl | sudo apt-key add echo deb public main | sudo tee /etc/apt//plexmediaserver.list









Ubuntu plex media server permissions