[Strettch Cloud Console Agent] Securely bridging your VMs with the cloud control plane for real-time console access.
Install SC-Agent using the official repository:
curl -sSL https://repo.cloud.strettch.com/console/install.sh | sudo bashsudo systemctl status sc-console-agentsudo systemctl start sc-console-agent
sudo systemctl stop sc-console-agent
sudo systemctl restart sc-console-agentsudo systemctl enable sc-console-agent # Enable auto-start on boot
sudo systemctl disable sc-console-agent # Disable auto-startsudo journalctl -u sc-console-agent -f # Follow live logs
sudo journalctl -u sc-console-agent --since=1h # Last hour logssudo systemctl status sc-console-agent-update-scheduler.timersudo systemctl start sc-console-agent-updatersudo journalctl -u sc-console-agent-updater -f
sudo journalctl -u sc-console-agent-update-scheduler.timerConfiguration file: /etc/sc-console-agent/config.yaml
sudo nano /etc/sc-console-agent/config.yaml
sudo systemctl restart sc-console-agent # Restart to apply changessudo apt-get remove sc-console-agentsudo apt-get purge sc-console-agentmake build
make build-all # Multi-platform buildsmake run
make run-debug # With debug logging