How to watch my plex media when work wifi just blocked plex?
as of today I noticed I can't access my plex server at all when on my work's wifi. But if i swtich to 4g i can watch plex just fine. But obviously mobile data isn't truly unlimited high speed. And yes I only watch shit on my break. I have remote access enabled etc. Not sure what I can do?
Update: turns out I'm an idiot and my HD bay was turned off hence why I couldn't get into my plex/media. Now I can view it all just fine at work.
Download some stuff to your phone/tablet for "offline" viewing. Your work has decided to restrict you from doing non-work stuff on their network and that's their right.
Do that shit on your phone. I never understand how many people openly fuck around on company networks. 90% chance they're logging everything you're doing.
We don't know their situation. Might be fine, and they just blocked most ports rather than specifically Plex's. OP also said they only watch stuff on their break.
Don't do this. This is going to trip alarms on any half decent IDS, and your net admins are busy enough without having to write up a report to go to the HR people deciding if they are going to fire you for breaking the computer use policy
VPN to your home network (wg-easy is the easiest way to set this up) or change the public port of your server to something the work network will allow.
Since people here are critiquing you instead of actually assisting, I'd have you take a look at tailscale. You can use it to easily create a resistant vpn between your home and your work network, allowing the traffic to bypass filtering.
They might not be blocking plex, but blocking most ports that aren’t relevant to “normal” internet usage. E.g. just have ports 443, 80 and 8080 allowed.
You might have to steer a VPN through those ports too?
This is the best idea. Just talk to them, best case they'll help you with it, worst case is they'll give you a talking to. Going around IT's back is a very good way to get fired really quickly.
I have an oracle free tier vps that I run reverse proxy on and have certs for subdomains for a domain I got on cloudflare. Cloudflare dns points to the vps, apache server proxy on port 80/443. On the vps I also have tailscale and another tailscale on a server at home advertising routes.
So I have music.mydomain for subsonic and plex.mydomain and files.mydomain for nextcloud, etc.
Its normal https web traffic so weird ports dont need to be accessed or remembered.
On your Plex server, you change the public port here
On your home router, you reserve the IP address (aka DHCP reservation) assigned to the machine hosting the Plex server (or you assign a static IP address to it) in my case it's 192.168.1.90, then you make a port forward so that port 443 on your public address is forwarded to your internal_ip port 32400.
Now the home router part is specific to your router brand and model, so you'll have to do some research on your end.