Geta.Team Geta.Team

Workspaces

Lifecycle, overview, settings, networking, credentials, and deletion of a workspace.

A workspace is one deployed Geta.Team instance. Each workspace runs on its own dedicated server in EU or US.

Lifecycle

A workspace moves through these states:

StatusMeaning
pendingCreated, waiting for provisioning to start
provisioningServer is being built
runningReady to use
stopped / suspendedPaused (e.g. failed payment)
expired / deletedSubscription cancelled, server removed
error / deletion_failedSomething went wrong, contact support

Overview

The landing tab: what the workspace costs, what it has consumed, and how to get into it.

The Overview tab of a workspace

Above the tabs sit the workspace name, its plan, its region and its creation date — then the machine controls: Update now, Restart, Reset, Power off, with the running state on the left. Open takes you into the workspace itself.

Four cards:

Credits — what is left this month, what has been used, and the share of the allowance. The bar is the quickest read on the page.

Plan Details — plan, monthly price, credits included, and Change Plan.

CredentialsDisplay credentials reveals the workspace URL, username and password. See Access credentials.

Billing — start date, next renewal, and status. The renewal date is the one to note: credits reset then, and an unpaid renewal is what moves a workspace to suspended.

Reset and Power off are not the same thing at all. Power off stops the server, and you start it again. Reset is destructive — treat it like the Danger Zone, not like a restart.

Usage Logs

Every request your employees made, most recent first, with a count at the top (38 requests below).

The usage logs of a workspace

Six columns:

ColumnWhat it tells you
Timewhen the request ran
Modelwhich tier answered — gat-employee-mini, -standard, -medium, -max
Tokensthe size of the exchange, with the detail in · out
Creditswhat it cost you
Durationhow long it took
Statussuccess, or an error if the request failed

Read the Model and Credits columns together. A -max request costs several times a -mini one for the same work. If a line surprises you, it is usually an employee left on a tier higher than its job needs — that is changed per employee in Intelligence.

Tokens are the raw unit behind the credits: a long document sent for a short answer shows a big in and a small out. Useful to spot an employee re-reading the same large file on every request.

Networking

Four blocks, from the address of your server down to who may open a shell on it.

Network

The workspace's own IPv4 address, with a copy button. This is the address a custom domain will point to, and the one to give when someone asks to allow your server through their own firewall.

The Network block

Firewall

The Firewall block

The rules that decide what can reach the server: protocol, port, source. Each line can be removed, and Add Rule takes a protocol (TCP, UDP or both), a port, and the IPs allowed.

The defaults cover what the platform needs to work — the web ports, mail, the voice ports. 0.0.0.0/0, ::/0 in the source column means open to the whole internet, which is what a public web port has to be.

This is the one screen where a wrong click has immediate consequences. Removing the rule on port 443 takes your workspace offline; removing port 22 locks you out of SSH. Restrict a source rather than delete a rule, and change one line at a time.

Custom Domains

Your workspace answers on its default address (…vm.elestio.app, marked Active). To use your own, type it in the field and click Add.

Custom domains and the DNS record to create

The panel then gives you the exact record to create at your registrar: an A record, name @, value = your workspace IP. Not a CNAME — an A record pointing at the address shown in the Network block above.

Propagation takes anything from a few minutes to a few hours. The domain shows as active once it resolves.

SSH Keys

Public keys authorized to connect to this workspace's server over SSH (root).

SSH keys

Add a key with a name (e.g. laptop) and the public key itself (ssh-ed25519 AAAA… or ssh-rsa AAAA…).

A new workspace has none, and that is the right default: nobody reaches the server by shell until you decide otherwise. Add a key only if you have a reason to be on the machine — the platform itself never requires it.

Paste the public key, the one ending in .pub. A private key pasted here would be a private key handed out.

Backups

One snapshot per day, taken automatically at 04:00, most recent first — with a count at the top.

The list of backups

Restore on a line puts the workspace back to that snapshot. Create backup takes one immediately, which is what you do before a risky change, not after.

Worth opening once while everything is fine: the day you need it, you want to already know how far back the list goes.

Settings

The Settings tab is where you change the plan, manage the payment method, cancel, or permanently delete the workspace.

Workspace settings

Access credentials

The card sits on the Overview tab, masked by default — nothing is readable until you ask for it.

The Credentials card, masked

Display credentials reveals the three things needed to sign in to the workspace itself.

The Credentials card, revealed

FieldWhat it is
URLthe address of your workspace
Usernamethe account that owns it — your own email
Passwordgenerated at creation, copy button on the right

The eye icon at the top right closes the card again. This password is the admin account of your workspace: it opens everything inside, employees, files and settings included. Treat it like a server password — put it in your password manager, not in a shared document.

Delete a workspace

From Settings → Danger Zone, click Delete. You'll type the workspace name to confirm, deletion is immediate and permanent: billing stops, the server and all backups are destroyed, and any remaining credits are forfeited.

Delete confirmation

If the deletion fails on the infrastructure side, the workspace stays visible with a deletion_failed status. Contact support.

On this page