Unlock the Magic: Host Your Local Website Anywhere Using Android VPS! 🌍✨

Host Website: TraxDinosaur
TraxDinosaur Logo

Host Website: TraxDinosaur

Step 1: Open Terminal
After installing the VPS on your phone using this video, open the terminal on your phone.
Step 2: Run Your Server
To run your server or website on any port in the background, use the following command (example for Python):
nohup python3 main.py &
Step 3: Install Wget
Install wget by running the following command:
apt install wget
Step 4: Download Cloudflared
Download Cloudflare's latest version by running this command:
wget https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-arm64.deb
Step 5: Install Cloudflared
In the directory where the file was downloaded, install Cloudflared using this command:
apt install ./cloudflared-linux-arm64.deb
Step 6: Use Cloudflared to Expose Your Local Site
Use Cloudflared to expose your site or server. Replace the example URL with your own:
cloudflared --url http://localhost:5000

You will receive a URL that can be used to access your site remotely.

Post a Comment

0 Comments