What are Locations?
Locations are logical groupings for nodes, typically representing:- Geographic regions (US-East, EU-West, Asia-Pacific)
- Data centers (DC1, DC2, DC3)
- Physical sites (New York, London, Tokyo)
Creating a Location
Create location
Click Create Location and fill in:Short Code (required)
- Brief identifier displayed in dropdowns
- Examples:
us-east,eu-west,sg-1 - Maximum 60 characters
- Full descriptive name
- Examples: “United States - East Coast”, “Singapore - DataCenter 1”
- Maximum 191 characters
Location Display
Locations are shown throughout the panel:Admin Panel
- Node list shows location for each node
- Server creation form filters nodes by location
- Resource statistics are aggregated by location
User Panel
When creating a server (if enabled):Managing Locations
Editing Locations
- Click the pencil icon next to a location
- Update the short code or long name
- Click Update
Deleting Locations
Remove nodes if needed
If the location has nodes:
- Navigate to Admin > Nodes
- Edit each node in the location
- Change its location or delete the node
Best Practices
Naming Conventions
Short Code- Use lowercase with hyphens
- Keep it concise (under 10 characters)
- Make it unique and memorable
us-east, eu-west, ap-sg❌ Avoid:
Location1, Server_Farm_East_Coast
Long Name
- Use proper capitalization
- Include region and distinguishing features
- Be descriptive but concise
❌ Avoid: “US”, “Location in Eastern United States near New York City”
Organizing Nodes
Geographic StrategyLocation-Based Features
Server Creation
When users create servers, they can:- Select a location first
- See only nodes in that location
- View node-specific resource availability
Load Balancing
Distribute servers across locations:- Automatic failover to another location
- Geographic load distribution
- Latency-based routing
Resource Planning
Track resources by location:Example Configurations
Small Setup (Single Region)
Medium Setup (Multi-Region)
Large Setup (Multi-Region, Multi-Tier)
Troubleshooting
Cannot delete location
Error: “Location has nodes assigned to it” Solution:- List all nodes: Admin > Nodes
- Filter by the location
- Edit each node and change its location
- Try deleting the location again
Location not showing in server creation
Cause: No nodes assigned or all nodes are offline Solution:- Assign at least one node to the location
- Ensure nodes are online and have available resources
- Check that nodes are marked as “Public”
Duplicate location names
Issue: Similar names causing confusion Solution:- Use unique short codes
- Add distinguishing features to long names
- Consider a naming convention document
API Usage
Locations can be managed via the API:Related Resources
Nodes
Assign nodes to locations for organization
Server Management
Create servers with location-based node selection