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 Nginx upgrade to latest version. [MAIN & LOAD BALANCER]

mrxgodfather

Extended Member
Ext. Member
Basic Member
Joined
Apr 5, 2021
Messages
40
Reaction score
5
Points
19
Location
Location
Follow those instructions to upgrade your nginx to the latest version.

--- For xtreamcodes
sudo apt-get update -y
sudo apt-get install build-essential libpcre3 libpcre3-dev zlib1g zlib1g-dev -y
sudo apt-get install libssl-dev -y

cd /home/xtreamcodes/iptv_xtream_codes/nginx/sbin/nginx /home/xtreamcodes/iptv_xtream_codes/nginx/sbin/nginx_old_working
cd /root
wget https://nginx.org/download/nginx-1.25.3.tar.gz
tar -xvzf nginx-1.25.3.tar.gz
cd nginx-1.25.3/
clear
./configure --prefix=/home/xtreamcodes/iptv_xtream_codes/nginx/nginx --with-http_ssl_module --with-http_v2_module --with-threads --with-http_realip_module

make
sudo make install
/home/xtreamcodes/iptv_xtream_codes/nginx/sbin/nginx -v
chown -R xtreamcodes:xtreamcodes /home/xtreamcodes/iptv_xtream_codes/nginx/sbin/
sudo chattr +i /home/xtreamcodes/iptv_xtream_codes/nginx/sbin/nginx
cd /root
rm -rf nginx-1.25.*

bash /home/xtreamcodes/iptv_xtream_codes/start_services.sh

--- For streamcreed
sudo apt-get update -y
sudo apt-get install build-essential libpcre3 libpcre3-dev zlib1g zlib1g-dev -y
sudo apt-get install libssl-dev -y

cd /home/streamcreed/nginx/sbin/nginx /home/streamcreed/nginx/sbin/nginx_old_working
cd /root
rm -rf nginx-1.25.*
wget https://nginx.org/download/nginx-1.25.3.tar.gz
tar -xvzf nginx-1.25.3.tar.gz
cd nginx-1.25.3/
clear
./configure --prefix=/home/streamcreed/nginx/ --with-http_ssl_module --with-http_v2_module --with-threads --with-http_realip_module --with-http_stub_status_module

make
sudo make install
sudo chattr +i /home/streamcreed/nginx/sbin/nginx
/home/streamcreed/nginx/sbin/nginx -v
chown -R streamcreed:streamcreed /home/streamcreed/nginx/sbin/
cd /root
rm -rf nginx-1.25.*

bash /home/streamcreed/start_services.sh
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
you mean for xui ?

i can't answer on private send me your tlg
 
but is using openssl 1.1?
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
i have a script bought from a guy on telegram that updates this to xuione if anyone is interested, it cost like only twenty euros or something like that
 
I can share the binary for xui, for those who can't compile it
NGINX 1.26.3
openssl-3.4.1
pcre-8.45
zlib-1.3.1

and NGINX RTMP same version, FLV Version 1.2.12
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top