sshd, registering SSH keys, or setting up a local terminal.
When to Use the Web Terminal
The Web Terminal is recommended when you want to:- Open a shell directly from the Console.
- Quickly inspect files or running processes inside a container.
- Run lightweight verification or debugging commands.
- Avoid configuring SSH access.
Availability
Custom Containers
For custom containers deployed by users, click Terminal from the endpoint overview page while the container is running.
AirCloud Templates
Some AirCloud-provided templates include their own built-in terminal interface. Examples include:- Notebook environments opened with Open Notebook
- Web-based IDE environments


How the Web Terminal Works
1. Open the Terminal
From the endpoint overview page, click Terminal.2. Enable Terminal Access
The first time you open the terminal for an endpoint, an activation dialog appears before the session starts. This enables browser-based terminal access for the endpoint without requiring ansshd configuration.

3. Select a Replica
After terminal access has been enabled:- If there is one running Replica, the session connects automatically.
- If there are multiple running Replicas, you are prompted to choose which Replica to connect to.

4. Connect to the Replica
After selecting a Replica, a browser-based terminal session is opened for that Replica.
5. End the Session
You can close the session by:- Running
exit - Pressing
Ctrl + D

If the Web Terminal Does Not Open
Check the following:- The endpoint is running.
- At least one Replica is running.
- You have permission to access the endpoint.
Using aircloud exec from a Local Terminal
If you prefer SSH-free shell access from your local terminal instead of the AirCloud Console, use aircloud exec.
Open a Shell
Connect to a Specific Replica
Use a Different Shell
End the Session
Runexit or press Ctrl + D to close the session.
Web Terminal vs. aircloud exec
Both Web Terminal and aircloud exec provide SSH-free shell access to running containers.
The difference is where you start the session:
- Web Terminal starts from the AirCloud Console.
aircloud execstarts from your local terminal.

