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!

Request port 25461 to slow

jackjoni

Extended Member
Ext. Member
Joined
Sep 19, 2019
Messages
111
Reaction score
67
Points
39
Location
ass
hi i have xtream code v1

when i will me login in to my server with port 25461 it is to slow but when i change the port than ist fast why
 
this port is blocked in Hetzner server
 
oh thanks can i this port forwarding ??? or muss i edit all clients whit new port ??
 
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'm sure there are issues at the minute with that port and some stream hosts
 
when you use this port to al Your Clients then you mus change it by all
 
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
Don’t need to change port on hetzner set listen port in nginx to forward to yourdomaim:Newport it works perfect on stb only smart iptv and m3 u Clients you Need to set again
 
Try this;

On xtream ui, add the second port

on main server, on ssh, go to /home/x*/i*/nginx/conf/nginx.conf

find the 25461

then add 8080


nano /home/xtreamcodes/iptv_xtream_codes/nginx/conf/nginx.conf;

find this:

listen 25461;

and update it to:

listen 25461; listen 8080;

So it now looks like this:

listen 8080;listen 25461;listen 25463 ssl;ssl_certificate


and then run this to restart service on main:

/home/xtreamcodes/iptv_xtream_codes/start_services.sh
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top