SSH workspace on Cloudflare
Draggable dashboard · Terminal · SFTP · Status monitoring
ternssh is an SSH management tool that runs on Cloudflare Edge. Full documentation: Docs.
Using the prebuilt image (recommended):
docker run -d \
--name ternssh \
-p 8787:8787 \
-v ternssh-data:/app/.wrangler \
--restart unless-stopped \
ghcr.io/haradakashiwa/ternssh:latestOr with Docker Compose:
docker compose -f docker-compose.ghcr.yml up -dBuild from source:
docker compose up -d --buildOpen http://localhost:8787 after startup. To enable Cloudflare Access authentication, set the ACCESS_TEAM_DOMAIN and ACCESS_AUD environment variables.
See the deployment guide for details.