Aquanode LogoAquanode Docs
Setups

What a setup is

A setup is your disk, your image, and everything you installed. The GPU is rented. The setup is yours.

A setup is a GPU box you build once and keep. Your disk, your image, everything you installed. Run it on any provider, pause it, and resume right where you left off.

The machine underneath is rented. The setup is not. That split is the whole product:

  • The machine is a GPU card at a provider, billed by the second, only while it runs. It is disposable. When you stop paying for it, it goes away.
  • The setup is what you built on that machine. It survives the machine, and it can come back on a different card, at a different provider, in a different country.

You never create a setup separately

The setup exists from the first launch. There is no second step, no "convert this box into a template" action. You launch, you work, and the thing you built is already a setup.

What a setup carries

A setup's Overview tab

Open any setup in the console and the Overview tab lists exactly what it holds:

FieldWhat it means
ImageThe base image the box boots from
DiskHow much data the setup is holding
VersionsHow many saves are in its lineage
Newest saveWhen the most recent version was taken

The Environment tab goes further and shows what travels with the setup when it moves to a new machine: the mount path (/workspace by default), the base image, and the startup script that rebuilds the environment on a new box.

The states a setup can be in

StateWhat is true
RunningA machine is rented and billing by the second. You can connect to it.
PausedNo machine is rented. Nothing is billing hourly. Your saved data is held.
SavedThe setup has at least one version and no machine attached.
Needs youSomething is waiting on a decision from you.

The Setups list filters on these, so you can see at a glance what is costing money right now and what is just sitting there.

What it costs to keep one

A paused setup rents no machine, so the hourly charge stops entirely. Syncing while you work is free. You pay only to hold what the setup saved, billed at $0.02/GiB per month.

That is the reason pausing is the default answer to "I am done for today" rather than tearing the box down and rebuilding tomorrow.

Where to go next