Welcome to World of IPTV

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

Forum Rules

Our Rules: Read to avoid getting banned!

Advertising

Introduce Yourself to the World with Us!

Resource Database

Find the newest resources around IPTV!

Account upgrade

Upgrade your account to unlock more benefits!

Tutorial [Fix] Xtream UI : 500 Internal Server Error

Winter

Basic Member
Basic Member
Joined
Sep 3, 2025
Messages
2
Reaction score
0
Points
1
Location
ES
💡 Cause:
Most 500 errors come from PHP-FPM hitting its memory limit during script execution.

🔍 Check current limit:
grep memory_limit /home/xtreamcodes/iptv_xtream_codes/php/lib/php.ini<br>

⚙️ Edit config:
sudo nano /home/xtreamcodes/iptv_xtream_codes/php/lib/php.ini<br>

Change this line:
memory_limit = 128M

💾 Recommended values:
1GB RAM → 256M <br>2GB RAM → 512M <br>4GB RAM → 1024M <br>8GB+ RAM → 1536M<br>

🔁 Restart Xtream UI:
sudo systemctl restart xtreamui<br># or<br>sudo /home/xtreamcodes/iptv_xtream_codes/start_services.sh

✅ After restart, your 500 error should be gone.
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top