Author name: nguyen

How to install Real Panel on Ubuntu 20.04

apt install software-properties-commonadd-apt-repository ppa:xapienz/curl34 apt install libcurl4=7.68.0-1ubuntu2.5ppa1 sudo apt-get update ; sudo apt-get install libxslt1-dev libgeoip-dev python -y unzip e2fsprogs python-paramiko -y; sudo wget https://realpanel.io/xtream/install.py ; sudo python install.py

How to disable IPV6 so IP whitelist always work in Real Panel

Open SSH and run the following command echo -e “net.ipv6.conf.all.disable_ipv6 = 1n net.ipv6.conf.default.disable_ipv6 = 1n” >> /etc/sysctl.conf && sysctl -p The command will disable IPV6 immediately. Now we need to disable auto update daily so it won’t change the above config sudo systemctl stop apt-daily-upgrade.timersudo systemctl disable apt-daily-upgrade.timersudo systemctl daemon-reload Disabling IPV6 is a must …

How to disable IPV6 so IP whitelist always work in Real Panel Read More »

How to download movies, series, music, xxx to your iptv reseller panel

Click on torrent, then select category like “movies”, then enter a keyword like “raya and the last dragon”, then click on Search. It will show all possible search results. Select on 1 torrent and click download selected. If this torrent has been downloaded before, it will pop up an error message. Otherwise it will says …

How to download movies, series, music, xxx to your iptv reseller panel Read More »

Reseller-Subreseller Customize Bouquets Patch for 22F

There is now no need to create many packages for resellers/subreselelrs. With this patch, they can just customize themself. It has been tested and working fine. Installation sudo wget “https://realpanel.io/releases/patch-reseller-customize-bouquet.zip” -O /tmp/update.zip -o /dev/null && sudo unzip /tmp/update.zip -d /tmp/update/ && sudo cp -rf /tmp/update/* /home/xtreamcodes/iptv_xtream_codes/ && sudo rm -rf /tmp/update && sudo rm /tmp/update.zip …

Reseller-Subreseller Customize Bouquets Patch for 22F Read More »

Scroll to Top