Skip to content

belanasaikiran/Web-Terminal

Repository files navigation

Web Terminal

Web Terminal Using xTerm, SSH2 & Socket.io

Built on:

  • NodeJs
  • BackEnd & ReactJs
  • FrontEnd

Clone Project:

git clone https://github.com/belanasaikiran/Web-Terminal.git

You can fork it and use it for your projects.

I've added a .env file so that you can use it to modify according to your device credentials 🔑

Please make sure you have openssh installed locally and have setup the config file.

Arch linux:

sudo pacman -S openssh

Ubuntu:

sudo apt-get install openssh

Install Dependencies :

cd Web-Terminal
npm install

cd client
npm install

Run the Project:

npm run dev

Needs ports 3000 and 5000 to be free.

Working Sample:

Any Contributions are always welcome 🤗 …

Future Changes/Releases

  • Build an Electron app for a unified version.
  • Save multiple configs using SQLite