Alibaba Cloud builds an offline download server

Alibaba Cloud builds an offline download server

Deploy offline download server

CCAA is a server offline download solution package, the components include Aria2 to provide offline download, ccaa_web supports AriaNg operation, AriaNg provides Aria2 with WEB interface and Filemanager provides file management.
Its main functions are:
1. Support offline downloads such as HTTP/HTTPS/FTP/BT/magnet links, and resume uploads after breakpoints, etc.
2. File management, online video playback
3. Complete help files

Installing CCAA:
1. Replacement operations System: Select the version of Ubuntu 18.04 here
2. Use putty to download:
enter the following command:

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

According to the prompt, choose to install
insert image description here
Select the installation path and key (here choose the default installation path):
insert image description here
Then the installation is complete!
Visit the address, and this will appear!
insert image description here
Then enter the settings, enter the key:
insert image description here
then the setup is complete!
Commonly used commands are as follows:

ccaa:进⼊CCAA操作界⾯
ccaa status:查看CCAA运⾏状态
ccaa stop:停⽌CCAA
ccaa start:启动CCAA
ccaa restart:重启CCAA
ccaa -v:查看CCAA版本(2.0开始⽀持)

Use an offline download server

We can download and upload files directly in it:
insert image description here
then we can find it in the file management:
insert image description here

Guess you like

Origin blog.csdn.net/qq_45397526/article/details/107896778