# Start aria2
docker run --rm --name aria2 --net=host ghcr.io/chneau/aria2
# build for linux/amd64 linux/arm64 linux/386 linux/arm/v6 linux/arm/v7 linux/ppc64le linux/s390xOpen localhost:3000 with username: "" and password: "look on the console"
Then go to AriaNg Settings > RPC (localhost:3000) > Aria2 RPC Secret Token: "look on the console"
PORTThe port the web interface will be served on, default to3000EXTERNAL_PORTThe port the aria2 server will be available on, replace the default value on the web interface, default to the value ofPORTSECRETThe secret token for the aria2 server, default to arandom 16 charactersstringARIA_PORTThe port the aria2c server will run on, default to6800ARIA_DIRThe directory where the downloads will be saved, default to/dataUSERNAMEThe username for the web interface, default to""(empty)PASSWORDThe password for the web interface, default to the value ofSECRET
Basic authfor the web interface is on if whetherUSERNAMEorPASSWORDare set- Setting the Aria2c RPC Secret Token in the web interface is set if there is
basic auth