As your infrastructure grows, managing multiple servers can become challenging. Data Mammoth's labeling system lets you organize your servers by assigning custom labels — making it easy to filter, identify, and group servers by project, environment, client, or any other criteria you choose.
Why Use Labels?
Labels are especially useful when you manage more than a handful of servers:
- Quick identification — Instantly recognize a server's purpose without clicking into its details.
- Filtering — Filter the server list to show only servers matching specific labels.
- Organization — Group servers by project, team, environment, or region.
- Team communication — Labels help team members understand the server landscape at a glance.
Adding Labels to a Server
You can add multiple labels to a single server.
Label Naming Conventions
Establish a consistent naming convention for your labels to maximize their usefulness:
By Environment
| Label | Purpose |
|---|---|
production | Live, customer-facing servers |
staging | Pre-production testing environment |
development | Development and experimentation |
testing | Automated testing infrastructure |
By Project
| Label | Purpose |
|---|---|
project-alpha | Servers for Project Alpha |
client-acme | Servers managed for a specific client |
internal-tools | Internal company tools |
By Role
| Label | Purpose |
|---|---|
web-server | Servers running web applications |
database | Database servers |
load-balancer | Load balancing servers |
cache | Caching servers (Redis, Memcached) |
worker | Background job processing servers |
By Priority
| Label | Purpose |
|---|---|
critical | Mission-critical infrastructure |
standard | Standard importance |
low-priority | Non-essential, can tolerate downtime |
Using Multiple Labels
Combine labels from different categories to create a rich organizational system. For example, a server might have the following labels:
productionproject-alphaweb-servercritical
Filtering Servers by Label
Once you have labeled your servers, use the filtering system on the server list page:
This is particularly helpful when you need to:
- Perform maintenance on all production servers.
- Check the status of all servers for a specific project.
- Review all database servers across your infrastructure.
Renaming Labels
To rename a label:
Note that renaming a label on one server does not automatically rename it on all servers. You will need to update each server individually, or use the bulk management features if available.
Removing Labels
To remove a label from a server:
Removing a label does not affect the server itself — it only removes the organizational tag.
Server Naming Best Practices
In addition to labels, consider adopting a meaningful server naming convention:
[environment]-[project]-[role]-[number]Examples:
prod-alpha-web-01staging-beta-db-01dev-internal-worker-01
Tips for Effective Organization
prod and production).What to Do Next
- Understanding Your Server Dashboard — Explore all dashboard features.
- Viewing Server Activity Log — Track changes to your servers.
- Managing Your Team Members — Collaborate with your team.
- Changing Your Server Hostname — Set meaningful server names.