Troubleshoot Plex
October 22nd, 2021, 17:05
Introduction
In this tutorial we are going to explain how to resolve most common Plex performance and network issues.
Steps
Step 1 - Do the following changes on your Plex which will improve your server's stability
The following configuration should resolve the most common Plex problems.
- Settings > Library > Scan my library automatically > Uncheck
- Settings > Library > Scan my library periodically > Uncheck
- Settings > Library > Generate video preview thumbnails> Change to "never"
- Settings > Network > Preferred network interface > Change to "eth0"
- Settings > Network > Uncheck "Enable server support for IPv6"
- Settings > Network > Secure Connections set to "Preferred"
- Settings > Network > Custom server access URLs and replace its content with:
- Using EDGE CDN: https://username-plex.edge.cbio.us:443
- Using CDN: https://username-plex.cbio.us:443
- Without CDN: https://username-plex.cpXX.cloudboxes.io:443
Replace username with your cloudbox username.
Save and Restart Plex.
If the problem persists, continue with the next steps!
Step 2 - Use Rerouting tool
From your cloudbox's dashboard, click the Re-route button to open the Rerouting Tool of your cloudbox. For CP01 it would be http://reroute.cp01.cloudboxes.io.
Check out our wiki article on how to use Rerouting tool: Improve peering using Rerouting tool
Step 3 - Change DNS
From your device's settings, open Network Configuration and manually set Preferred DNS server:
- Cloudlfare:
- 1.1.1.1
- 1.0.0.1
- Google:
- 8.8.8.8
- 8.8.4.4
Step 4 - Do a speedtest whithin your Cloudbox SSH app
You'll have to enabled sudo from your cloudbox's dashboard.
- sudo apt update
- sudo apt install iperf
- iperf -c mirror.nforce.com -P 5
Step 5 - Then test your box against different routes by running the following
- wget -qO- bench.sh | bash
Step 6 - Continue by debugging connectivity between your HOME IP and Cloudbox
On your home computer try downloading a few files from the Netherlands and report the average speed you get on each one.
Links:
- http://mirror.nforce.com/pub/speedtests/1000mb.bin
- http://mirror.i3d.net/1000mb.bin
- http://mirror.ams1.nl.leaseweb.net/speedtest/1000mb.bin
- https://nl.cloudboxes.io/1GB.bin
- https://nl-mirror.cp02.cloudboxes.io/1GB.bin
- https://mirror1.b-cdn.net/1GB.bin
Step 7 - Send us your results in a ticket
Create a new ticket and send us the results in order to further help you debug your issues!
Conclusion
You have successfully retrieved all the information necessary to help us solve your Plex problems.