An open API service indexing awesome lists of open source software.

https://github.com/firestreaker2/webssh

Web interface for sshing
https://github.com/firestreaker2/webssh

nextjs react ssh ts tsx typescript web

Last synced: about 2 months ago
JSON representation

Web interface for sshing

Awesome Lists containing this project

README

          

![WebSSH](https://socialify.git.ci/FireStreaker2/WebSSH/image?description=1&forks=1&issues=1&language=1&name=1&owner=1&pulls=1&stargazers=1&theme=Dark)

# About

WebSSH is a site that allows for running commands on a VPS via SSH in your browser. It accomplishes this by sending commands to the backend of the site, which lets it execute the commands for you.

# Usage

Setup:

```bash
$ git clone https://github.com/FireStreaker2/WebSSH.git
$ cd WebSSH
$ npm i
```

For development:

```bash
$ npm run dev
```

For production:

```bash
$ npm run build
$ npm start
```

# License

[MIT](https://github.com/FireStreaker2/WebSSH/blob/main/LICENSE)