summaryrefslogtreecommitdiff
path: root/media-tv/plex-media-server/files/README.gentoo
diff options
context:
space:
mode:
Diffstat (limited to 'media-tv/plex-media-server/files/README.gentoo')
-rw-r--r--media-tv/plex-media-server/files/README.gentoo9
1 files changed, 9 insertions, 0 deletions
diff --git a/media-tv/plex-media-server/files/README.gentoo b/media-tv/plex-media-server/files/README.gentoo
new file mode 100644
index 000000000000..ec4445ac397d
--- /dev/null
+++ b/media-tv/plex-media-server/files/README.gentoo
@@ -0,0 +1,9 @@
+Plex Media Server is now installed. Please check the configuration file.
+It can be found in /etc/plex/plexmediaserver to verify the default settings.
+Adjust thread counts and memory usage limits in /usr/sbin/start_pms for best
+performance. To start the Plex Server, run 'rc-config start plex-media-server'
+You will then be able to access your library at http://localhost:32400/manage
+
+If installing on a remote host you will need to use a ssh tunnel eg,
+'ssh ip.address.of.server -L 8888:localhost:32400' then open the folowing in
+a local browser 'http://localhost:8888/web' to claim the remote server.