Web Terminal gives users browser-based shell access to a running container from the AirCloud console. It is designed for quick operational access without requiringDocumentation Index
Fetch the complete documentation index at: https://docs.aieev.com/llms.txt
Use this file to discover all available pages before exploring further.
sshd, SSH key registration, or a separate local terminal workflow.
When to use Web Terminal
Use Web Terminal when you want to:- open a shell quickly from the console
- inspect files or processes in a running custom container
- run lightweight commands for validation or debugging
- avoid SSH setup
When Web Terminal is available
Custom containers
For user-deployed custom containers, the Terminal button becomes available from the endpoint overview page after the container is running.
AirCloud-provided template containers
Some AirCloud-provided templates such as notebook or code environments already provide terminal access through their own web UI. Examples include:- notebook environments opened via Open Notebook
- code environments opened via a web-based IDE


How Web Terminal works
1. Open the Terminal button
From the endpoint overview page, click Terminal.2. Enable terminal access for the first time
If this is the first time terminal access is opened for that endpoint, an activation dialog appears before the session starts. The dialog lets you enable browser-based terminal access for the endpoint without setting upsshd.

3. Select a replica
After terminal access is enabled:- if the endpoint has 1 live replica, the terminal connects automatically
- if the endpoint has 2 or more live replicas, a replica selection dialog appears first

4. Connect to the selected replica
Once a replica is selected, the browser terminal session opens and connects to that replica.
5. End the session
To end the session:- type
exit, or - press
Ctrl + D

If you cannot open Web Terminal
Check the following:- the endpoint is running
- at least one live replica is available
- you have permission to access the endpoint
Use aircloud exec from your local terminal
If you want the same SSH-free access path from your local terminal instead of the console, use aircloud exec.
Open a shell
Select a specific replica
Start with a different shell
End the session
You can end the session by typingexit or pressing Ctrl + D.
Web Terminal and aircloud exec
Both Web Terminal and aircloud exec provide shell access without requiring sshd.
The difference is where you start:
- Web Terminal starts from the console UI
aircloud execstarts from your local terminal

