Aria 2 is a high-speed download tool that supports all current mainstream operating systems. It has the powerful download function, can realize the breakpoint continues to transmit, the multi-thread multi-resource download enhances the download speed efficiently, also is bt/pt download the weapon. The most important thing is QNAP help you through the QPKG installation way to achieve the majority of users concerned about the support Thunder offline download retrieval function, so that your NAS shake into a thunderbolt offline download machine, enjoy the Thunder download resources, quickly come to experience it!
ARIA2 Download and install
Go to Aria2 official download page: Aria2
Download the latest version of ARIA2, the latest version I have seen is: 1.25.0
Unzip, I unzip it under D:\APP\ARIA2, and then create a new four files in that directory:
Aria2.log (log, empty file on line)
Aria2.session (download history, empty files on the line)
aria2.conf (config file)
Hiderun.vbs (hidden cmd window is used to run)
Configuration of the ARIA2
1. Open aria2.conf and copy the following to the file:
Dir=d:\downloadlog=d:\app\aria2\aria2.loginput-file=d:\app\aria2\aria2.sessionsave-session=d:\app\aria2\ aria2.sessionsave-session-interval=60force-save=truelog-level=error# See--split optionmax-concurrent-downloads= 5continue=truemax-overall-download-limit=0max-overall-upload-limit=50kmax-upload-limit=20# Http/FTP Optionsconnect-timeout=120lowest-speed-limit=10kmax-connection-per-server=10max-file-not-found=2min-split-size =1msplit=5check-certificate=falsehttp-no-cache=true# FTP specific options# bt/pt settingbt-enable-lpd=true# Bt-max-peers=55follow-torrent=trueenable-dht6=falsebt-seed-unverifiedrpc-save-upload-metadata= truebt-hash-check-seedbt-remove-unselected-filebt-request-peer-speed-limit=100kseed-ratio=0.0# Metalink Specific options# RPC optionsenable-rpc=truepause=falserpc-allow-origin-all=truerpc-listen-all= truerpc-save-upload-metadata=truerpc-secure=false# Advanced optionsdaemon=truedisable-ipv6=trueenable-mmap= Truefile-allocation=falloc Max-download-result=120#no-file-allocatiOn-limit=32mforce-sequential=trueparameterized-uri=true
Note Modify the following options:
dir=d:\download\ (download file save path, instead of the one you want)
Log=d:\app\aria2\aria2.log (log file, path D:\App\Aria2\ changed to the path you installed ARIA2)
Input-file=d:\app\aria2\aria2.session
Save-session=d:\app\aria2\aria2.session
(these two are recorded and read download history, power loss and restart to ensure that the download task will not be lost, if sometimes aria2 can not start, empty the contents of the line, the path D:\App\Aria2\ instead of the path you installed ARIA2)
2. Edit the Hiderun.vbs and copy the following, and note modify the D:\App\Aria2\ for your ARIA2 installation path:
CreateObject("WScript.Shell").Run "D:\App\Aria2\aria2c.exe --conf-path=aria2.conf",0
To start aria2, be sure to click on this file and do not click Aria2c.exe. If you want to boot up, create a hiderun.vbs shortcut, and put it in "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup".
3. Manage Aria 2 download tasks
- First, we're going to open Aria2 's WebUI.
- Then set JSON-RPC path to HTTP://LOCALHOST:6800/JSONRPC in the settings of the page
- Click Save, then.
How to configure Aria under Windows 2