Myth of Empires is a sandbox survival MMO set in an ancient Eastern-inspired world. This guide covers everything you need to configure and launch your dedicated Myth of Empires server on Legion Hosting, including startup variables, server configuration, PvP/PvE modes, rate adjustments, and how to connect your players.
First Start in GPanel
Your Myth of Empires server should be started once before making any configuration changes. This initial boot generates all required configuration files and directory structures.
- Log in to GPanel using the credentials from your welcome email.
- Select your Myth of Empires server from the server list.
- Click Start to boot the server for the first time.
- Monitor the console output. The first startup may take 3-8 minutes as the server initializes world data and generates default configuration files.
- Once you see messages indicating the server is ready to accept connections, click Stop to shut down gracefully.
- You can now edit configuration files before restarting the server with your customized settings.
Startup Variables
GPanel provides startup variables under the Startup tab for core server parameters. These variables are applied each time the server starts and override corresponding config file values where applicable.
| Variable | Description | Example |
|---|---|---|
SERVER_NAME |
Server name displayed in the server browser | My Myth of Empires Server |
SERVER_PASSWORD |
Password to join the server (leave blank for public) | mypassword |
MAX_PLAYERS |
Maximum concurrent players | 50 |
GAME_PORT |
Primary game port | 12888 |
QUERY_PORT |
Steam query port for server browser | 12888 |
ADMIN_PASSWORD |
Password for GM/admin access in-game | adminpass123 |
Server Configuration Files
Myth of Empires uses several configuration files to control server behavior. The primary config files are located in the server's configuration directory, accessible via SFTP or GPanel's file manager.
PrivateServerTool.ini
The main configuration file for Myth of Empires private servers is PrivateServerTool.ini (or a similarly named server config file in the server's configuration directory). This file controls gameplay rates, server identity, and game rules.
[ServerSetting]
ServerName=My Myth of Empires Server
ServerPassword=
AdminPassword=YourAdminPassword
MaxPlayers=50
PvPMode=1
MapID=1
ServerID=1
Key Configuration Sections
Server Identity
| Setting | Description | Default |
|---|---|---|
ServerName |
The name that appears in the server browser. Keep it descriptive and concise. | Myth of Empires Server |
ServerPassword |
Password required to join. Leave blank for a public server. | (empty) |
AdminPassword |
Password for GM/admin access. Required for in-game admin commands. | (empty) |
MaxPlayers |
Maximum number of players allowed on the server simultaneously. | 50 |
ServerID |
Unique identifier for the server instance. Important if running multiple servers. | 1 |
PvP and PvE Mode
Myth of Empires supports both PvP (Player vs. Player) and PvE (Player vs. Environment) modes. This is one of the most important settings to configure before launching your server.
| Setting | Value | Description |
|---|---|---|
PvPMode=0 |
PvE | Players cannot attack each other or damage player-built structures. Ideal for cooperative play. |
PvPMode=1 |
PvP | Full player versus player combat enabled. Players can raid bases and engage in open-world combat. |
Map Settings
Myth of Empires features multiple map regions that represent different areas of the game world. The MapID setting determines which map your server runs. Available maps depend on the game version and any DLC content.
[ServerSetting]
MapID=1
Consult the official Myth of Empires documentation or community resources for the full list of available MapID values, as they may change with game updates. The default map (MapID=1) is suitable for most communities starting out.
Gathering and XP Rates
Rate multipliers control the speed of resource gathering, experience gain, and crafting. Adjusting these values can significantly change the pace of gameplay on your server.
[RateSetting]
ExpRate=1.0
GatherRate=1.0
CraftSpeedRate=1.0
TamingSpeedRate=1.0
CharacterDamageRate=1.0
StructureDamageRate=1.0
NpcDamageRate=1.0
DurabilityRate=1.0
HungerRate=1.0
StaminaRate=1.0
Rate Settings Explained
| Setting | Default | Description |
|---|---|---|
ExpRate |
1.0 | Experience gain multiplier. Set to 2.0-5.0 for faster leveling. |
GatherRate |
1.0 | Resource gathering multiplier. Higher values yield more materials per harvest action. |
CraftSpeedRate |
1.0 | Crafting speed multiplier. Higher values reduce crafting time. |
TamingSpeedRate |
1.0 | Animal taming speed multiplier. Set to 2.0+ for faster taming. |
HungerRate |
1.0 | Hunger depletion rate. Lower values (e.g., 0.5) make food last longer. |
StaminaRate |
1.0 | Stamina depletion rate. Lower values reduce stamina drain. |
Recommended Rate Presets
Casual/Relaxed Server
[RateSetting]
ExpRate=3.0
GatherRate=3.0
CraftSpeedRate=2.0
TamingSpeedRate=3.0
HungerRate=0.5
StaminaRate=0.7
Competitive PvP Server
[RateSetting]
ExpRate=2.0
GatherRate=2.0
CraftSpeedRate=1.5
TamingSpeedRate=2.0
HungerRate=1.0
StaminaRate=1.0
How to Connect to Your Server
Method 1: In-Game Server Browser
- Launch Myth of Empires.
- From the main menu, select Private Server or Server List.
- Switch to the Private Server tab if available.
- Use the search bar to find your server by name.
- Select your server and click Join. Enter the server password if prompted.
Method 2: Direct Connect via IP
- Launch Myth of Empires.
- From the server browser, look for a Direct Connect or Add Server option.
- Enter your server's IP address and game port (e.g.,
123.45.67.89:12888). - Click Connect and enter the password if required.
Method 3: Steam Server Browser
- Open Steam and navigate to View > Game Servers.
- Click the Favorites tab, then Add a Server.
- Enter your server's IP and query port (e.g.,
123.45.67.89:27015). - Add the server to favorites and connect from there.
Save Management
Myth of Empires automatically saves world data at regular intervals. Understanding save management is critical for protecting your community's progress.
Auto-Save
The server performs automatic saves at configured intervals (typically every 10-30 minutes). You can verify or adjust the auto-save interval in the server configuration if such an option is available.
Manual Saves
Admins can force a manual save using GM commands in-game or via RCON. Always trigger a manual save before shutting down the server or making configuration changes.
Backup Procedure
- Stop the server from GPanel to ensure all data is written to disk.
- Connect to the server via SFTP.
- Navigate to the save data directory (check the server's
Saved/or equivalent folder). - Download the entire save directory to your local machine.
- Label backups with the date (e.g.,
MoE-Backup-2026-02-26) for easy identification.
World Wipe / Reset
To perform a complete world reset:
- Stop the server.
- Back up the current save data via SFTP (in case you want to restore later).
- Delete the contents of the save data directory.
- Restart the server. A fresh world will be generated.
Troubleshooting First Start Issues
| Issue | Solution |
|---|---|
| Server not appearing in browser | Wait 5-10 minutes for Steam to register the server. Verify query port settings. Try connecting via direct IP. |
| Server crashes on startup | Check for config syntax errors. Ensure MapID is valid. Try restoring default configuration files. |
| Long first startup | Initial world generation can take 5-10 minutes. Do not interrupt the process. |
| Players cannot connect | Verify the game port matches GPanel settings. Ensure the server is fully started (check console for ready messages). Confirm the game version matches between client and server. |
| Config changes not applied | Ensure the server was fully stopped before editing. Check that you are editing the correct config file. Startup variables in GPanel may override config file values. |
Related Articles
- Myth of Empires Admin Commands -- GM commands, player management, and server administration tools.
- How to Find Your Server IP and Port
- How to Upload Files via SFTP
- Getting Started with Your New Server