How To put in Plex Media Server on Ubuntu 24.04 with this simple information. Obtain, set up, and configure Plex to stream your media effortlessly in your community.
Necessities for Putting in Plex Media Server on Ubuntu 24.04

- Ubuntu 24.04 Working System: Guarantee you’re working Ubuntu 24.04.
- Web Connection: Required for downloading the Plex Media Server package deal.
- Ample Storage: Guarantee you’ve sufficient disk area for the Plex Media Server and your media library.
- Consumer with Sudo Privileges: It’s essential to have administrative rights to put in software program.
- Fundamental Terminal Information: Familiarity with utilizing the terminal to run instructions.
- Firewall Configuration: (Elective) If utilizing a firewall, guarantee ports are open for Plex.
- Net Browser: To entry the Plex Net App for configuration.
Step 1: Open a Terminal
You’ll be able to open a terminal by urgent Ctrl + Alt + T in your keyboard.
Step 2: Replace Your System
Earlier than putting in new software program, it’s at all times a good suggestion to replace your system to the most recent packages. Run the next instructions:
sudo apt replace && apt improve -y
Step 3: Obtain the Plex Media Server Bundle
Use the wget command to obtain the Plex Media Server .deb package deal from the supplied hyperlink.
wget https://downloads.plex.television/plex-media-server-new/1.40.3.8555-fef15d30c/debian/plexmediaserver_1.40.3.8555-fef15d30c_amd64.deb
Step 4: Set up the Plex Media Server Bundle
As soon as the obtain is full, set up the package deal utilizing the dpkg command.
sudo dpkg -i plexmediaserver_1.40.3.8555-fef15d30c_amd64.deb
Step 5: Resolve Dependencies
If there are any dependency points, repair them utilizing the next command:
This command will set up any lacking dependencies required by the Plex Media Server.
Step 6: Begin Plex Media Server
The set up course of ought to begin the Plex Media Server mechanically. You’ll be able to examine its standing with the next command:
sudo systemctl standing plexmediaserver
It is best to see an output indicating that Plex Media Server is lively and working.
Step 7: Allow Plex Media Server to Begin at Boot
To make sure Plex Media Server begins mechanically when your system boots up, use the next command:
sudo systemctl allow plexmediaserver
Step 8: Entry Plex Media Server
Open an online browser and navigate to http://localhost:32400/net to entry the Plex Net App and configure your server.
Alternatively, you should use the IP tackle of your server adopted by :32400/net in case you are accessing it from a unique machine in your community. For instance, in case your server’s IP tackle is 192.168.1.100, go to:
Step 9: Full Plex Setup
Observe the on-screen directions to finish the setup course of. You have to to check in along with your Plex account or create a brand new one in case you don’t have an account.
Elective: Configure Firewall (if wanted)
If in case you have a firewall enabled in your system, chances are you’ll want to permit visitors on the Plex Media Server port. Use the next instructions to permit visitors on port 32400:
sudo ufw permit 32400/tcp sudo ufw permit ssh sudo ufw allow
Abstract
By following these steps, you’ve efficiently put in Plex Media Server in your Ubuntu 24.04 system. Now you can begin including your media libraries and revel in streaming your content material.
If in case you have any points or want additional help, be at liberty to ask!
Associated
Uncover extra from Patrick Domingues
Subscribe to get the most recent posts to your e mail.


