From 7116f3c659af881479af56e1108e2367befb2212 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 11 Jun 2026 09:16:05 -0300 Subject: [PATCH] FAQ: add SSH XS note to root access, add How do updates work? --- index.html | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 0331c00..db22fc8 100644 --- a/index.html +++ b/index.html @@ -3127,8 +3127,8 @@ Yes. Every agent lives in its own container with full root SSH access. You can install packages, modify configurations, run anything — it's your - space. Manage your instance password directly from - the dashboard. + space. SSH XS is optional but available. Manage your + instance password directly from the dashboard. @@ -3436,6 +3436,16 @@ will be safe. + +
+ +
+ Each container is completely managed by the agent itself. We do not push any system or agent updates into the containers. Instead, we provide a prompt in the configuration menu that your agent can use to create its own cron job for updating the container and itself — giving you full control over when and how updates happen. +
+