Note: For Business version only
1, Run this bootoptimizer.sh in the terminal
sudo wget -O /tmp/bootoptimizer.sh https://github.com/cybermind2/Adopisoft-deb-package/releases/download/v5.1.7-20260112/bootoptimizer.sh
Make the script executable:
sudo chmod +x /tmp/bootoptimizer.sh
Run the script:
sudo /tmp/bootoptimizer.sh
If using pitunnel remote terminal use this. It tells the system to ignore the terminal disconnection entirely. The script will keep executing in the background even if your PiTunnel connection drops for 5 minutes.
sudo nohup ./bootoptimizer.sh > optimizer.log 2>&1 &
Even if your connection drops, you can log back into your PiTunnel SSH later and check the progress live by typing: tail -f optimizer.log.
tail -f optimizer.log
If using Adopisoft terminal use this command: sudo bash /tmp/bootoptimizer.sh
2.Go to your network br0 or where your 10.0.0.1 portal IP reside and add this to your Walled garden
No comments:
Post a Comment