This looks nice, where do I configure the Library? clicking around… nothing? I’m hitting my own plexmedia server on 34200, paid for my subscription, what’s going wrong?
What’s going on here? Is there a text file I can edit to tell my server where the files are?
“How can I tell my media server where the files are?”
Your media takes me to a page that includes:
“To get started, download our free Plex Media Server software on the device where you store your media.”
Well that’s just silly because this web page is loading from the free Plex Media Server software on the device where I store my media, which is in RFC 1918 address space, on the same subnet as my web client.
Also - is there paid support? If so, where is that?
Hey now, welcome to the show. There’s no paid support, but you may find these forums are well read.
When I install PMS from scratch on a new computer, one of the first few pages it takes you through during setup is Create a Library. That’s where most of us start our first one.
So how do we access our PMS once past setup so we can manage it, add libraries etc? The method is to connect to the server using a desktop Plex Application.
Plex for Mac
Plex for Windows
Web based thru plex.tv at the hosted web app
Web based thru private addressing using something like
—My USERNAME—
Account
Online Media Sources
Authorized Devices
Webhooks
Streaming Service
Plex home
Manage Library Access
Privacy
—PLEX WEB—
General
Debug
Player
No servers at all, in the HTML returned from my plexmedia server… Is there a restriction of supported browsers maybe?
Additional : Plex desktop doesn’t work properly on arch linux, so I get that this is my problem to solve – but the web client is supposed to work, I reckon.
Given Plex.tv hasn’t seen your server in 4 days,
can I ask you to restart PMS, wait 3-4 minutes. then stop it again and make a tar.gz of the ‘Logs’ directory and attach here for me?
PMS doesn’t do well in that environment when both are on the same subnet (it violates the routing standard). Best performance if using two adapters is to bond them into one adapter. Dual adapters as peers makes for ambiguous return routing traffic. It’ll confuse the snot out of PMS.
This is all fixed now – /etc/resolv.conf had no DNS server in it on my plex server, but I missed that problem because DNS was working in bash, so I’m not sure how modern linuxes manage such a feat but it’s another example of helpful semi-automation violating the principle of least surprise.