#share#Linux one-click installation of Aria2 + AriaNg + Filebrowser to achieve offline downloading and online playback

888u

Last update at :2024-02-19,Edit by888u

The blogger likes to watch some American dramas, but downloading in mainland China is very slow. I used to install WIN on an ION machine to download and then transfer it to the local computer through the MEGA network disk. Although the speed is faster, it is more troublesome. Today I found Xiao Z Da My CCAA is very easy to use, so I share it with everyone. CCAA was originally CentOS + Caddy + AriaNg + Aria2, so it was named CCAA. However, it now not only supports CentOS, but also mainstream Debian and Ubuntu. Caddy has been removed since version 2.0 (2020/02/28). I switched to Golang and wrote a simple WebServer to run AriaNg.

The functions of each software

  • Aria2 provides offline download
  • ccaa_web supports AriaNg operation and is written in Golang
  • AriaNg provides WEB interface for Aria2
  • Filemanager provides file management

Main functions

  • Supports offline downloads such as HTTP/HTTPS/FTP/BT/magnetic links, resumed downloads, etc.
  • File management, video online playback
  • Complete help documentation

Contents of this update

  • Optimize installation script
  • Update aria2 version
  • Update Filebrowser version
  • Update AriaNG version
  • Remove Caddy and use Golang to write a simple WebServer to run AriaNG
  • CentOS 8 support
  • Fix some bugs

One-click installation of CCAA (Aria2 + AriaNg + Filebrowser)

Currently supported operating systems are: CentOS 7-8, Debian 8-10, Ubuntu 16-18. The operating system requires 64-bit. Please copy the following command according to your VPS location:

#overseas bash <(curl -Lsk https://raw.githubusercontent.com/helloxz/ccaa/master/ccaa.sh) #Chinese mainland bash <(curl -Lsk https://raw.githubusercontent.com/helloxz/ccaa/master/ccaa.sh) cdn

If the -bash: curl: command not found error appears, it means that the curl command is not installed. Please enter the following command to install curl first, and then go back and execute the above command.

#Debian or Ubuntu apt-get -y install curl #CentOS yum -y install curl

If no errors occur, you will see the following interface. Enter 1 according to the prompts to install CCAA

During the installation process, you will be asked to set the download path (if not filled in, the default download path is /data/ccaaDown) and the Aria2 RPC key. The key is recommended to be a combination of letters + numbers, and do not contain special characters to avoid exceptions.

After the installation is complete, you will be prompted for the access address, Aria2 RPC key, File Browser username, and password

  • The default access address is http://IP:6080
  • Aria2 RPC key: set by yourself
  • File Browser username: default is ccaa
  • File Browser password: default is admin

Getting started

Enter http://IP:6080 to access AriaNg. When opening it for the first time, it will prompt "Authentication failed". This is normal. Click "AriaNg Settings - RPC - Fill in the RPC key you set previously"

There is a "File Management" menu in the left navigation bar, which is the entrance address of FileBrowser. The URL address is http://IP:6081, the initial user name is: ccaa, and the password is: admin. Please be sure to modify it after logging in to FileBrowser. password.

Common commands

After successful installation, you can use the following command to manage CCAA:

#Enter CCAA management interface ccaa #View ccaa status ccaa status #Start ccaa ccaastart #stopccaa ccaastop #restartccaa ccaa restart #View current version ccaa -v

Notes

  • CCAA pulls resources from Github. It is recommended to use foreign servers. Mainland China servers may be installed very slowly or unsuccessfully
  • If the server has a security group enabled, be sure to allow the following ports in the security group: 6080/6081/6800/6998/51413
  • Most service providers prohibit downloading BT. If the server is blocked due to illegal use, I will not bear any responsibility

Reprint source

CCAA project address: https://github.com/helloxz/ccaa Author's blog address: https://www.xiaoz.me/archives/14336

Recommended site searches: US virtual host purchase, dual line dual IP, domain name registration service, free static space, Jiangsu high-defense server, US host rental, multi-IP station group server, IP rental, overseas domain name, Chinese domain name registration,

#share#Linux one-click installation of Aria2 + AriaNg + Filebrowser to achieve offline downloading and online playback

All copyrights belong to 888u unless special state
取消
微信二维码
微信二维码
支付宝二维码