ABOUT
Aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink.
infoWithin the LXC console, run `cat rpc.secret` to display the rpc-secret. Copy this token and paste it into the Aria2 RPC Secret Token box within the AriaNG Settings. Then, click the reload AriaNG button.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally2 CPU1024 MB RAM8 GB disk
Config path/root/aria2.daemon
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/aria2.sh'; sha='3a19f396f68cf9a997fe2da52df5f90f3405a367ffc7f61ed1e7b81f53876a48'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/aria2.shSHA-256 3a19f396f68cf9a997fe2da52df5f90f3405a367ffc7f61ed1e7b81f53876a48 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.