CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 00:28:09 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=7ce315c6449e22788b0c76fbe9afd3c6c2504c9c3191884beb6a5709e965fb9ba%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22ws8tcSeYOq-nlp3PHd2-SVroDdcp_rN9%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d279ba5a82c1f7-BLR
Plex Media Server and Static IP - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ** = Important
- **Always put media in MP4 and subtitles in SRT because it is well understood everywhere
- **Avoid AV1 Codec (not very well understood by many devices, will cause strain)
- Set Static IP Address (with Network Tools)
- ip route | grep default
- default via 192.168.1.1 dev eth0 proto dhcp src 192.168.1.149 metric 100
- In this case 192.168.1.1 is our routers IP Address and 192.168.1.149 is our IP Address.
- sudo nano /etc/resolv.conf
- # Generated by NetworkManager
- search lan
- nameserver 192.168.1.1 #This is our routers IP Address
- nameserver 2603:6081:ba00:7c::1
- Ctrl+X To exit
- nmtui then press, "Edit a connection," then press desired network connection.
- Use arrow keys to navigate to IPv4 Configuration then select Manual, navigate to <Show> and press Enter.
- Navigate to Addresses and put in your desired vacant IP Address.
- Navigate to Gateway and put the IP Address of your router.
- Select DNS servers and put in your desired DNS server's IP or your router's IP.
- Navigate down to <OK> and press Enter.
- Select <Back> then select Quit.
- sudo systemctl restart NetworkManager
- To check type hostname -I
- It should be the one you have set in the network manager tool.
- Install Plex
- 1. Install Dependencies
- sudo apt update
- sudo apt upgrade
- sudo apt install apt-transport-https
- 2. Add Plex GPG keys
- curl https://downloads.plex.tv/plex-keys/PlexSign.key | gpg --dearmor | sudo tee /usr/share/keyrings/plex-archive-keyring.gpg >/dev/null
- 3. Add Plex Repository to our sources list
- echo deb [signed-by=/usr/share/keyrings/plex-archive-keyring.gpg] https://downloads.plex.tv/repo/deb public main | sudo tee /etc/apt/sources.list.d/plexmediaserver.list
- 4. Update our repos
- sudo apt update
- If you get the error "/usr/lib/apt/methods/https" could not be found. Then the https transport package hasn’t been installed. Double check that it has been installed correctly.
- 5. Install Plex Media Server
- sudo apt install plexmediaserver
- 6. Mount Storage (in the below section)
- 7. Open in web browser
- https://<your_ip_address>:32400
- Replace <your_ip_address> with your IP address.
- Mount Storage
- 1a. See storage devices are attached and their UUIDs: lsblk -f
- 1b. List disk partitions and identify size of attached drives: fdisk -l
- 2. Create a directory to mount your drive: sudo mkdir /mnt/media
- 3. Mount your external drive: sudo mount /dev/sda1 /mnt/media <-- In this /dev/sda1 is our drive, you can find yours using steps 1a&b
- 4. Persist the mount (will stay mounted after reboot)
- 4a. View contents of fstab: cat /etc/fstab
- 4b. Open fstab with nano text editor: sudo nano /etc/fstab
- 4c. Make a new line with: UUID=<drive_uuid_from_step_1a> /mnt/media <drive_format> defaults 0 0
- **Replace everything in <> with your correct information that applies to you.
- All of the above content was made by Pi My Life Up and I have put them together in a simple guide for all.
- I have spent a bunch of time on this guide and I plan on using this myself to host a Plex Media Server on my own Raspberry Pi 4.
- Please do not repost this because neither I or Pi My Life Up would really appreciate that.
- Thank you,
- KpasteG13
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐⭐⭐Exchange Exploit T 3⭐⭐
Java | 2 sec ago | 0.10 KB
-
⭐ Free Crypto Method ⭐
JavaScript | 7 sec ago | 0.24 KB
-
⭐⭐⭐Swapzone.io Glitch (Working)⭐⭐
Java | 12 sec ago | 0.10 KB
-
⭐⭐⭐ChangeNOW Exploit⭐⭐
Java | 13 sec ago | 0.10 KB
-
📝 Crypto Swap Glitch ✅ Working
JavaScript | 16 sec ago | 0.24 KB
-
⭐⭐⭐Profit Method⭐⭐
Java | 23 sec ago | 0.10 KB
-
⭐⭐⭐Exchange Exploit⭐⭐
Java | 25 sec ago | 0.10 KB
-
📝 EASY MONEY GUIDE ✅ Working
JavaScript | 25 sec ago | 0.24 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand