Skip to content
This repository was archived by the owner on Jan 1, 2024. It is now read-only.
/ online-terminal Public archive

Easily execute commands on your computer from your browser.

License

Notifications You must be signed in to change notification settings

wdhdev/online-terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌐 Online Terminal

Easily execute commands on your computer from your browser.

Preview

Preview

💾 Installation

To install Online Terminal, run the following command in your terminal:

npm install -g online-terminal

💻 Usage

You can also use the alias ot.

To start the terminal server run the following command:

online-terminal

Once you run the command, your browser should automatically open the terminal website.

Options

You can use multiple options at the same time.

--password

If you want to set your own custom password, you can set it using --password:

Example

online-terminal --password YOUR_PASSWORD

--port

If you want to use a custom port, you can set it using --port:

Example

online-terminal --port 1234