Creative Server Naming Schemes
· 3 min read
When managing infrastructure, having memorable and meaningful server names can significantly improve operations. Here are seven different themes for naming your servers, each with ten names.
1. Celestial Bodies 🌌
nova- Explosive power servers (GPU/HPC)pulsar- Regular, reliable production serversquasar- High-energy, distant servicescomet- Fast, dynamic development serversorion- Hunter/worker serverslyra- Harmonious integration serversvega- Bright, northern region serversatlas- Load-bearing database serversnebula- Resource pools/clusterssirius- Critical production services
2. Norse Mythology ⚔️
thor- Power-intensive serversodin- Main production serversloki- Tricky/special purpose serversfenrir- Fierce development serversheimdall- Monitoring/gateway serversfreya- Beautiful frontend serverstyr- Security/auth serversbaldur- Reliable backup serversvalkyrie- Job processing serversymir- Resource-heavy servers
3. Ocean Life 🌊
shark- Aggressive processing serverswhale- Large storage serversdolphin- Intelligent processing nodesoctopus- Multi-purpose serverscoral- Cluster nodesturtle- Stable, long-running serversseal- Load balancerskraken- Mission-critical serversreef- Development environmentswave- Dynamic scaling servers
4. Mythical Creatures 🐲
dragon- Powerful processing serversphoenix- Self-healing servicesgriffin- Hybrid-purpose serversunicorn- Unique/special serverssphinx- Query/database servershydra- Multi-head processingpegasus- Fast networking serverschimera- Testing/experimental serversbasilisk- Security serverskirin- Asian region servers
5. Elements and Materials 🌍
carbon- Core servicessteel- Strong production serversneon- Bright frontend serversxenon- Rare/special serversquartz- Time-critical serverscobalt- Stable database serversplasma- Dynamic processingcrystal- Cache serverstitanium- High-reliability servershelium- Light, fast servers
6. Ancient Cities 🏛️
sparta- Battle-tested productionathens- Wisdom/data processingtroy- Gateway serversbabylon- Rich frontend serverspetra- Rock-solid storageatlantis- Mysterious dev serversolympia- Performance serversthebes- Testing environmentscarthage- Strategic servicespompeii- Disaster recovery
7. Weather Phenomena 🌪️
storm- High-traffic serversthunder- Powerful processingaurora- Beautiful frontendcyclone- Load balancersblizzard- Cold storagetornado- Fast processingtsunami- Massive data handlerslightning- Quick response serversrainbow- Multi-purpose serversfrost- Cool running servers
Best Practices
- Consistency: Stick to one theme per environment or project
- Meaning: Names should hint at the server's purpose
- Memorability: Easy to remember and type
- Length: Keep names short (under 8 characters if possible)
- Uniqueness: Avoid similar-sounding names
- Location Awareness: Consider adding region codes for global infrastructure
- Documentation: Keep a reference of what each name represents
Current Infrastructure
Our production infrastructure consists of several specialized servers:
Production Dokku Servers
-
prod12 (AMD-based)
- 1TB RAID 0 configuration
- Hosts Prometheus for financial monitoring
- GitHub Actions runner
- Dokku apps deployment
-
prod24 (Intel-based)
- 150GB RAID 1 (system reliability)
- 700GB storage
- Higher single-thread performance
- GitHub Actions runner
- Primary Dokku apps deployment
Specialized Servers
- arcana-gpu: GPU-powered server for ML/AI tasks
- arcana-cpu: CPU-optimized server for general workloads
Current Implementation
Using the Celestial Bodies theme, our infrastructure is named as follows:
ollama_servers:
- nova: GPU processing server (arcana-gpu)
- pulsar: Main production server (arcana-cpu)
- quasar: High-performance Dokku server (prod24)
- neutron: Dense storage Dokku server (prod12)
development_servers:
- comet: Fast development server
- orion: USA region server
- lyra: Helsinki region server 1
- vega: Helsinki region server 2
- atlas: Falkenstein server
laptops:
- nebula: Local development
The celestial naming scheme maps well to our infrastructure:
nova: Represents our explosive GPU computing powerpulsar: Our steady, reliable CPU serverquasar: The bright, powerful Intel-based prod24neutron: The dense, data-packed AMD-based prod12
This naming scheme reflects both the role and characteristics of each server while maintaining consistency and memorability.