Skip to content

sohag1192/Uninstall-Update-License-Server-Blocking-Script

Repository files navigation

✅ To Uninstall Flussonic on Ubuntu Hits

Thanks for sharing this full workflow, Sarker. Here's a clean, deployment-ready breakdown of the Flussonic lifecycle management scripts—ideal for README documentation or internal onboarding:


🧼 Uninstall Flussonic (Ubuntu)

curl -O "https://raw.githubusercontent.com/sohag1192/Flussonic-Uninstall-Update-License-Server-Blocking-Script/main/uninstall_flussonic.sh"
chmod +x uninstall_flussonic.sh
sudo ./uninstall_flussonic.sh

🔻 This script will:

  • Stop and disable the Flussonic service
  • Remove all related packages and dependencies
  • Delete config, license, and log files
  • Remove Flussonic user and group
  • Kill any remaining Flussonic processes

🚀 Install Flussonic (Official Method)

apt update
apt install curl -y
curl -sSf https://flussonic.com/public/install.sh | sh
sudo service flussonic start

🔐 License Activation

License keys are listed at:
Flussonic Media Server README


✂️ Block Flussonic Updates & License Server

curl -O "https://raw.githubusercontent.com/sohag1192/Flussonic-Uninstall-Update-License-Server-Blocking-Script/main/install_block_flussonic.sh"
chmod +x install_block_flussonic.sh
sudo ./install_block_flussonic.sh

Got it 👍. You want a shell script that will automatically add all those host entries into /etc/hosts so they resolve to 127.0.0.1. Here’s a production‑ready script that safely appends them, avoids duplicates, and keeps a backup of your original hosts file.



🚀 Usage

  1. Save as flussonic-block.sh
  2. Make executable:
    chmod +x flussonic-block.sh
  3. Run with root privileges:
    sudo ./flussonic-block.sh

This script ensures:

  • Backup safety: You can restore /etc/hosts if needed.
  • No duplicates: It checks before adding.
  • Bulk blocking: Handles all domains in one run.

Would you like me to also add an unblock function so you can easily remove these entries later without manually editing /etc/hosts?

🧱 What it does:

  • Blocks outbound connections to Flussonic’s update and license servers
  • Prevents automatic license checks or forced updates

Let me know if you want to wrap this into a branded installer script, add metadata tagging, or automate license validation and alerting. I can scaffold that next.

About

🧹 Flussonic v25 Full Uninstall Script 🛡️ Flussonic Update & License Server Blocking Script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages