root@q:~# wget https://static.adguard.com/adguardhome/release/AdGuardHome_linux_amd64.tar.gz --2022-12-2814:17:19-- https://static.adguard.com/adguardhome/release/AdGuardHome_linux_amd64.tar.gz Resolving static.adguard.com (static.adguard.com)... 84.17.57.7, 84.17.57.3 Connecting to static.adguard.com (static.adguard.com)|84.17.57.7|:443... connected. HTTP request sent, awaiting response... 200OK Length:11631231 (11M) [application/octet-stream] Savingto: ‘AdGuardHome_linux_amd64.tar.gz’ AdGuardHome_linux_amd64.tar.gz 100%[===========================================================================================================================================>] 11.09M 2.32MB/s in6.4s 2022-12-2814:17:27 (1.72MB/s) - ‘AdGuardHome_linux_amd64.tar.gz’ saved [11631231/11631231] root@q:~# tar xvf AdGuardHome_linux_amd64.tar.gz ./AdGuardHome/ ./AdGuardHome/AdGuardHome ./AdGuardHome/LICENSE.txt ./AdGuardHome/AdGuardHome.sig ./AdGuardHome/README.md ./AdGuardHome/CHANGELOG.md root@q:~# ls AdGuardHomeAdGuardHome_linux_amd64.tar.gz go snap root@q:~# cd AdGuardHome root@q:~/AdGuardHome# chmod u+x AdGuardHome root@q:~/AdGuardHome# ./AdGuardHome -s install 2022/12/2814:18:09 [info] AdGuardHome, version v0.107.21 2022/12/2814:18:09 [info] service: control action: install 2022/12/2814:18:10 [info] service: started 2022/12/2814:18:10 [info] Almost ready! AdGuardHome is successfully installed and will automatically start on boot. There are a few more things that must be configured before you can use it. Click on the link below and follow the InstallationWizard steps to finish setup. AdGuardHome is now available at the following addresses: 2022/12/2814:18:10 [info] Go to http://127.0.0.1:3000 2022/12/2814:18:10 [info] Go to http://[::1]:3000 2022/12/2814:18:10 [info] Go to http://192.168.43.118:3000 2022/12/2814:18:10 [info] service: action install has been done successfully on linux-systemd root@q:~/AdGuardHome#