Stackedge

Host Multiple Sites on Termux Easily

Stackedge is a mini PM2-style manager built for Termux. Start, stop, list, and resurrect apps with full Tor support and instant .onion URLs.

Dashboard Get Started

Installation & Setup (Termux Friendly)

Install Stackedge globally via npm:

npm install -g stackedge
Click to copy

Verify CLI installation:

stackedge
Click to copy

ASCII TUI with status summary will appear.

Ensure Tor directories exist:

mkdir -p $HOME/.tor/hidden
chmod 700 $HOME/.tor
chmod 700 $HOME/.tor/hidden
Click to copy

Ready to start a site:

stackedge start mysite -- php -S localhost:8000
Click to copy

Stackedge starts Tor, creates hidden service, assigns free port, and shows .onion URL.

Usage / Commands

Start an App

stackedge start mysite -- php -S localhost:8000
Click to copy

Stop an App

stackedge stop mysite
Click to copy

Restart an App

stackedge restart mysite
Click to copy

List Apps

stackedge list
Click to copy

Resurrect Apps

stackedge resurrect
Click to copy

Why Stackedge?

Mini PM2 for Termux

Manage multiple apps easily from Termux with CLI commands.

Tor Integration

Automatically create .onion URLs without manual config.

Quick Setup

Install globally and start your site instantly.