Skip to content

System Tune

Broadcasting TV is a resource-intensive task that demands maximum performance and minimal latency from your server. To meet these critical needs, system optimization is key.

This script configures system parameters for better networking, faster CPU response, and improved stability, allowing Astra to work more efficiently.

Download script for tuning your Linux settings:

Terminal window
curl -Lo /opt/tune.sh https://cdn.cesbo.com/astra/scripts/tune.sh
chmod +x /opt/tune.sh

Register script as a system service:

Terminal window
/opt/tune.sh install

Reboot your server to apply changes.

Remove script from your system:

Terminal window
/opt/tune.sh uninstall

Delete script file:

Terminal window
rm -f /opt/tune.sh