Host tool – Hello, the guy’s in this article we are going to discuss how to expose our localhost worldwide in a simple way. most of the people using ngrok because our localhost only works with the local network but this article we discussed exposes our localhost world-wide.

What is host tool?
Requirements
- Android version 5.0 and above
- Termux
- Openssh package
- Curl package
- Php package
Tested platform
What is openssh?
OpenSSH is the premier connectivity tool forย remoteย login with the SSH protocol. It encrypts all traffic to eliminate eavesdropping, connection hijacking, and otherย attacks. … Key management with ssh-add, ssh-keysign, ssh-keyscan, and ssh-keygen. The service side consists of sshd, sftp-server, and ssh-agent.
How to install openssh?
pkg install openssh
How to install and use Host tool?
Step 1:
pkg install php
Step 2:
pkg install curl
Step 3:
git cloneย https://github.com/htr-tech/host.git
Step 4:
bash host.sh
single command to install and execute host in your termux.
apt update ; apt install git curl php openssh -y ; git clone git://github.com/htr-tech/host.git ; cd host ; bash host.sh