Delete Facebook Account Using IlayTamvan Report Tool in Termux Install Termux: Download and install the Termux app from the Google Play Store. Open Termux: Launch the Termux app on your Android device. Update and upgrade Termux packages: Type the following command in the Termux terminal and press Enter: apt update && apt upgrade Install required dependencies: Install Python 2 by entering the following command and pressing Enter: apt install python2 Install Git by entering the following command and pressing Enter: apt install git Clone the IlayTamvan Report tool repository: Enter the following command to clone the repository and press Enter: git clone https://github.com/rajbhx/Report.git Navigate to the Report tool directory: Change to the Report directory by entering the following command and pressing Enter: ...
Installing Cloudflared in Termux for Android (ngrok Alternative) – 2026 Updated Repository Link https://github.com/rajbhx/cloudflared-termux What Is Cloudflare? Cloudflare, Inc. is an American content delivery network (CDN) and DDoS protection company founded in 2010. It works as a reverse proxy between visitors and the hosting provider, improving security, performance, and reliability. Basic Usage Once installed, Cloudflared can expose a local service to the internet. cloudflared -url localhost:PORT Example: cloudflared -url localhost:8000 Alternative command: cloudflared tunnel localhost:PORT Installation Make sure your Termux app is fully updated before proceeding. Installation Commands Follow the steps below to install Cloudflared using the rajbhx/cloudflared-termux script. 1. Update Termux and install Git pkg update && pkg upgrade pkg install git 2. Clone the Cloudflared Termux repository git ...