Installation

Prerequisites

Before installing remote-terminal, make sure you have:

Install from Source

# Clone the repository
git clone https://github.com/chintan-diwakar/remote-terminal.git

# Navigate to the directory
cd remote-terminal

# Install dependencies
npm install

Install Globally (npm)

npm install -g remote-terminal

Then run from anywhere:

remote-terminal start

Verify Installation

# Check if the CLI works
node bin/remote-terminal.mjs --version

# Start the server
npm start

You should see:

[remote-terminal] === remote-terminal is running ===
[remote-terminal]   Web terminal: http://localhost:7860/

Next Steps