Configuring ARIA2 on a Windows system

Source: Internet
Author: User
Tags metalink

ARIA2 is a command line run, multi-protocol, multi-source Download tool (Http/https, FTP, BitTorrent, Metalink), and support Thunderbolt offline and Baidu Cloud and other commonly used network disk multi-threaded download (can even exceed the download speed of dedicated clients).

ARIA2 is available in Windows, Mac OS, Android, and Linux, with a slight difference in the specific configuration process. Here I am configuring ARIA2 on Windows.

ARIA2 is significantly different from traditional download software, it does not have an image user interface , and the installation configuration Aria2 is actually configuring a server .

First, download

ARIA2:
Https://github.com/aria2/aria2/releases

Second, installation

After the decompression to find an English path of the drop in the line.
I left it under the D:\aria2\.

Next, create several files:
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)

Three, the configuration (emphasis came)

1, Configuration aria2.conf

Use the text Editing tool to open the aria2.conf you just created.
Copy by the following content,
Note Modify the options:
dir=d:\td\ (download file save path, instead of the one you want)
Log=d:\aria2\aria2.log (log file, if you do not need the log, this line can be removed, if necessary, path D:\aria2\ instead of the path you installed ARIA2)
Input-file=d:\aria2\aria2.session
Save-session=d:\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:\aria2\ Instead you install the ARIA2 path)

Dir=d:\tdlog=d:\aria2\aria2.loginput-file=d:\aria2\aria2.sessionsave-session=d:\aria2\ Aria2.sessionsave-session-interval=60force-save=truelog-level=error
See--split option
max-concurrent-downloads=5continue=truemax-overall-download-limit=0max-overall-upload-limit= 50kmax-upload-limit=20
HTTP/FTP Options
Connect-timeout=120lowest-speed-limit=10kmax-connection-per-server=10max-file-not-found=2min-split-size= 1msplit=5check-certificate=falsehttp-no-cache=true
FTP specific optionsbt/pt Setting
bt-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 OPTIONSRPC Options
Enable-rpc=truepause=falserpc-allow-origin-all=truerpc-listen-all=truerpc-save-upload-metadata=truerpc-secure= False
Advanced Options
daemon=truedisable-ipv6=trueenable-mmap=truefile-allocation=fallocmax-download-result=120# No-file-allocation-limit=32mforce-sequential=trueparameterized-uri=true

2. Start-Up without CMD window

Use the text Editing tool to open the hiderun.vbs you just created.

Copy the following, note modify D:\aria2\ for your ARIA2 installation path (VBS path can not exceed 8 characters, I am not good so this software is placed in the root directory, the other directory long can not find files)

CreateObject ("Wscript.Shell"). Run "D:\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 drop the shortcut to the C:\Users\ user name \appdata\roaming\microsoft\windows\start Menu\Programs\Startup

I used windows8.1,windowsxp and 7 to find my own path.

Click Hiderun.vbs to start the server, theWindows system will prompt the firewall, click Allow extranet access to the app . Although no user interface is visible at this time, the program is actually running in the background, and the program can be seen running with the explorer .

Iv. Management Interface I.

ARIA2 is a command-line downloader, there is no interface, but there are webui.

Access to these URLs allows you to operate the server you have configured earlier. When accessing the relevant settings, if it is to access the server on this machine, IP address select localhost, port number is 6800, if remote control, you need to fill in the specific IP, port number 6800.

    1. ARIA2 WebUI Ghostry
    2. ARIA2 WebUI Ziahamza
    3. ARIA2 Web Console
Two

You can also download WebUI directly and then control the server.

Click: https://github.com/ziahamza/webui-aria2 Download

After that we can choose links, seeds, etc. to download the corresponding files.

Five, advanced application

1, Thunderbolt offline Yaaw download
Script Address: Https://github.com/binux/ThunderLixianExporter

Baidu Network disk Export plugin for chrome:https://github.com/acgotaku/baiduexporter
Aria2 WebGUI for Chrome:https://github.com/acgotaku/yaaw-for-chrome

Reference article:

http://iphil.cc/?p=536

Https://www.jianshu.com/p/bb9490ea1c4d

Configuring ARIA2 on a Windows system

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.