AriaNg Docker image | A modern web frontend making aria2 easier to use | Aria2 WebUI
5M+
This is just Aria2 WebUI frontend, recommended for use with Aria2 Pro
AriaNg is a modern web frontend making aria2 easier to use. AriaNg is written in pure html & javascript, thus it does not need any compilers or runtime environment. You can just put AriaNg in your web server and open it in your browser. AriaNg uses responsive layout, and supports any desktop or mobile devices.
# bridge network mode
docker run -d \
--name ariang \
--log-opt max-size=1m \
--restart unless-stopped \
-p 6880:6880 \
p3terx/ariang
# host network mode (If you need to use IPv6 network access, this is the easiest way)
docker run -d \
--name ariang \
--log-opt max-size=1m \
--restart unless-stopped \
--network host \
p3terx/ariang --port 6880 --ipv6
Desktop

Mobile Device

Content type
Image
Digest
sha256:88dfc3d2f…
Size
1 MB
Last updated
about 21 hours ago
docker pull p3terx/ariang:test