darklab.sh — shell

v1.0 · real-time
$
OUTPUT IDLE
FAQ
What is this?
Bash Runner is a lightweight web interface for executing bash commands on the server and seeing their output in real time — line by line as the process produces it. It's useful for running network tools, diagnostics, or any long-running command without needing SSH access.
What commands are allowed?
Loading…
How do I stop a running command?
Click the ■ Kill button that appears while a command is running. This sends SIGTERM to the entire process group on the server, stopping it immediately.