Author name: nguyen

Install REAL PANEL on Ubuntu 20.04

How to install Real Panel (XtreamUI, Xtreamcodes) on Ubuntu 20.04

There are many steps that you have to do first before you can install REAL PANEL, XTREAMUI or Xtreamcodes on Ubuntu 20.04 but it works. First update the server apt update apt upgrade Fix libpng12 in ubuntu 20.4 apt-get -y install software-properties-common sudo add-apt-repository ppa:linuxuprising/libpng12 sudo apt update sudo apt install libpng12-0 Edit the source …

How to install Real Panel (XtreamUI, Xtreamcodes) on Ubuntu 20.04 Read More »

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.timer sudo systemctl disable apt-daily-upgrade.timer sudo systemctl daemon-reload Disabling IPV6 is …

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 »

Tune up RAM for Real Panel (XtreamUI, Xtreamcodes) for maximum performance.

If you install Xtream UI Panel from their site, they put 90% of RAM to be used for the streams folder. This will need to be tuned up. If you install Xtream UI from our site, the RAM is setup at 50%. You can also tune up this value too. From SSH client Putty, type …

Tune up RAM for Real Panel (XtreamUI, Xtreamcodes) for maximum performance. Read More »

Scroll to Top