>_wterminalusage
Usage

Small command surface, straightforward operator flow.

Minimal startup

WTERMINAL_PASSWORD='change-me' wterminal

Open the printed address in your browser and sign in.

Host and port

WTERMINAL_PASSWORD='change-me' wterminal --host 127.0.0.1 --port 8080

Localhost remains the recommended default.

Reverse proxy base path

WTERMINAL_PASSWORD='change-me' wterminal --base-path /wterminal

Use this when the service is mounted behind a reverse proxy under a non-root path.

Custom shell and upload directory

WTERMINAL_PASSWORD='change-me' wterminal --shell /bin/bash --upload-dir ./data

Choose a shell and runtime directory appropriate for your environment.