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!

How to change Main Server IP by CLI method

matthew reus

Extended Member
Ext. Member
Joined
Aug 29, 2019
Messages
169
Reaction score
1,118
Points
104
Location
nepal
Hi , recently i have changed my physical server IP , from old static ip to new static ip . Now the issue is even after i restart the xtream service , xtream is taking Main server ip -- Same OLD ip . It isnt change or replaced by new one . (issue is playlist taking old ip )
On web basis when i go to dashboard -> servers-> managed servers-> click edit . the bashboard gets hanged .

Is there any path on command line from where i can changed the server ip . So i could get the playlist with the updated Ip address.
 
Hi , recently i have changed my physical server IP , from old static ip to new static ip . Now the issue is even after i restart the xtream service , xtream is taking Main server ip -- Same OLD ip . It isnt change or replaced by new one . (issue is playlist taking old ip )
On web basis when i go to dashboard -> servers-> managed servers-> click edit . the bashboard gets hanged .

Is there any path on command line from where i can changed the server ip . So i could get the playlist with the updated Ip address.
Hi, you need to change it inside sql database
access to sql
mysql -u root -p
then
run this mysql query
Code:
Code:
change newip with your new ip


 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top