[kwlug-disc] cool tool: ttyd

William Park opengeometry at yahoo.ca
Sat Oct 25 00:06:38 EDT 2025


That is one neat tool!
     - ttyd -p 8899 --writable login                --> doesn't work
     - ttyd -p 8899 --writeable bash -l            --> works.
     - ttyd -p 8899 --writeable vim                --> works.


On 2025-10-21 23:50, Chris Frey wrote:
> I recently encountered a cool utility called ttyd:
>
> 	https://github.com/tsl0922/ttyd.git
>
> It's small C + web tool that gives you a tty and terminal in the browser.
>
> It requires libwebsockets-dev and libjson-c-dev (maybe some others that
> I already had installed).  After building the source, run:
>
> 	./ttyd -p 8888 --writable bash
>
> Then point your browser at:
>
> 	http://localhost:8888/
>
> Each tab you open gives you a new terminal.
>
> There are plenty of command line options to fully configure what you need.
>
> Enjoy,
> - Chris
>
>
> _______________________________________________
> kwlug-disc mailing list
> To unsubscribe, send an email to kwlug-disc-leave at kwlug.org
> with the subject "unsubscribe", or email
> kwlug-disc-owner at kwlug.org to contact a human being.



More information about the kwlug-disc mailing list