Accessing Server Management
To manage a server:Info Tab - Server Information
The Info tab displays real-time server status and control options.Control Buttons
Three primary control buttons are available at the top:Restart
Stop and restart the server process
Stop
Shut down the server completely
Update
Run the game update command (if configured)
The Update button only appears if an update command is configured for your server type.
Server Status Information
The Info tab displays:- Status: Online, Offline, Updating, Installing, or Failed
- Map: Current map being played (when online)
- Hostname: Server name as it appears in-game
- Players: Current players / Maximum players
- Connect Address: IP:Port for connecting to the server
- Startup Command: The command line used to start the server
System Information (Admin Only)
If you have admin permissions, additional system info is displayed:- CPU Usage: Percentage of CPU resources used
- Memory Usage: Percentage of RAM consumed
- Process IDs: Restart PID, Server PID, and Child PIDs
Settings Tab - Server Configuration
The Settings tab allows you to modify server parameters.Basic Settings
Startup Configuration
- Startup Type: Choose between SMP (symmetric multiprocessing) or STR (string) format
- Update Command: Command to run when updating the server
- Command: Full startup command with parameters
Game-Specific Settings
Depending on the game type, you may see:- Max Players: Maximum player slots
- Hostname: Server name in server browsers
- Map: Starting map
- RCON Password: Remote console password
- Server Password: Password to join the server
Saving Changes
Startup Tab - Command Line Editor
The Startup tab provides a visual editor for command-line parameters.Managing Startup Items
Each startup item consists of:- Item Name: The parameter or flag (e.g.,
-port,+map) - Value: The value for that parameter (e.g.,
27015,de_dust2) - User Editable: Checkbox to allow client users to modify this value
Startup Item Actions
Add Item
Click “Add Item” to create a new parameter
Delete Item
Click the delete icon to remove a parameter
Reorder Items
Drag and drop to change parameter order
Startup Type Options
- SMP (Symmetric Multiprocessing): Parameters are processed in parallel
- STR (String): Parameters are concatenated as a single command string
Saving Startup Configuration
After modifying startup items:- Click the Save button at the bottom
- Wait for the success confirmation
- Restart the server for changes to take effect
Server Operations Workflow
Restarting a Server
Stopping a Server
Stopped servers must be manually restarted. They will not automatically start back up.
Updating a Server
For games that support automatic updates:Real-Time Status Updates
The server list uses multi-query functionality:- Automatically queries all servers when you load the server list
- Uses GameQ protocol to check online/offline status
- Updates status indicators without manual refresh
- Queries up to 30 servers simultaneously
- Results appear as each server responds (non-blocking)
Status Query Details
Permissions and Access Control
Client users can only see and manage servers they own:- Servers are filtered by user ID automatically
- Admin-created servers appear if assigned to your account
- You cannot see other users’ servers
- Permission flags control access to specific tabs:
perm_startup: Can access Startup tabperm_startup_see: Can view startup command on Info tab
Next Steps
File Management
Learn to manage server files and configurations
Console Access
Execute commands and view server output