ziahamza / webui-aria2

The aim for this project is to create the worlds best and hottest interface to interact with aria2. Very simple to use, just download and open index.html in any web browser.
MIT License
9.96k stars 1.47k forks source link

webui-aria2 raspberry stretch #514

Open papero76 opened 5 years ago

papero76 commented 5 years ago

I've installed aria2 on my raspberry with raspbian stretch, i'd like handle aria2 by web. I tried https://ziahamza.github.io/webui-aria2/ , setting my raspberry IP , port and SSL. but it is impossible establish the connection. I tried on crome, firefox. crome on rasperry firefox on windows10 firefox on windows 7 starting to the point I've not have experience on raspberry an linux, i'd like receive cleare explanation. thank you

no1xsyzy commented 5 years ago
  1. To have something that can be remotely controlled with this project is an RPC server, which is explained in the aria 2 manual, which is also available with shell command man aria2c (if you have installed package man, which stands for "manual") or aria2c --help=rpc.
  2. To run aria 2 RPC interface over SSL require your own domain and a certificate for it. https://dot.tk can help you with a free domain with a minor top domain like .tk or .ml. Let's encrypt could help with a free certificate (need to be renewed periodically, but there are scripts to automate that process). rpc-certificate option manual should manage to tell you how to enable SSL with aria 2 RPC server.
  3. Otherwise, if you don't want to F*ck with the mess of SSL, you can just visit http://ziahamza.github.io/webui-aria2/ (without https) to go unsecured connection. You can even set up an Nginx or Apache server serving the WebUI from your RPi.

Most aria 2 RPC server tutorial is available in Chinese. I don't know why but maybe I should build something.