There is two way to migrate your IPTV Panel in the most reliable Xtream-Masters Panel.
mysqldump -u [uname] -p db_name > db_backup.sql
/home/xtreamaster/wwwdir
/home/xtreamaster/backups/
*****.sql.gz
to /home/xtreamaster/backups/
df -h
to check the overall disk usage and status.du -sh /home/*
to check the size of each folder in the home directory.du -sh /home/your-folder/*
to list individual file sizes.df -h
to see disk usage across all mounted filesystems/home
or root (/
) filesystems with high %Usedu -sh /home
du -sh /home/* | sort -rh
cd /path/to/large-dir && du -sh * | sort -rh
find /home -type f -size +1G -exec ls -lh {} \;
ls -lahS
/var/log
and application log directoriesfind / -name core -size +100M
apt-get clean
or yum clean all
df -h
- Shows usage by filesystem
du -sh /*
- Check top-level directoriesdu -h --max-depth=1 /path
- Limit directory depth
lsof +L1
- Shows deleted files held by processes
ncdu
- Interactive disk usage analyzer (may need to install)
#If you have an Ubuntu server and the SSH login comes with the "ubuntu" username, you can change the "ubuntu" user to the "root" user by following this setup.
sudo -i
passwd
command and set new password for `root` user.
passwd
apt-get install wget -y
wget -O "/etc/ssh/sshd_config" "https://xtream-masters.com/files/tutorials/ROOT-ENABLE.git"
service sshd restart
reboot
#Congratulations on your Ubuntu server setup! Your server is now accessible by the root user using the password you have just set.
If you getting Mysql database connection failed message while to login panel, you can follow these setups.
1 - Log in to your main server using the 'PuTTY' program and run this command.
sudo service mysql restart
If you forget or lose admin access follow the setups.
If any server (balancer) bandwidth not showing follow the setups.
If you are encountering issues with the admin and reseller panels not functioning, even though your main server and live stream is up and running, please follow the steps below to resolve the problem.
Log in to your cms admin panel id that start from xm:******
http://{your_server_ip}:{panel_port}
If still not working (port conflict solutions):
Login your main server putty and run the provided cmd below.
wget -O "/home/xtreamaster/wwwdir/adminer_584437.php" https://github.com/vrana/adminer/releases/download/v5.0.1/adminer-5.0.1-en.php
Now access adminer by this link β
Now login into your Master CMS cPanel with ID that start from XM: to get your database login info.
βΉοΈ Info: Adminer is one file advanced MySQL manager - more powerful, secured and optimized.
Goto settings page and click Update Tables button.
π¨ After migration: If any LB fails to come online:
/home/
dirβοΈ Advanced Debugging:
If still remain down, trace the error by run command in effect server putty:
bash /home/xtreamaster/start_services.sh
df βh
to check if you have any 100% full folder service mysql restart
and wait for your server to respond, after that check if you can access your panel again /home/xtreamaster/start_services.sh
and check what error you get. Most of the times this error will guide you on what to do next. df βh
to check if you have any 100% full folder /home/xtreamaster/start_services.sh
and check what error you get. Most of the times this error will guide you on what to do next. If you have VODs not working after migration that's normal becouse of core change you need re-encode agian, for that we've created an automated one-click tool that you can use.
If your main server Request per sec: 500
above, your server is under ddos attack, follow below the steps to protect your server.
Note: monitor blocked ip page if you found any restreamer ip blocking as well adjust the config accordingly
If you want to change the VOD server by transferring files to the new load balancer, follow these three easy steps. (Make a database backup so any mistakes can be easily undone.)
sudo -u xtreamaster /home/x_m/bin/php/bin/php /home/xtreamaster/tools/connection_handler.php >/dev/null 2>/dev/null &
If you are experiencing the same issue, please run the following query to resolve it:
UPDATE series_episodes AS se SET se.sort = se.episode_num;
take database backup first.
Here you will get some suggestions until you learn how to use the panel. Same suggestions are applied for reports like:
Reboot main server also helpful, If problem in spacific Load-balancer, Goto servers page β> Click LB Option β> Click Re-install Balancer
#If a specific load balancer has all streams and the created channels are down, it may be due to the default version of FFmpeg (v6) not being supported by the operating system. You can resolve this issue by switching to FFmpeg version v5.
apt update && apt upgrade -y && apt install curl -y && curl -o ffmpegv5.sh -L https://paksat.pk/iptv/cms/ffmpeg/ffmpeg5/ffmpeg.xsh && bash ffmpegv5.sh
apt update && apt upgrade -y && apt install curl -y && curl -o ffmpegv6.sh -L https://paksat.pk/iptv/cms/ffmpeg/ffmpeg6/ffmpeg.xsh && bash ffmpegv6.sh
#Restart Balancer service to start all ffmpeg process with current setup version.