2023-05-19 13:58:30 -05:00
# Install LibreQoS 1.4
2023-05-19 12:38:32 -05:00
2023-05-19 13:58:30 -05:00
## Updating from v1.3
2023-05-19 12:38:32 -05:00
2023-05-19 13:58:30 -05:00
### Remove offloadOff.service
2023-05-19 12:38:32 -05:00
2023-05-19 13:58:30 -05:00
```shell
sudo systemctl disable offloadOff.service
sudo rm /usr/local/sbin/offloadOff.sh /etc/systemd/system/offloadOff.service
2023-05-19 12:38:32 -05:00
```
2023-05-19 13:58:30 -05:00
### Remove cron tasks from v1.3
2023-05-19 12:38:32 -05:00
2023-05-19 13:58:30 -05:00
Run ```sudo crontab -e` `` and remove any entries pertaining to LibreQoS from v1.3.
2023-05-19 12:38:32 -05:00
2023-05-19 13:58:30 -05:00
## Simple install via .Deb package (Recommended)
2023-05-19 12:38:32 -05:00
2023-05-19 13:58:30 -05:00
Use the deb package from the [latest v1.4 release ](https://github.com/LibreQoE/LibreQoS/releases/ ).
2023-05-19 12:38:32 -05:00
2023-05-19 13:58:30 -05:00
```shell
2023-06-21 11:33:18 -06:00
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 -
2023-05-19 13:58:30 -05:00
apt-get update
apt-get install libreqos
2023-05-19 12:38:32 -05:00
```
2023-05-19 13:58:30 -05:00
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.
2023-05-19 12:38:32 -05:00
2023-05-19 13:58:30 -05:00
## Complex Install (Not Reccomended)
2023-05-19 12:38:32 -05:00
2023-05-19 13:58:30 -05:00
```{note}
Use this install if you'd like to constantly deploy from the main branch on Github. For experienced users only!
2023-05-19 12:38:32 -05:00
```
2023-05-19 13:58:30 -05:00
[Complex Installation ](../TechnicalDocs/complex-install.md )
2023-05-19 12:38:32 -05:00
2023-05-19 13:58:30 -05:00
You are now ready to [Configure ](./configuration.md ) LibreQoS!