Hi to all,
I’ve performed installation of Plex Media Server on Raspberry Pi3, but i after perform logon <“ip_raspberry”:32400/web>, the wizard for server configure is not appears, also the tab Server is missing.
I’m a newbie in linux, how i do it? I need to do a some commands? and which are?
as root, delete "/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Preferences.xml"
Start PMS
If it is on the same subnet as your computer, open it directly with http://ip.of.ras.pi:32400/web and the (first-run) welcome and setup wizard will greet you. Signing in and claiming it will establish you as the owner.
If on a different subnet, Open a ssh -L 8888:localhost:32400 ip.of.ras.pi and then http://localhost:8888/web on your local browser…
as root, delete "/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Preferences.xml"
Start PMS
If it is on the same subnet as your computer, open it directly with http://ip.of.ras.pi:32400/web and the (first-run) welcome and setup wizard will greet you. Signing in and claiming it will establish you as the owner.
If on a different subnet, Open a ssh -L 8888:localhost:32400 ip.of.ras.pi and then http://localhost:8888/web on your local browser…
I’ve deleted the file Preferences.xml but not work again
I’ve try to perform " sudo ssh -L 8888:localhost:32400 ip.of.ras.pi` but it’s required the password, which password i insert?
The default credentials of raspberry Pi3 are <user: pi> and <password: raspberry>. I try to insert <password: raspberry> but not work
Mount the NAS share using /etc/fstab at the Linux level. Once mounted, with permissions relaxed so Plex can read the files (it does not need permission to write), it will find your media.
ip.address.of.server:/sharename /local/mount/directory nfs defaults,auto,rw,nofail,bg 0 0
The string, It will allow, in case of reboot the Raspberry Pi3, the NAS share will mount in automatically?