LibreQoS/docs/Quickstart/quickstart-libreqos-1.4.md
2023-06-21 11:33:18 -06:00

1.2 KiB

Install LibreQoS 1.4

Updating from v1.3

Remove offloadOff.service

sudo systemctl disable offloadOff.service
sudo rm /usr/local/sbin/offloadOff.sh /etc/systemd/system/offloadOff.service

Remove cron tasks from v1.3

Run sudo crontab -e and remove any entries pertaining to LibreQoS from v1.3.

Use the deb package from the latest v1.4 release.

sudo echo "deb http://stats.libreqos.io/ubuntu jammy main" | sudo tee -a /etc/apt/sources.list.d/libreqos.list
sudo wget -O - -q http://stats.libreqos.io/repo.asc | sudo apt-key add -
apt-get update
apt-get install libreqos

You will be asked some questions about your configuration, and the management daemon and webserver will automatically start. Go to http://<your_ip>:9123/ to finish installation.

Complex Install (Not Reccomended)

Use this install if you'd like to constantly deploy from the main branch on Github. For experienced users only!

Complex Installation

You are now ready to Configure LibreQoS!