Hi,
I installed Aria2 from the dietpi-software catalog, but cannot access the URL (url = http://192.168.0.100/aria2/docs) after installing it.
Do I have to do something with the aria2.conf before the webUI will work for me? Please advise.
Thanks in advance!
Aria2 WebUI not loading Topic is solved
Re: Aria2 WebUI not loading
Hi,
Is 192.168.0.100 the IP address of your DietPi system?
Is 192.168.0.100 the IP address of your DietPi system?
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team
-
- Posts: 13
- Joined: Tue Nov 10, 2020 6:04 pm
Re: Aria2 WebUI not loading
No, it is 192.168.101.12, and I did use 192.168.101.12/aria2/docs. Had just pasted that from the instructions to check if I was missing something.
Re: Aria2 WebUI not loading
you need to use http://192.168.101.12/aria2/docs to be able to connect to your installation. To check if your web server is working well, you could try connection to http://192.168.101.12/
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team
-
- Posts: 13
- Joined: Tue Nov 10, 2020 6:04 pm
Re: Aria2 WebUI not loading
Not working, when I go to http://192.168.101.12/aria2/docs. In fact, I am prompted if I meant to go to the Pihole admin page. Please see screenshot below.
Re: Aria2 WebUI not loading
usually this message appears only if the suborder is not existing you are trying to access. It's usually an indication for a HTTP 404 Not Found
pls can you have a look ls -la /var/www/aria2
BTW: what web server you are running
pls can you have a look ls -la /var/www/aria2
BTW: what web server you are running
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team
-
- Posts: 13
- Joined: Tue Nov 10, 2020 6:04 pm
Re: Aria2 WebUI not loading
I am running Lighttpd webserver.
Code: Select all
root@DietPi:~# ls -la /var/www/aria2
total 352
drwxrwxr-x 5 root root 4096 Apr 12 2020 .
drwxr-xr-x 4 root root 4096 Nov 22 20:52 ..
-rw-rw-r-- 1 root root 258 Apr 12 2020 .dockerignore
-rw-rw-r-- 1 root root 54 Apr 12 2020 .gitignore
-rw-rw-r-- 1 root root 32 Apr 12 2020 .prettierignore
-rw-rw-r-- 1 root root 22 Apr 12 2020 .prettierrc
-rw-rw-r-- 1 root root 1780 Apr 12 2020 CONTRIBUTING.md
-rw-rw-r-- 1 root root 1359 Apr 12 2020 Dockerfile
-rw-rw-r-- 1 root root 3106 Apr 12 2020 Dockerfile.arm32v7
-rw-rw-r-- 1 root root 1060 Apr 12 2020 LICENSE
-rw-rw-r-- 1 root root 4784 Apr 12 2020 README.md
-rw-rw-r-- 1 root root 347 Apr 12 2020 app.json
-rw-rw-r-- 1 root root 2428 Apr 12 2020 directurl.md
-rw-rw-r-- 1 root root 268 Apr 12 2020 docker-compose.yml
drwxrwxr-x 3 root root 4096 Apr 12 2020 docs
-rw-rw-r-- 1 root root 5430 Apr 12 2020 favicon.ico
-rw-rw-r-- 1 root root 1479 Apr 12 2020 node-server.js
-rw-rw-r-- 1 root root 245843 Apr 12 2020 package-lock.json
-rw-rw-r-- 1 root root 1545 Apr 12 2020 package.json
-rw-rw-r-- 1 root root 111 Apr 12 2020 postcss.config.js
drwxrwxr-x 2 root root 4096 Apr 12 2020 screenshots
drwxrwxr-x 4 root root 4096 Apr 12 2020 src
-rw-rw-r-- 1 root root 66 Apr 12 2020 static.json
-rw-rw-r-- 1 root root 1780 Apr 12 2020 webpack.config.js
-rw-rw-r-- 1 root root 4549 Apr 12 2020 webui-aria2.spec
Re: Aria2 WebUI not loading
ok let's have a look inside the docs folder
Code: Select all
ls -la /var/www/aria2/docs
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team
-
- Posts: 13
- Joined: Tue Nov 10, 2020 6:04 pm
Re: Aria2 WebUI not loading
Code: Select all
root@DietPi:~# ls -la /var/www/aria2/docs
total 1588
drwxrwxr-x 3 root root 4096 Apr 12 2020 .
drwxrwxr-x 5 root root 4096 Apr 12 2020 ..
-rw-rw-r-- 1 root root 110676 Apr 12 2020 app.css
-rw-rw-r-- 1 root root 539365 Apr 12 2020 app.js
drwxrwxr-x 2 root root 4096 Apr 12 2020 flags
-rw-rw-r-- 1 root root 81758 Apr 12 2020 index.html
-rw-rw-r-- 1 root root 1638 Apr 12 2020 precache-manifest.b562a874cfed1a8c74df9b49e6f1c2cc.js
-rw-rw-r-- 1 root root 903 Apr 12 2020 service-worker.js
-rw-rw-r-- 1 root root 866195 Apr 12 2020 vendor.js
Re: Aria2 WebUI not loading
hmm strange, files are all there. Usually it should work. Can try following on your browser
http://192.168.101.12/aria2/docs/index.html
http://192.168.101.12/aria2/docs/index.html
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team