Plex on Proxmox certificate issues

arjones5

Member
Feb 18, 2020
9
1
23
32
If this is not the right channel, I apologize in advanced. I've been through many of the forums to no avail. I have migrated my physical Plex server to a Proxmox guest running the latest and greatest everything. No matter what I do, I get certificate issues (I think) on the Plex server and all the applications want to default to indirect streaming. I am scratching my head. I've attempted this on Ubuntu 18.04 and Windows 10 1909 and can't get this to work. I have to believe this is a networking issue in my config somewhere but can't pinpoint where I goofed up.

If anyone successfully had Plex running on Proxmox, please help!
 
Hi,

I installed successfully on Ubuntu 19.10 everything is ok.

Make sure if the service of Plex is running systemctl status plexmediaserver and see if the port is locally 23400 with command ss -4 -a | grep 32400


you could also post your configuration network cat /etc/network/interfaces
 
Service is running.

Output from ss grep:
~$ ss -4 -a | grep 32400
tcp LISTEN 0 128 0.0.0.0:32400 0.0.0.0: *
tcp TIME-WAIT 0 0 127.0.0.1:32400 127.0.0.1: 46016
tcp TIME-WAIT 0 0 127.0.0.1:32400 127.0.0.1: 46020
tcp TIME-WAIT 0 0 127.0.0.1:32400 127.0.0.1: 46018
tcp TIME-WAIT 0 0 127.0.0.1:32400 127.0.0.1: 46014
tcp TIME-WAIT 0 0 127.0.0.1:32400 127.0.0.1: 46012

Output from cat interface:
~$ cat /etc/network/interfaces
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback