Skip to content

Instantly share code, notes, and snippets.

@T4P4N
Last active August 24, 2025 16:41
Show Gist options
  • Save T4P4N/37ea56f0d54138eeaa1c164c54c3d0f2 to your computer and use it in GitHub Desktop.
Save T4P4N/37ea56f0d54138eeaa1c164c54c3d0f2 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