dayger.blogg.se

Configure plex media server
Configure plex media server












configure plex media server

Once you have the Plex Web, the user has to register the server in the Plex account he or she owns by logging in. Then on your local machine, you can use: -– ssh remote-server-ip -L 8888:localhost:32400 If your Ubuntu is running on some remote server, then to access the Plex configuration page for further setup, open an SSH Tunnel to remove the server on your local PC to access the Plex web setup. Plex server Port number is 32400 Note: Replace the server-IP address with your original server Ip-address.Īlso, if you are using the Firewall, then open port 32400 in that: sudo ufw allow 32400 For that simply open any web browser that can access the IP address of the Ubuntu 22.04 server where you have installed the Plex. Now, let’s access the web interface of the Plex Media Server to configure it further. sudo systemctl enable -now plexmediaserver

configure plex media server

If it is not active then use the given command to start and enable it. To confirm that the Plex media server is running the background fine.

configure plex media server

When it asks to update the Plex Media configuration file, then press Y and hit the Enter key. Here is the command: sudo apt install plexmediaserver Once we have everything set, it becomes very easy to install the Plex Media server just by using the APT Package Manager. Command to Install Plex for Ubuntu 22.04 Server Run the following command.Echo deb public main | sudo tee /etc/apt//plexmediaserver.listģ. The Plex Media Server runs as the user plex which needs to have read and execute permissions to the media files and directories. Services: ssh dhcpv6-client plexmediaserverĬreate the directories in which you will keep your media files: sudo mkdir -p /opt/plexmedia/ Save the file and apply the new firewall rules by typing: sudo firewall-cmd -add-service=plexmediaserver -permanent sudo firewall-cmd -reloadįinally check if the new firewall rules are applied successfully with: sudo firewall-cmd -list-all public (active) To allow traffic on Plex Media Server specific ports. Now that Plex is installed and running you need to configure your firewall Loaded: loaded (/usr/lib/systemd/system/rvice enabled vendor preset: disabled)Īctive: active (running) since Sat 22:22:22 UTC 12s agoĬGroup: /system.slice/rvice To verify if the Plex service is running type: sudo systemctl status plexmediaserver Once the installation is completed start the plexmediaserver service and enable it to start on system boot with the following commands: sudo systemctl start rvice sudo systemctl enable rvice Install the latest version of the Plex Media Server with: sudo yum install plexmediaserver Name = PlexRepo baseurl = $basearch/ enabled = 1 gpgkey = gpgcheck = 1














Configure plex media server