Start Here
Getting Started
Sign in to GlobalStacks, open the console, and connect your first host.
Connect your first host
curl -fsSL https://app.globalstacks.dev/install.sh | sh -s -- --role provisioning Get started
Before you begin
- a GlobalStacks account
- access to the control plane
- a target host that can reach the control plane over the network
Open the console
- Open the console.
- Sign in with a valid account.
- Open the Infrastructure area of the console.
- Use the default BYO cluster or create a cluster for the target infrastructure.
- Create a provisioning token if you do not already have one.
If sign-in fails, contact the workspace owner or verify you are using the correct control-plane URL.
Connect your first host
- Create or copy a bootstrap token from the console.
- Install the host agent on the target host.
- Wait for the host to appear as connected in the console.
The installer command on this page uses the current control-plane domain automatically. The installed agent registers once, then keeps a long-lived control connection for host telemetry, logs, terminal sessions, and runtime work.
Verify the result
After connection:
- the host should appear in the console
- the host overview should show the running agent version and host architecture
- the host logs page should start receiving agent operational logs
- terminal access should be available
- the host agent should remain connected without further manual steps
If the host does not appear, check:
- the bootstrap token is valid
- the host can reach the control plane
downloads.globalstacks.devis serving release artifacts- the host service manager actually started
gstacks-agent
Next steps
- Continue with the CLI guide to authenticate
gstacks. - Read Host Agent to understand the agent architecture, CLI touchpoints, and runtime responsibilities.
- Use Sandboxes to understand host enrollment, runtime isolation, and reconnect behavior.
- Use Sandboxes when you are ready to run AI-agent code in an isolated runtime.