a remote terminal in the web
  • JavaScript 99.9%
  • HTML 0.1%
Find a file
2026-03-14 15:41:59 -05:00
public catppuccin cursor color 2026-03-14 15:41:59 -05:00
.gitignore add gitignore 2026-03-14 15:41:58 -05:00
package-lock.json update package-lock.json 2026-03-14 15:41:59 -05:00
package.json it works 2026-03-14 15:41:58 -05:00
README.md change from USER= to USERNAME= in README.md 2026-03-14 15:41:59 -05:00
server.js fixes 2026-03-14 15:41:59 -05:00

web-remote-terminal

this project is based off https://github.com/velzie/tiTTY

Run

Clone this Repo

git clone https://github.com/doctor112-1/web-remote-terminal.git

Install dependencies

npm i

Create .env file

Create a .env file and specify the port for the server to run on and the user to log into. Your .env file should look like this

PORT="enterportnumberhere"
USERNAME="enterusernameofusertologinto"

Run

npm run start