Quick Start
Create your first game server in StellarStack
Quick Start
This guide walks you through creating and managing your first game server in StellarStack.
Prerequisites
Before you begin, ensure you have:
- StellarStack control plane running (Installation Guide)
- At least one node connected and online
- Admin access to the panel
Step 1: Log In to the Dashboard
Navigate to your StellarStack panel (e.g., https://your-domain.com) and log in with your admin credentials.
Step 2: Create a Server
- Click Servers in the sidebar
- Click the Create Server button
- Fill in the server details:
| Field | Description |
|---|---|
| Name | A friendly name for your server (e.g., "Minecraft SMP") |
| Node | Select which node to deploy on |
| Blueprint | Choose the game type (e.g., Minecraft, Rust, Valheim) |
| Memory | RAM allocation in MB |
| CPU | CPU limit (percentage or cores) |
| Disk | Storage allocation in MB |
- Click Create Server
Step 3: Configure Startup
After creation, configure the startup parameters:
- Navigate to Server → Startup
- Set game-specific variables:
- Server name
- Game mode
- World seed
- Max players
- Click Save Changes
Step 4: Start the Server
- Go to the Overview tab
- Click the Start button
- Watch the console for startup logs
Step 5: Access the Console
The console provides real-time access to your server:
- View logs - See all server output
- Send commands - Type commands and press Enter
- Monitor status - Check CPU, RAM, and player count
[Server] Starting Minecraft server version 1.20.4
[Server] Loading properties
[Server] Default game type: SURVIVAL
[Server] Preparing level "world"
[Server] Done (12.345s)! For help, type "help"Step 6: Manage Files
Use the file manager to configure your server:
- Navigate to Server → Files
- Browse the server directory
- Edit configuration files directly in the browser
- Upload custom plugins/mods
Common Tasks
Restart Server
Server → Overview → RestartCreate Backup
Server → Backups → Create BackupAdd Subuser
Server → Users → Add UserView Metrics
Server → Overview → Dashboard CardsServer Controls
| Action | Description |
|---|---|
| Start | Boot the server from stopped state |
| Stop | Gracefully shut down the server |
| Restart | Stop and start the server |
| Kill | Force terminate (use if unresponsive) |
Troubleshooting
Server won't start
- Check the console for error messages
- Verify the node is online
- Ensure sufficient resources (RAM, CPU, disk)
- Check startup configuration
Connection refused
- Verify the server is running
- Check firewall rules on the node
- Confirm the correct port is allocated
High resource usage
- Review player count and plugins
- Increase resource allocation
- Check for memory leaks in console