How To Configure Your Myth of Empires Server
Learn how to configure your Myth of Empires dedicated server settings.
Myth of Empires uses Unreal Engine configuration files to manage server settings. The main configuration files are GameUserSettings.ini and Game.ini, which control everything from gameplay rates to server visibility.
Startup Parameters
The most common settings are available in the panel.
Open the XGamingServer Panel
Log in to the XGamingServer Panel.
Go to Startup
In the sidebar, click Startup.
Adjust Settings
Common startup settings include:
- Server Name - The name shown in the server browser
- Max Players - Maximum concurrent players
- Server Password - Password to join the server
Configuration Files
For advanced settings, edit the configuration files directly.
Open Files
In the sidebar, click Files.
Navigate to the Config Directory
Navigate to the configuration directory where GameUserSettings.ini and Game.ini are located. This is typically in the Saved/Config/WindowsServer/ or Saved/Config/LinuxServer/ directory.
Edit GameUserSettings.ini
This file controls core server settings. Common settings include:
[ServerSettings]
ServerName=My Server
MaxPlayers=70
ServerPassword=
AdminPassword=YourAdminPassword
DifficultyOffset=0.5Edit Game.ini
This file controls gameplay-specific settings such as:
- Experience multipliers
- Harvesting rates
- Taming speeds
- Day/night cycle length
Save and Restart
After making changes, click Save and restart your server for the settings to take effect.
⚠️ Warning: Incorrect configuration values can prevent your server from starting. Always make a backup before editing configuration files. You can create one from Backups in the sidebar.
💡 Tip: For more specific setting questions, check the game's community resources or join our Discord for help.
How is this guide?