In this step-by-step tutorial, we will walk you through the process of creating a powerful media streaming server using Ubuntu Server and Plex Media Server. We'll guide you through installation, configuration, and usage. You can utilize this server to stream movies, TV shows, music, and other forms of media to various devices in your network.
official Ubuntu website
- Access your server using SSH and navigate to the directory where you want to download the Plex package.
- Download the Plex Media Server .deb package using the wget command:
wget https://downloads.plex.tv/plex-media-server-new/1.22.3.4392-d7c624def/debian/plexmediaserver_1.22.3.4392-d7c624def_amd64.deb
(Replace the URL with the latest one from the Plex website)
- Install Plex using the dpkg command:
sudo dpkg -i plexmediaserver_1.22.3.4392-d7c624def_amd64.deb
- Choose the type of media (Movies, TV Shows, Music, Photos, or Other Videos).
- Add folders that contain the media files. Plex will automatically categorize and retrieve metadata for your content.
official Plex website
- Log in to your Plex account on the client app.
- Select your server and start streaming your media.
With this setup, you have a fully functional media server. Enjoy your personal media streaming service!
Conclusion on Installing Plex ServerCreating a media streaming server using Ubuntu Server and Plex isn't too complicated. With a bit of time and patience, you can turn your old computer into a powerful streaming device, allowing you to enjoy your media content on any device, anytime, anywhere.
- Install Plex using the dpkg command:





No comments yet. Be the first to comment!