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
- Host: GitHub
- URL: https://github.com/firestreaker2/webssh
- Owner: FireStreaker2
- License: mit
- Created: 2024-03-21T03:32:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-18T04:27:44.000Z (about 2 years ago)
- Last Synced: 2025-01-17T23:45:58.878Z (over 1 year ago)
- Topics: nextjs, react, ssh, ts, tsx, typescript, web
- Language: TypeScript
- Homepage: https://web-ssh.firestreaker2.gq
- Size: 331 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 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)