Easily execute commands on your computer from your browser. https://npmjs.com/online-terminal
This repository has been archived on 2025-11-01. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2023-12-27 20:13:27 +08:00
.github Create FUNDING.yml 2023-12-27 20:13:27 +08:00
media [ImgBot] Optimize images 2023-12-27 11:18:55 +00:00
src v1.1.0 2023-06-03 12:44:00 +08:00
.gitignore Initial commit 2023-03-26 09:52:02 +08:00
LICENSE Update LICENSE 2023-06-04 16:17:45 +08:00
package-lock.json v1.1.1 2023-06-03 14:36:34 +08:00
package.json v1.1.1 2023-06-03 14:36:34 +08:00
README.md v1.1.0 2023-06-03 12:44:00 +08:00

🌐 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