Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today. Learn more →
Wetty Alternatives
Similar projects and alternatives to wetty
-
-
SurveyJS
JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.
-
-
-
-
panel
Pterodactyl® is a free, open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.
-
-
-
Civic Auth
Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
-
-
-
glance
Glances an Eye on your system. A top/htop alternative for GNU/Linux, BSD, Mac OS and Windows operating systems.
-
-
-
-
-
mapscii
🗺 MapSCII is a Braille & ASCII world map renderer for your console - enter => telnet mapscii.me <= on Mac (brew install telnet) and Linux, connect with PuTTY on Windows
-
-
-
questionary
Python library to build pretty command line user prompts ✨Easy to use multi-select lists, confirmations, free text prompts ...
-
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
wetty discussion
wetty reviews and mentions
-
Homelab Adventures: Crafting a Personal Tech Playground
WeTTY
- What is the best ssh web based app with docker currently??
- Question about Data Transfer to New NAS
-
Anybody have a good dashboard tool recommendation?
I use wetty for a terminal in a browser. https://github.com/butlerx/wetty
-
How to expose the server terminal(truenas or any linux) with Traefik?
You’re already running docker. Install Wetty. Works great. Make sure you have strong strong Auth though.
- Access SSH through web ui.
-
Managing SSH Sessions Doesn't Have to be a Royal Pain
Can RGNets look into integrating Wetty, terminal over https (https://github.com/butlerx/wetty) where we can ssh to devices it manages from the fleet or the rXg itself without giving direct shell access to users.
-
Charm – tools to make the command line glamorous
ttyd is a nice little web terminal: https://github.com/tsl0922/ttyd Just small, fast, low fuss C-based executable.
wetty is another good option if you want to run a nodejs app: https://github.com/butlerx/wetty
Both use xterm.js for the client terminal, which is these days the only game in town for a web terminal (it's what VS code and many other electron apps use too). It's quite good.
Do be aware though that running a web-accessible terminal is a huge security headache. You're opening up a websocket to effectively allow commands and code to run on your server. Pay attention to security and authentication options any web terminal gives you, and use them. Most are not very secure out of the box or just following their readme examples.
-
SSH from a container?
Do you mean something like Wetty?
-
Example of a web app interacting with backend process via terminal-like interface?
Hello, does anyone know of an open source project/web app/library, written in Haskell, that makes terminal interface accessible via browser? An example of what I'd like to achieve: Start R repl process withing a docker container on the backend (e.g. `docker run -it --rm rocker/r-base`) and allow user to interact with it using terminal-like interface from their browser (with stuff like TAB completion working etc.) It seems that xterm.js is a popular choice to implement the client side of such a thing, but I'm looking for some inspiration of how a backend of such an application could be implemented in Haskell. Examples in other languages that do similar thing to what I'd like: Go: https://github.com/yudai/gotty Typescript: https://github.com/butlerx/wetty
-
A note from our sponsor - Civic Auth
www.civic.com | 15 May 2025
Stats
butlerx/wetty is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of wetty is TypeScript.