What a tag is
Add a tag
Click the + in the Tags column on any VM row. The Add New Tag dialog opens:Priority — what it controls
Priority shapes two parts of the UI:- Tags column on the VM list — when a VM has many tags, only a couple fit inline. The lowest-priority numbers (1, 2, 3, …) show first; tags without a priority show last.
- Group order in Group by Tag view — described below.
1 for the most important “what is this?” tag (e.g. prod), priority 2 for ownership (team-payments), no priority for everything else.
Group by Tag view
Toggle the View: List / Group by Tag control at the top right of the Instances list. The list reorganizes into groups, one per tag.- By priority value — groups with priority
1come before priority2, etc. - By tag name alphabetically — when two groups share the same priority, the tie breaks by name.
- Untagged VMs appear separately at the top, before any grouped VMs.
[1] raff-app-stack); the second number is the count of VMs in the group ((5 VMs)).
Sub-grouping: up to 2 levels deep. A VM that carries two tags shows up under the higher-priority group at level 1, with the second tag forming a sub-group inside it. Beyond 2 levels, additional tags appear inline on the VM row but don’t form further nesting.
Renaming a tag globally
When you rename a tag, the change applies to every VM that carries it — there is no other tag with the same name elsewhere; the tag is one record account-wide. This makes mass-renaming safe (one rename = consistent everywhere), but typos propagate. Pick names with care, or fix them globally as soon as you spot one.Hostnames vs tags
Hostnames and tags answer different questions:
Hostnames auto-generate as
<os>-<cpu>-<ram>-NN at creation (e.g. ubuntu-1cpu-2gb-01). Edit per-VM at creation, or rename later. The OS-internal hostname (what the kernel reports) is separate — set it inside the VM with hostnamectl set-hostname (Linux) or System Properties (Windows).
Naming patterns that work
Pick a convention before you have 20 VMs, not after:
Keep tags orthogonal to hostnames: hostname says what this server is, tags say which subset is this part of.
Limits
Related
Rename a VM
Change a VM’s display name.
VM notes
Free-form notes that complement tags.