RNX OS Installation Guide Note: For 64-bit (arm64) Android devices running Android 10+ Creator: Rishabh Sarswa (Rishu) | Instagram | Telegram Support Prerequisites 64-bit Android device (arm64) Android 10 or newer Minimum 2GB free storage Step 1: Download & Install Apps Installation Order RNX Core RNX Neo RNX XIO (Optional GUI) Commands & Troubleshooting # For permission errors: 1. Restart device 2. Open RNX Core first 3. Then open RNX Neo Step 2: Install Linux rnx get-default-linux Follow prompts to set up Debian with root password and user account Services Setup Service Command Port XIO (GUI) rnx_uwax enable xio :1 ProFTPD rnx_uwax enable proftpd ...
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 ...