In this video, we'll be diving into the world of media servers, and I'll guide you through the process of installing Plex Media Server on Ubuntu 22.04. Whether you're a movie buff or a music enthusiast, Plex is a fantastic solution for organizing and streaming your media.
Get Kamatera VPS (30 days free trial)
https://zacs-tech.com/go/kamatera-vps/
Get RedHosting VPS
https://zacs-tech.com/go/rosehosting/
Get InterServer VPS
https://zacs-tech.com/go/interserver/
Get Hawk Host VPS
https://zacs-tech.com/go/hawkhost/
Register domain name
https://tinyurl.com/y8hz9seu
Long Commands
sudo apt install dirmngr ca-certificates software-properties-common apt-transport-https curl -y
curl -fsSL htt://downloads.plex.tv/plex-keys/PlexSign.key | sudo gpg --dearmor | sudo tee /usr/share/keyrings/plex.gpg (part of https removed add it)
echo deb [signed-by=/usr/share/keyrings/plex.gpg] htt://downloads.plex.tv/repo/deb public main | sudo tee /etc/apt/sources.list.d/plexmediaserver.list (part of https removed add it)
http://localhost:8888/web
Or
localhost:32400/web/index.html#!/setup
===================================================
VirtualHost *:80
ServerName plex.z-seotools.com
ErrorDocument 404 /404.html
#HTTP proxy
ProxyPreserveHost On
ProxyPass / http://localhost:32400/
ProxyPassReverse / http://localhost:32400/
#Websocket proxy
Location /:/websockets/notifications
ProxyPass wss://localhost:32400/:/websockets/notifications
ProxyPassReverse wss://localhost:32400/:/websockets/notifications
/Location
/VirtualHost
Greater than and Less than signs removed check and add them
===================================================
DISCLAIMER: This video and description contain affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This helps support the channel and allows us to continue to make videos like this. Thank you for your support!