> For AI agents: the complete documentation index is available at https://www.tteam.icu/llms.txt, the full documentation bundle is available at https://www.tteam.icu/llms-full.txt.

# Aria下载器部署

## AriaNg Web界面

```bash
docker run -d \
--name ariang \
--restart unless-stopped \
-p 16880:6880 \
p3terx/ariang
```

## Aria2下载服务

```bash
docker run -d \
--name aria2 \
--restart unless-stopped \
-e PUID=$UID \
-e PGID=$GID \
-e UMASK_SET=022 \
-e RPC_SECRET=prc_password \# 这里为连接的密码
-e RPC_PORT=6800 \
-e LISTEN_PORT=6888 \
-p 16800:6800 \
-p 16888:6888 \
-p 16888:6888/udp \
-v /data/docker/aria2/config:/config \
-v /data/docker/aria2/downloads:/downloads \
p3terx/aria2-pro
```

## 连接说明

使用 `prc_password` 作为连接密码
