How to Install Plex Media Server on Ubuntu 22.04 | Install on Ubuntu 22.04 VPS
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 Contabo VPS
https://tinyurl.com/4dv3xsxw
Get DigitalOcean VPS
https://zacs-tech.com/go/digitalocean/
Get Vultr VPS
https://zacs-tech.com/go/vultr/
Register domain name
https://tinyurl.com/y8hz9seu
Get the training and certification you need! Linux Foundation, IT training
https://tinyurl.com/3pwv3czu
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!