FireStreaker2 / WebSSH

Web interface for sshing

Home Page:https://web-ssh.firestreaker2.gq

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebSSH

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:

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

For development:

$ npm run dev

For production:

$ npm run build
$ npm start

License

MIT

About

Web interface for sshing

https://web-ssh.firestreaker2.gq

License:MIT License


Languages

Language:TypeScript 92.2%Language:CSS 5.9%Language:JavaScript 1.9%