Skip to content
English
Dashboard

Terminal sessions

The SnapVM terminal opens an interactive shell for a machine from your browser.

  1. Open a machine in the console.
  2. Choose Terminal.
  3. Start a new session or attach to an existing session if the console offers that choice.
  4. Run commands as you would in a normal shell.
  5. Close the browser tab when you are done, or reopen the terminal later to continue.

Browser disconnects should not immediately destroy a session. Reopen the terminal to attach again and continue work. Recent output can be replayed from a buffer so the context is not lost.

This is different from hibernation. If the runtime sleeps, in-memory processes can stop. Use services for processes that need to come back automatically.

Multiple browser tabs can attach to the same session when enabled. Everyone attached to that session sees the same live output and sends input to the same shell.

Use multi-attach for pairing, demos, and support. For independent work, create a separate session so shell history and process state do not collide.

A single machine can have multiple sessions. Use separate sessions for distinct tasks:

  • One shell for development commands
  • One shell for logs
  • One shell for database inspection
  • One shell for temporary experiments

The deployment may enforce a maximum session count.

WorkloadBest fit
Installing toolsTerminal
Editing filesTerminal or Code Server
Inspecting logsTerminal
Running a development server temporarilyTerminal
Keeping a server running after wake-upService
Starting an automation process automaticallyService
Restarting on failureService