Update NGINX & NGINX RTMP

Learning Update NGINX & NGINX RTMP

Register & Get access to index
  • You can simply find anything your looking for by using the Search function.
    To filter the Resources by type you can also look for specific Prefixes and specific Keywords to do with your search.
    Try it!!
  • Respect developers' work and credit them appropriately. Contact us if you need to transfer control of posted content. Thank you for promoting a culture of respect and appreciation in our community.

    Credit, where credit is due!
  • Our website does not store any files on our servers. We do not host or distribute any copyrighted materials. Instead, we provide links to external file hosting providers as part of our community resources. These providers are responsible for the content they host, and any DMCA claims should be directed towards them.
  • Our community relies on the collective contributions of its members to ensure that our resources remain accurate, up-to-date, and effective.

    To help us achieve this goal, we encourage all users to rate the resources they download as either 'Working' or 'Not Working.'

Welcome!
Join this incredible group of like-minded people and start discussing everything IPTV.
Register now
This Thread had not been rated yet
Hi there people!

This tutorial will show you how to update the NGINX and NGINX_RTMP from your XtreamUI system to the latest stable version so you can enjoy added speed and security.

Instructions:

1) Login SSH to your MAIN
2) Let's be root so we can do everything has it should
sudo su

3) Let's download the file
wget "INSERT URL INSIDE QUOTES FROM TOP" -O ~/tmp/nginx.zip && unzip ~/tmp/nginx.zip

4) Let's copy everything to where it should be and also make a backup of the old NGINX (don't forget that you need to be root)
cp /home/xtreamcodes/iptv_xtream_codes/nginx/sbin/nginx /home/xtreamcodes/iptv_xtream_codes/nginx/sbin/nginx.old && rm -rf /home/xtreamcodes/iptv_xtream_codes/nginx/sbin/nginx && cp ~/tmp/nginx /home/xtreamcodes/iptv_xtream_codes/nginx/sbin/nginx && chown xtreamcodes:xtreamcodes /home/xtreamcodes/iptv_xtream_codes/nginx/sbin/nginx && chmod +x /home/xtreamcodes/iptv_xtream_codes/nginx/sbin/nginx && cp /home/xtreamcodes/iptv_xtream_codes/nginx_rtmp/sbin/nginx_rtmp /home/xtreamcodes/iptv_xtream_codes/nginx_rtmp/sbin/nginx_rtmp.old && rm -rf /home/xtreamcodes/iptv_xtream_codes/nginx_rtmp/sbin/nginx_rtmp && cp ~/tmp/nginx_rtmp /home/xtreamcodes/iptv_xtream_codes/nginx_rtmp/sbin/nginx_rtmp && chown xtreamcodes:xtreamcodes /home/xtreamcodes/iptv_xtream_codes/nginx_rtmp/sbin/nginx_rtmp && chmod +x /home/xtreamcodes/iptv_xtream_codes/nginx_rtmp/sbin/nginx_rtmp

5) Check for nginx and nginx_rtmp latest version, should be 1.21 or more
/home/xtreamcodes/iptv_xtream_codes/nginx/sbin/nginx -v && /home/xtreamcodes/iptv_xtream_codes/nginx_rtmp/sbin/nginx_rtmp -v

6) It didn't showed the new version or it gave out some error and you want to revert back to the old NGINX?
rm -rf /home/xtreamcodes/iptv_xtream_codes/nginx/sbin/nginx && rm -rf /home/xtreamcodes/iptv_xtream_codes/nginx_rtmp/sbin/nginx_rtmp && mv /home/xtreamcodes/iptv_xtream_codes/nginx/sbin/nginx.old /home/xtreamcodes/iptv_xtream_codes/nginx/sbin/nginx && mv /home/xtreamcodes/iptv_xtream_codes/nginx_rtmp/sbin/nginx_rtmp.old /home/xtreamcodes/iptv_xtream_codes/nginx_rtmp/sbin/nginx_rtmp
This Thread had not been rated yet
Author
@tealcavalon
Price
40 Credits
Downloads
9
Views
415
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from @tealcavalon

Share this resource

Similar resources

Compile Nginx with http2, openssl & geoip2 @tealcavalon
Nginx with http2, openssl & geoip2 for added security and speed
0.00 star(s) 0 ratings
Downloads
19
Updated
Xtream-UI and Xtreme-Codes Nginx v1.24.0 Patch new modsecurity SpY1337
  • Featured
Xtream-UI and Xtreme-Codes Nginx v1.24.0 Patch new modsecurity
0.00 star(s) 0 ratings
Downloads
27
Updated
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock