Aria2 is a file sharing program.
When you run a torrent, its data will be made available to others by means of upload.
Any content you share is your sole responsibility.
1a - For Mipsel devices install Debian from here
1b - For Arm devices install Debian from here
2 - Setup Lighttpd Web Server from here
3 - Enter Debian
4 - Install Aria2
5 - Download startup script
chmod 755 /etc/init.d/S81aria2-debian
6 - Download configuration file
wget -c -O /etc/aria2/aria2.conf https://bit.ly/2LH07Np
chmod 755 /etc/aria2/aria2.conf
7 - Download WebUi for Aria2
unzip /var/tmp/webui-aria2.zip -d /var/tmp/ && rm /var/tmp/webui-aria2.zip
mv /var/tmp/webui-aria2-master /var/www/aria2
8 - To enable startup script we need to exit debian
9 - Add Aria2 to chrooted services list
echo "S81aria2-debian" >>/opt/etc/chroot-services.list
chmod 755 /opt/etc/chroot-services.list
10 - Start Aria2
11 - Open in web browser 192.168.1.1:81/aria2 and modify Settings as you wish (settings like authentification and password can be added/changed by editing /opt/etc/aria2/aria2.conf file)
Downloads are stored in aria2 folder under EXT_DIR mounted in S99debian script file edited when installed Debian, ex. /mnt/sda1/Media/aria2
12 - Happy downloading...