Web UI on 32400 port

Hi,

I have installed RasPlex on Raspberry Pi ver 1 and then when I enabled web and http related setting to access using the 32400 port. I am not able to access that in other system browser. Please let me know If I am missing anything or it is a bug.

from SSH
RasPlex:~ # ps aux | grep plex
404 root 4:06 /usr/lib/plexht/plexhometheater --standalone -fs --lircdev /run/lirc/lircd

is it due to standalone when it started? how to remove this standalone if we need to remove.

I have installed recent version 1.0.1 and tried with 1.0.0 also.

I have one more concern here, when I tried to mount 500 GB disk, I am not able to mount this, The reason I found is file system which is NTFS for my disk, I have tested with one more disk with NTFS not working then I formatted with exFAT, then I am able mount.and access. I am assuming some ntfs support libraries are not added. Please let me know, do we have support for NTFS now?

Thanks,
Jilani

Please find the telnet result for various ports

HomePlex:~ # telnet localhost 32400
telnet: can’t connect to remote host (127.0.0.1): Connection refused

HomePlex:~ # telnet localhost 22
SSH-2.0-OpenSSH_6.8
c
Protocol mismatch.
Connection closed by foreign host
HomePlex:~ # telnet localhost 80
telnet: can’t connect to remote host (127.0.0.1): Connection refused
HomePlex:~ # telnet localhost 32400
telnet: can’t connect to remote host (127.0.0.1): Connection refused

Thanks

If I am doing mount operation on NTFS based disk,it is giving error and details are as mentioned below

dmesg output
[ 4272.070120] UDF-fs: warning (device sdb1): udf_fill_super: No partition found (2)
[ 4272.079099] F2FS-fs (sdb1): Magic Mismatch, valid(0xf2f52010) - read(0xc0856600)
[ 4272.079133] F2FS-fs (sdb1): Can’t find valid F2FS filesystem in 1th superblock
[ 4272.079841] F2FS-fs (sdb1): Magic Mismatch, valid(0xf2f52010) - read(0x0)
[ 4272.079865] F2FS-fs (sdb1): Can’t find valid F2FS filesystem in 2th superblock
[ 4272.079891] F2FS-fs (sdb1): Magic Mismatch, valid(0xf2f52010) - read(0xc0856600)
[ 4272.079904] F2FS-fs (sdb1): Can’t find valid F2FS filesystem in 1th superblock
[ 4272.079968] F2FS-fs (sdb1): Magic Mismatch, valid(0xf2f52010) - read(0x0)
[ 4272.079983] F2FS-fs (sdb1): Can’t find valid F2FS filesystem in 2th superblock

Thanks

You cannot access Rasplex from any web browser from any other device.

You can, however, control Rasplex from any other Plex Companion App, see https://support.plex.tv/hc/en-us/sections/200276908-Plex-Companion

Regards

Then what is the process to store media. Right now I am not able to access any media in RasPlex, it is showing as empty list.

Once media is added to RasPlex, then is there a way to access the same media from other systems? Earlier I have used Plex in my laptop which can be accessed and viewed in any other laptop and even in samsung smart TV Plex app also. I am assuming I can achieve those with RasPlex.

Thanks

Rasplex is a client, you still need to have Plex Media Server installed somewhere for Rasplex to connect to. So if you were running Plex Media Server on your laptop, Rasplex would connect to that computer via PMS to get the libraries and watch the videos.

Thanks to both of you, now I got it, Somewhere I have seen this as client but skipped mind and trying to achieve server responsibilities from it. In that case, for my requirement RasPlex is not suitable. I will go with PMS on laptop.

Thanks once again.