Access Plex web via plex.domain

Hi…



It would be awesome if I could access plex web by entering plex.mydomain.com instead of mydomain.com:32400/



Is it feasible?

a bit like my.plexapp.com/web ?

If you have your own domain you can already do that assuming you have a static IP for your Plex servers Internet connection or you set up an alias to another dynamic DNS service



I use dyndns with my home router and just point at that to access my home server quickly, I don’t usually go thought the myplex page

This is already easy to do if you administer your own domain. Look into port forwarding.

The only risk to doing this (i’m doing it) Is if someone stumbles upon it there’s no password protection on it. They’d have access to anything.



There is mechanism included in the webserver that prevents that. Basically cheching if you're on the same network or not. But you're super-paranoid you could implement [this enchancement.](http://forums.plexapp.com/index.php/topic/36573-pms-security-issue-including-workaround/page__p__232533__fromsearch__1#entry232533)

For this to work you need a proxy server installed on your server. I have a HAproxy installed on my DS412+ allowing me to access my server, via plex.mydomain.com or any other service i have running on ports other then web ports.