Terminal
Direct Container Access for Real-Time Debugging & Management
ClawCloud Run's Terminal feature provides secure, browser-based access to your application containers. Designed for developers and operators, it allows direct interaction with running environments without requiring local CLI tools or SSH configurations.
Key Features
Browser-Based Access
Launch terminals directly from the ClawCloud Run dashboard – no VPN or SSH keys needed.
Multi-Container Support
Access any container within your deployment (pods, sidecars, init containers).
Use Cases
🔧 Troubleshooting: Diagnose runtime issues by inspecting logs, processes, or network stats.
🧪 Testing: Run ad-hoc commands to validate configurations before deployment.
🛠️ File Operations: Modify temporary files or pull debug data without rebuilding images.
How to Use Terminal
Step 1: Access Terminal
Navigate to APP Launchpad > Select your application.
Click the Terminal icon on the target container.
Step 2: Execute Commands
A browser-based terminal window will open. Example workflows:
Check Running Processes:
Inspect Logs:
Network Diagnostics:
Step 3: Manage Sessions
Multiple Tabs: Open parallel terminals for different containers.
Session History: Use ↑/↓ arrows to repeat previous commands.
Last updated
Was this helpful?