Sign inSign up

ftsiadimos/bashtower

By ftsiadimos

Updated 25 days ago

Bash Tower is a simple, web app to run SSH commands and Bash scripts across multiple hosts

Image
API management
Developer tools
Operating systems
1

2.9K

ftsiadimos/bashtower repository overview

Bash Tower is a lightweight, web‑based UI for running Bash scripts and ad‑hoc SSH commands across multiple hosts.

Github https://github.com/ftsiadimos/BashTower

Feature requests, bug reports, and other contributions are welcome. The best way is to open an issue on GitHub.

Basic Usage Instructions

  1. Pull the pre‑built image:
docker pull ftsiadimos/bashtower
  1. Run the container (exposes port 1008):
docker run -d \
  --name bashtower \
  -p 1008:1008 \
  -v $(pwd)/instance:/app/instance \
  ftsiadimos/bashtower

Default Credentials: Username: admin / Password: admin

Alt text

Tag summary

Content type

Image

Digest

sha256:18c176f3b

Size

118.2 MB

Last updated

25 days ago

docker pull ftsiadimos/bashtower