Welcome to World of IPTV

With

+23k members
+11k threads
+106k posts

we are the most popular IPTV community on the web. 

IMPORTANT NOTE:
WE HAVE RECENTLY NOTICED THAT TOO MANY DOUBLE FAKE ACCOUNTS ARE CREATED IN THE PAST.
TO PREVENT THIS ISSUE THE DECISION WAS MADE THAT IN THE FUTURE A ANNUALLY FEE 20 EURO WILL BE RAISED FOR NEW MEMBERSHIPS.

Join now to the World of IPTV

Forum Rules

Before you start, check out the forum rules first

Account upgrade

Upgrade your account to get access to full features

Advertising

Would you like to place your advertisement with us ?

Resources Manager

Hundreds of IPTV scripts and apps are available for download

Remove XTREAM UI completely

migonzv

Basic Member
Basic Member
Joined
Aug 23, 2023
Messages
4
Reaction score
1
Points
11
Location
Venezuela
Since there is very little information on how to uninstall XTREAM UI from an SSH server I have posted this solution, although I have tried and when reinstalling XTREAM UI again some data from the previous configuration is maintained

If any colleague could help us on the subject, it would be great since sometimes it is important to completely clean the system before installing XTREAM UI, especially if we are on an SSH server that we cannot format


**** UNINSTALL XTREAM UI ****

pkill -u xtreamcodes 2>/dev/null
kill $(ps aux | grep '[p]hp' | awk '{print $2}') 2>/dev/null
kill $(ps aux | grep '[n]ginx' | awk '{print $2}') 2>/dev/null
rm /var/lib/dpkg/lock-frontend /var/cache/apt/archives/lock /var/lib/dpkg/lock 2>/dev/null
chattr -i /home/xtreamcodes/iptv_xtream_codes/GeoLite2.mmdb 2>/dev/null
umount -f /home/xtreamcodes/iptv_xtream_codes/streams 2>/dev/null
umount -f /home/xtreamcodes/iptv_xtream_codes/tmp 2>/dev/null
rm -rf /home/xtreamcodes 2>/dev/null
sed -i '/xtreamcodes/d' /etc/fstab
sed -i '/xtreamcodes/d' /etc/crontab
sed -i '/xtreamcodes/d' /etc/sudoers
deluser xtreamcodes 2>/dev/null
groupdel xtreamcodes 2>/dev/null


/etc/init.d/mysql stop
apt purge mysql-* -y
rm -rf /etc/mysql /var/lib/mysql /var/log/mysql 2>/dev/null
apt autoremove -y
apt autoclean -y
 
shape1
shape2
shape3
shape4
shape5
shape6
Top
AdBlock Detected

We know, ad-blocking software do a great job at blocking ads. But our site is sponsored by advertising. 

For the best possible site experience please take a moment to disable your AdBlocker.
You can create a Account with us or if you already have account, you can prefer an Account Upgrade.

I've Disabled AdBlock