# local-aria2-webui **Repository Path**: masx200/local-aria2-webui ## Basic Information - **Project Name**: local-aria2-webui - **Description**: 本地化的aria2 webui - **Primary Language**: JavaScript - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: https://masx200.github.io/local-aria2-webui/static - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-07-17 - **Last Updated**: 2026-02-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # local-aria2-webui 本地化的 aria2 webui 感谢原作者 https://github.com/ziahamza/webui-aria2 在线访问 https://masx200.github.io/local-aria2-webui/static # 安装 安装 nodejs https://nodejs.org/ ```shell apt install nodejs ``` 安装 yarn https://yarnpkg.com/ ```shell npm install -g yarn ``` 安装 live-server https://www.npmjs.com/package/live-server ```shell yarn global add live-server ``` ```bash yarn global add @masx200/local-aria2-webui ``` # 启动 ```bash npx @masx200/local-aria2-webui --port=8080 --host=localhost ``` 使用浏览器打开网址 http://127.0.0.1:8080 aria2c RPC 配置 https://github.com/masx200/aria2c-backend-rpc-config