The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.1.17 (Linux)
|
![]() |
Can't get Plex Server Running - Printable Version +- Category5.TV Community Forum (https://forum.category5.tv) +-- Forum: PlexPi - Plex Media Server for Raspberry Pi 3 (https://forum.category5.tv/forum-45.html) +--- Forum: Development (https://forum.category5.tv/forum-46.html) +--- Thread: Can't get Plex Server Running (/thread-329.html) |
Can't get Plex Server Running - grimloktt - 09-16-2018 So, I've spent WAAAAAAAAAAAAAAAAAAAAAAY too much time on this so far and am very agitated. Ultimately, I bought a ABOX Raspberry Pi 3 B+ kit to run a Plex Server for my home. I can't figure out how to get to that point. So far, I:
Here's a video: https://drive.google.com/open?id=13l7Gr0Bz3zqz_bUW-T78pn2osTF7ayTa Thoughts? Thnx! RE: Can't get Plex Server Running - thunder2k - 09-20-2018 Hi, What's the output of this command? Code: sudo service plexmediaserver status How can you tell it's not running? Have you tried to connect to http://plexpi.local:32400/web/index.html ? RE: Can't get Plex Server Running - grimloktt - 09-21-2018 Hello. Thank you for your reply. I have not been able to open plex on the pi but I can open the plex server from my laptop by using the provided link. Now...I can't point it to my wd cloud private shares to load movies. RE: Can't get Plex Server Running - thunder2k - 09-21-2018 So it seems the plex server is working now, that's good! For the network share you have to mount it in your pi. If you search this forum I've provided detailed step by step guide on how to do it RE: Can't get Plex Server Running - grimloktt - 09-23-2018 Great! I was able to follow your guide and add My Cloud--but only when I changed the share to public access. Is there a way to keep it private and still access it? After I connected it, I changed the share back to private and no longer had access. I changed it back to public access and again had access. Thoughts? Thnx! RE: Can't get Plex Server Running - thunder2k - 09-23-2018 My guide was to mount it on your pi only, I think public and private are referred to Samba share RE: Can't get Plex Server Running - grimloktt - 09-23-2018 OK. So, since I was able to get this working after making numerous who know what changes to the pi, I decided to do a fresh install and complete the process. Now, when I get to step three, sudo mount -t cifs //192.168.1.1/Adult /mnt/networkShare, I get asked Password for root@192.168.1.1/Adult. No matter what I put in there, it doesn't work. I keep getting the error "unable to find suitable address" This is AFTER changing the share to public... |