mgrex.blogg.se

Plex media server update notes
Plex media server update notes







Secure Plex and Kodi Media Server using Let’s Encrypt SSL Sudo firewall-cmd -add-service=http -permanentĪt this point, you should be able to access the Kodi/Plex web interface via HTTP using the URL for Plex and for Kodi. sudo setenforce 0Īllow HTTP through the firewall. On Rhel-based systems, set SELinux disabled. On Debian/Ubuntu, enable the created site and several modules: sudo a2enmod proxy_http Remember to replace the ServerName and the error log path on Rhel-based systems to /httpd. ProxyPassReverse wss://localhost:32400/:/websockets/notificationsĮrrorLog /var/log/apache2/kodiserver_error.logĬustomLog /var/log/apache2/kodiserver_access.log "vhost_combined" ProxyPass wss://localhost:32400/:/websockets/notifications ProxyPass / ProxyPassReverse / #Websocket proxy

plex media server update notes

Once installed, create a virtual hosts file for Plex/Kodi.įor Plex, the file will have the content below For this guide we will use the Apache web server that can be installed using the command: #On Debian/Ubuntu To be able to secure Plex and Kodi Media Server using Let’s Encrypt SSL we need to have a reverse proxy set up. Now proceed and secure Plex and Kodi Media Server using Let’s Encrypt SSL with the steps below Install and Configure Apache Web server (Reverse Proxy)

plex media server update notes

Now you will have the Kodi web interface running on port 8080. Under Settings->Services-> Control, allow HTTP on port 8080 as below. Kodi can as well be installed using the aid from the below guide:įor Kodi, you need to enable the web interface by installing the web interface add-on under the add-ons tab as below.

  • Stop any Plex processes that are running after the update.The Plex Media Server can be installed using the below guides:.
  • plex media server update notes

  • Delete the Run keys from the registry to prevent Plex Media Server from running outside of the service.
  • Stop any Plex processes that are running.
  • Download and verify the latest Plex Media Server update.
  • The application will do the following for you: I created the Plex Server Auto Updater application to make it easier to update a Plex installation when it is using the PmsService application to run as a Windows service. If you don't wish to perform the above steps manually each time you would like to update your version of Plex, then you can use a tool I created to perform all the steps automatically. The above does not include downloading the update and validating that the update was downloaded correctly.

    plex media server update notes

    In order to update Plex when it is running as a Windows service, you will need to do the following: If you have setup Plex Media Server on Windows to run as a service, then you will find that updating Plex involves a few more steps than just running Plex as a traditional process.









    Plex media server update notes