I just bought an R720xd server which will be replacing my old server still running plex on my network. I’m using proxmox to host LXC ubuntu containers.
I have the container setup and running the newest version of plex with an IP I can access on my local network. However, when I got to the ip it asks me to sign in then just redirects me to my old server. I’ve check the drop down but no unclaimed server appears.
I’ve tried making both an unprivileged and privileged container.
I’ve tried putting the server on a virtual network by itself and connecting through a desktop vm on the same network.
I’ve tried using both 18.04 and 16.04 ubuntu containers.
I’ve tried stopping the plex service on my old server.
I’ve tried signing up with a new email.
I’ve tried manually going to :32400/manage/index.html#!/setup but it just wants to setup my old server.
Nothing will bring this server up on the network so I can claim it. Kind of at a loss. Any help would be greatly appreciated.
Yes, I’ve tried to access the server in incognito mode. Still makes me sign in then redirects to the old server. Normally a banner would show up mentioning an unclaimed server on my network. But I’m not seeing it.
One error I am seeing in systemctl status is:
plexmediaserver.service: Failed to reset devices.list: Operation not permitted
I added the following to my /etc/pve/lxc/100.conf file:
lxc.cgroup.devices.allow: a
lxc.apparmor.profile: unconfied
still seeing the error. I believe it has to do with the following error, but I’ve read it’s only for the tuner service and doesn’t affect things.
Plex Tuner Service: Critical: libusb_init failed
I went to check to see if it was failing to open ports but I’m seeing the correct ones open.
I just spun up a ubuntu VM (non-lxc container) and I’m still having the issue. I go to the IP of the VM, it asks me to log in and redirects me to my old server while i’m still at the correct IP address.
Is there any way to manually add a plex server to an account?
Wow that actually worked. I thought I wouldn’t need to do that since I was able to get the VM onto my local network. Must have something setup tied to accessing at localhost.
For anyone else that needs the solution I followed the steps outlined below:
Enter the following command (substituting the IP address of your server as appropriate): ssh ip.address.of.server -L 8888:localhost:32400
Open a browser window
Type http://localhost:8888/web into the address bar