Skip to content

Instantly share code, notes, and snippets.

@dev1lsconf
Forked from T4P4N/aria2c-webui-termux.md
Created March 24, 2023 17:30
Show Gist options
  • Save dev1lsconf/c732753f2797c5cd69f09ff9698a50ff to your computer and use it in GitHub Desktop.
Save dev1lsconf/c732753f2797c5cd69f09ff9698a50ff to your computer and use it in GitHub Desktop.
Setup aria2c WebUI in Termux

Installation & Configuration

  • Install necessary pkgs
pkg install aria2c wget python git
  • Download webui for aria2c
git clone https://github.com/ziahamza/webui-aria2.git
  • Download quick script
wget https://pastebin.com/raw/wHHnJykY -O aria2c_webui_termux.py
  • Run the script
python aria2c_webui_termux.py
  • Optionally Make Alias for all stuff and move
  • this files & scripts to $PREFIX/share/ and make sure
  • you edit aria2c_webui_termux.py according to file locations
  • and disable firewall for default browsers (mobile users only)
  • beware of port clashes. :P too much lecture for now
  • Have a nice day!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment