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!

Question Uninstall possible?

Youbird

Extended Member
Ext. Member
Joined
Nov 26, 2019
Messages
1
Reaction score
0
Points
1
Location
Germany
Hello,

I installed the Midnightstreamer on a server to test it and played around with it.
Overall, I think it's really good...

Now I'd like to set everything up again from scratch and uninstall it without having to reinstall the operating system.
Simply resetting isn't an option.

Is there a guide for this?

Thanks in advance!
 
Hello,

I installed the Midnightstreamer on a server to test it and played around with it.
Overall, I think it's really good...

Now I'd like to set everything up again from scratch and uninstall it without having to reinstall the operating system.
Simply resetting isn't an option.

Is there a guide for this?

Thanks in advance!
If you want to reinstall Mds again from scratch just reinstall again with the same script command ..
 
If Midnightstreamer was installed via a package manager (apt, yum, etc.), you can simply remove the entire package.
PHP:
sudo apt-get remove --purge midnightstreamer  # for Debian/Ubuntu
sudo yum remove midnightstreamer              # for CentOS/RHEL


Stop Services:
PHP:
sudo systemctl stop midnightstreamer.service
sudo systemctl disable midnightstreamer.service


Find and Remove Installed Files:
PHP:
dpkg -L midnightstreamer  # or
sudo find / -name '*midnightstreamer*'
sudo rm -rf /path/to/found/files


Remove PHP and Modules (if only installed for Midnightstreamer):
PHP:
sudo apt-get remove --purge ph


Delete Web Server Configurations and Reload:
PHP:
sudo rm /etc/nginx/sites-available/midnightstreamer.conf
sudo systemctl reload nginx  # or reload Apache2 if applicable

Clear Caches and Logs:
PHP:
sudo rm -rf /var/www/midnightstreamer /var/log/midnightstreamer /tmp/midnightstreamer*
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top