Use this file to discover all available pages before exploring further.
The SC Agent is a lightweight, open-source utility that enables web-based console access to your computes directly from the Strettch Cloud web console. It manages the SSH connection between your browser and the compute to provide seamless terminal access without requiring SSH client software.Supported Systems: Ubuntu 20.04+, Debian 8+View the source code on GitHub
The SC Agent installs automatically when you create a new compute instance. No action needed—just wait a few minutes after creation, then access your console from the web console.
The uninstall process will stop all services and remove the agent:
Reading package lists... DoneBuilding dependency tree... DoneThe following packages will be REMOVED: sc-console-agent*After this operation, 7,449 kB disk space will be freed.Do you want to continue? [Y/n] Y...Removing sc-console-agent (0.1.12) ...Removing SC-Agent (keeping configuration)...Stopping sc-console-agent-update-scheduler.timer...Stopping sc-console-agent.service...Disabling sc-console-agent-update-scheduler.timer...Disabling sc-console-agent.service...SC-Agent removed (configuration preserved in /etc/sc-console-agent)Purging configuration files for sc-console-agent (0.1.12) ...
Note: After uninstalling, console access will be unavailable. You’ll need to use SSH with password authentication or SSH keys instead.
The agent uses encrypted communication, cryptographic signatures, and port knocking for secure access. It runs with minimal privileges and updates automatically for security patches.