How to Host a Web Server on Android and Port Forward with Ngrok

Steps to Host a Web Server on Android

Let’s get right into the steps to host a web server on our Android devices now.

1. Install Termux and Hacker’s Keyboard

First, we will need two Applications before we continue on: Termux (which will help us issue commands) and Hacker’s Keyboard (which will help us to use keys like Ctrl, Esc, Alt which are usually not available on standard Android Keyboards).

You can get Termux from their official website or from Google Playstore.

You can install Hacker’s Keyboard as well for better navigation within the Termux window.

2. Install Packages on Termux

Now we need to install some of the packages we require on Termux. Open the app and type in the following commands:

 
$ pkg update && pkg upgrade

This should upgrade our current system. Next up we will need to install some necessary packages with:

 
$ pkg install apache2 git neovim wget curl

3. Connect to Android Device via SSH (Optional)

Note that this section is completely optional. Here we will install some additional packages just to aid us during the whole process:

 
$ pkg install openssh neofetch fish nmap

First let’s enable SSH so that we can connect to our phone via our PC by:

Next, check your username and IP with:

Now we need to check which port the SSH service is running. You can check it with:

Once you have the Port Number, switch over to your PC and connect to your device with:

4. Start the Webserver on Android

Now, we can start our server with:

By default, the webpage is hosted on port 8080.

To edit the message, we need to change the index.html file with:

 
$ vi $PREFIX/share/apache2/default-site/htdocs/index.html

5. Port Forwarding with Ngrok

First, we need to get the compressed file from the official website with:

 
$ wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-arm64.tgz

Unzip the file with:

 
$ tar -xvzf ngrok-stable-linux-arm64.tgz

Finally, with our webserver still running, type:

Conclusion

Thus, in this way, we can use our Android phones as web servers. On non-rooted phones, you can host a webserver on any of the higher ports while on rooted phones you can use the default port 80.

Source: digitalocean.com

Create a Free Account

Register now and get access to our Cloud Services.

Posts you might be interested in:

Moderne Hosting Services mit Cloud Server, Managed Server und skalierbarem Cloud Hosting für professionelle IT-Infrastrukturen

Apache Airflow on Ubuntu 24.04 with Nginx and SSL

Apache, Tutorial

This guide provides step-by-step instructions for installing and configuring the Cohere Toolkit on Ubuntu 24.04. It includes environment preparation, dependency setup, and key commands to run language models and implement Retrieval-Augmented Generation (RAG) workflows. Ideal for developers building AI applications or integrating large language models into their existing projects.

Moderne Hosting Services mit Cloud Server, Managed Server und skalierbarem Cloud Hosting für professionelle IT-Infrastrukturen

Install Ruby on Rails on Debian 12 – Complete Guide

This guide provides step-by-step instructions for installing and configuring the Cohere Toolkit on Ubuntu 24.04. It includes environment preparation, dependency setup, and key commands to run language models and implement Retrieval-Augmented Generation (RAG) workflows. Ideal for developers building AI applications or integrating large language models into their existing projects.

Moderne Hosting Services mit Cloud Server, Managed Server und skalierbarem Cloud Hosting für professionelle IT-Infrastrukturen

Install VeraCrypt on Ubuntu 24.04 for Secure Encryption

Security, Tutorial

This guide provides step-by-step instructions for installing and configuring the Cohere Toolkit on Ubuntu 24.04. It includes environment preparation, dependency setup, and key commands to run language models and implement Retrieval-Augmented Generation (RAG) workflows. Ideal for developers building AI applications or integrating large language models into their existing projects.