Hi, I already installed the Aria2 in my Buffalo NAS LS421 using your guide. The webinterface did not work but I use the WebUI from here: https://github.com/ziahamza/webui-aria2 and it works. But I cannot use remote the Aria2 throught Aria2c Remote Control. Can you help me? I try a lot but no lucks.
Here is my aria2.conf configs:
Code:
daemon=true
dir=/mnt/array1/share
max-connection-per-server=16
enable-rpc=true
rpc-user=admin
rpc-passwd=admin
rpc-listen-all=true
rpc-port-all=true
log=/opt/var/log/aria2/aria2.log
log-level=warn
auto-save-interval=30
event-poll=poll
# other options to your choise here
enable-xml-rpc=true //I got some helps to tell me just enable xml-rpc to use the remote but it do no work
xml-rpc-listen-port=6818 //I used the different port but it could not be log in to the remote
#xml-rpc-user=admin
#xml-rpc-passwd=password
xml-rpc-listen-all=true
xml-rpc-port-all=true
And here some screenshot:
Note: the port I used is 6818 not 6800, I try 6800 but it does not work.
Name:  14560433840_e7dcb12035_b.jpg
Views: 17316
Size:  170.8 KB

Name:  14724110766_20a2d35dc6_b.jpg
Views: 17332
Size:  140.1 KB

Thank you so much.